Sha256: a3c0d8e3d36a576ad373f1fe0817d91a3d6dd977a78c80082c6ac0af23647d8f
Contents?: true
Size: 787 Bytes
Versions: 1
Compression:
Stored size: 787 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/logging/type/log_severity.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/logging/type/log_severity.proto", :syntax => :proto3) do add_enum "google.logging.type.LogSeverity" do value :DEFAULT, 0 value :DEBUG, 100 value :INFO, 200 value :NOTICE, 300 value :WARNING, 400 value :ERROR, 500 value :CRITICAL, 600 value :ALERT, 700 value :EMERGENCY, 800 end end end module Google module Logging module Type LogSeverity = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.logging.type.LogSeverity").enummodule end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
googleapis-common-protos-types-1.0.5 | lib/google/logging/type/log_severity_pb.rb |