Module: Google::Protobuf
- Defined in:
- lib/google/protobuf/any_pb.rb,
lib/google/protobuf/api_pb.rb,
lib/google/protobuf/type_pb.rb,
lib/google/protobuf/empty_pb.rb,
lib/google/protobuf/struct_pb.rb,
lib/google/protobuf/duration_pb.rb,
lib/google/protobuf/wrappers_pb.rb,
lib/google/protobuf/timestamp_pb.rb,
lib/google/protobuf/descriptor_pb.rb,
lib/google/protobuf/field_mask_pb.rb,
lib/google/protobuf/source_context_pb.rb
Defined Under Namespace
Classes: Any, Api, BoolValue, BytesValue, DescriptorProto, DoubleValue, Duration, Edition, Empty, Enum, EnumDescriptorProto, EnumOptions, EnumValue, EnumValueDescriptorProto, EnumValueOptions, ExtensionRangeOptions, FeatureSet, FeatureSetDefaults, Field, FieldDescriptorProto, FieldMask, FieldOptions, FileDescriptorProto, FileDescriptorSet, FileOptions, FloatValue, GeneratedCodeInfo, Int32Value, Int64Value, ListValue, MessageOptions, Method, MethodDescriptorProto, MethodOptions, Mixin, NullValue, OneofDescriptorProto, OneofOptions, Option, ServiceDescriptorProto, ServiceOptions, SourceCodeInfo, SourceContext, StringValue, Struct, Syntax, Timestamp, Type, UInt32Value, UInt64Value, UninterpretedOption, Value
Class Method Summary
collapse
Class Method Details
.register_any_protos(registry) ⇒ Object
179
180
181
|
# File 'lib/google/protobuf/any_pb.rb', line 179
def self.register_any_protos(registry)
registry.register(Google::Protobuf::Any)
end
|
.register_api_protos(registry) ⇒ Object
.register_descriptor_protos(registry) ⇒ Object
.register_duration_protos(registry) ⇒ Object
127
128
129
|
# File 'lib/google/protobuf/duration_pb.rb', line 127
def self.register_duration_protos(registry)
registry.register(Google::Protobuf::Duration)
end
|
.register_empty_protos(registry) ⇒ Object
64
65
66
|
# File 'lib/google/protobuf/empty_pb.rb', line 64
def self.register_empty_protos(registry)
registry.register(Google::Protobuf::Empty)
end
|
.register_field_mask_protos(registry) ⇒ Object
259
260
261
|
# File 'lib/google/protobuf/field_mask_pb.rb', line 259
def self.register_field_mask_protos(registry)
registry.register(Google::Protobuf::FieldMask)
end
|
.register_source_context_protos(registry) ⇒ Object
68
69
70
|
# File 'lib/google/protobuf/source_context_pb.rb', line 68
def self.register_source_context_protos(registry)
registry.register(Google::Protobuf::SourceContext)
end
|
.register_struct_protos(registry) ⇒ Object
.register_timestamp_protos(registry) ⇒ Object
156
157
158
|
# File 'lib/google/protobuf/timestamp_pb.rb', line 156
def self.register_timestamp_protos(registry)
registry.register(Google::Protobuf::Timestamp)
end
|
.register_type_protos(registry) ⇒ Object
.register_wrappers_protos(registry) ⇒ Object