Sha256: 558080446d7b030ec85a6c546386d0a52f6b12f4a6bc1f612d53187496f69731
Contents?: true
Size: 750 Bytes
Versions: 9
Compression:
Stored size: 750 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/field_behavior.proto require 'google/protobuf' require 'google/protobuf/descriptor_pb' 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 value :NON_EMPTY_DEFAULT, 7 end end end module Google module Api FieldBehavior = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.FieldBehavior").enummodule end end
Version data entries
9 entries across 9 versions & 3 rubygems