Sha256: 0354b24896abf1dc6ed91efb8b6e11118549ac92e421721a7d58248933b29716
Contents?: true
Size: 675 Bytes
Versions: 1
Compression:
Stored size: 675 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/field_behavior.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/field_behavior.proto", :syntax => :proto3) do add_enum "google.api.FieldBehavior" do value :FIELD_BEHAVIOR_UNSPECIFIED, 0 value :OPTIONAL, 1 value :REQUIRED, 2 value :OUTPUT_ONLY, 3 value :INPUT_ONLY, 4 value :IMMUTABLE, 5 value :UNORDERED_LIST, 6 end end end module Google module Api FieldBehavior = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.FieldBehavior").enummodule end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
googleapis-common-protos-types-1.0.6 | lib/google/api/field_behavior_pb.rb |