Uses of Class
com.google.protobuf.DescriptorProtos.OneofOptions
Packages that use DescriptorProtos.OneofOptions
-
Uses of DescriptorProtos.OneofOptions in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.OneofOptionsModifier and TypeMethodDescriptionDescriptorProtos.OneofOptions.Builder.build()
DescriptorProtos.OneofOptions.Builder.buildPartial()
DescriptorProtos.OneofOptions.getDefaultInstance()
DescriptorProtos.OneofOptions.Builder.getDefaultInstanceForType()
DescriptorProtos.OneofOptions.getDefaultInstanceForType()
DescriptorProtos.OneofDescriptorProto.Builder.getOptions()
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
DescriptorProtos.OneofDescriptorProto.getOptions()
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
DescriptorProtos.OneofDescriptorProtoOrBuilder.getOptions()
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
Descriptors.OneofDescriptor.getOptions()
DescriptorProtos.OneofOptions.parseDelimitedFrom
(InputStream input) DescriptorProtos.OneofOptions.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofOptions.parseFrom
(byte[] data) DescriptorProtos.OneofOptions.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofOptions.parseFrom
(com.google.protobuf.ByteString data) DescriptorProtos.OneofOptions.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofOptions.parseFrom
(com.google.protobuf.CodedInputStream input) DescriptorProtos.OneofOptions.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofOptions.parseFrom
(InputStream input) DescriptorProtos.OneofOptions.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofOptions.parseFrom
(ByteBuffer data) DescriptorProtos.OneofOptions.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.OneofOptionsModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<DescriptorProtos.OneofOptions> DescriptorProtos.OneofOptions.getParserForType()
static com.google.protobuf.Parser
<DescriptorProtos.OneofOptions> DescriptorProtos.OneofOptions.parser()
Methods in com.google.protobuf with parameters of type DescriptorProtos.OneofOptionsModifier and TypeMethodDescriptionDescriptorProtos.OneofOptions.Builder.mergeFrom
(DescriptorProtos.OneofOptions other) DescriptorProtos.OneofDescriptorProto.Builder.mergeOptions
(DescriptorProtos.OneofOptions value) optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
DescriptorProtos.OneofOptions.newBuilder
(DescriptorProtos.OneofOptions prototype) DescriptorProtos.OneofDescriptorProto.Builder.setOptions
(DescriptorProtos.OneofOptions value) optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];