Uses of Class
com.google.protobuf.DescriptorProtos.MessageOptions
Packages that use DescriptorProtos.MessageOptions
-
Uses of DescriptorProtos.MessageOptions in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.MessageOptionsModifier and TypeMethodDescriptionDescriptorProtos.MessageOptions.Builder.build()
DescriptorProtos.MessageOptions.Builder.buildPartial()
DescriptorProtos.MessageOptions.getDefaultInstance()
DescriptorProtos.MessageOptions.Builder.getDefaultInstanceForType()
DescriptorProtos.MessageOptions.getDefaultInstanceForType()
DescriptorProtos.DescriptorProto.Builder.getOptions()
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
DescriptorProtos.DescriptorProto.getOptions()
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
DescriptorProtos.DescriptorProtoOrBuilder.getOptions()
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
Descriptors.Descriptor.getOptions()
Get theMessageOptions
, defined indescriptor.proto
.DescriptorProtos.MessageOptions.parseDelimitedFrom
(InputStream input) DescriptorProtos.MessageOptions.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.MessageOptions.parseFrom
(byte[] data) DescriptorProtos.MessageOptions.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.MessageOptions.parseFrom
(com.google.protobuf.ByteString data) DescriptorProtos.MessageOptions.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.MessageOptions.parseFrom
(com.google.protobuf.CodedInputStream input) DescriptorProtos.MessageOptions.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.MessageOptions.parseFrom
(InputStream input) DescriptorProtos.MessageOptions.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.MessageOptions.parseFrom
(ByteBuffer data) DescriptorProtos.MessageOptions.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.MessageOptionsModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<DescriptorProtos.MessageOptions> DescriptorProtos.MessageOptions.getParserForType()
static com.google.protobuf.Parser
<DescriptorProtos.MessageOptions> DescriptorProtos.MessageOptions.parser()
Methods in com.google.protobuf with parameters of type DescriptorProtos.MessageOptionsModifier and TypeMethodDescriptionDescriptorProtos.MessageOptions.Builder.mergeFrom
(DescriptorProtos.MessageOptions other) DescriptorProtos.DescriptorProto.Builder.mergeOptions
(DescriptorProtos.MessageOptions value) optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
DescriptorProtos.MessageOptions.newBuilder
(DescriptorProtos.MessageOptions prototype) DescriptorProtos.DescriptorProto.Builder.setOptions
(DescriptorProtos.MessageOptions value) optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];