Sha256: f4ea99088495221588774a63e6ea69c12e895f69fa874a61d2322d4b2c8deb74
Contents?: true
Size: 709 Bytes
Versions: 4
Compression:
Stored size: 709 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 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
4 entries across 4 versions & 1 rubygems