Sha256: 01cf3248b03e47f0049b693e73c4c82ea06421f3b03cce372a0f532001052355
Contents?: true
Size: 1.04 KB
Versions: 44
Compression:
Stored size: 1.04 KB
Contents
# encoding: utf-8 ## # This file is auto-generated. DO NOT EDIT! # require 'protobuf' ## # Imports # require 'google/protobuf/descriptor.pb' module Google module Api ::Protobuf::Optionable.inject(self) { ::Google::Protobuf::FileOptions } ## # Enum Classes # class FieldBehavior < ::Protobuf::Enum define :FIELD_BEHAVIOR_UNSPECIFIED, 0 define :OPTIONAL, 1 define :REQUIRED, 2 define :OUTPUT_ONLY, 3 define :INPUT_ONLY, 4 define :IMMUTABLE, 5 end ## # File Options # set_option :java_package, "com.google.api" set_option :java_outer_classname, "FieldBehaviorProto" set_option :java_multiple_files, true set_option :go_package, "google.golang.org/genproto/googleapis/api/annotations;annotations" set_option :objc_class_prefix, "GAPI" ## # Extended Message Fields # class ::Google::Protobuf::FieldOptions < ::Protobuf::Message repeated ::Google::Api::FieldBehavior, :".google.api.field_behavior", 1052, :extension => true end end end
Version data entries
44 entries across 44 versions & 1 rubygems