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