Uses of Class
com.google.protobuf.DescriptorProtos.MethodOptions
-
Packages that use DescriptorProtos.MethodOptions Package Description com.google.protobuf -
-
Uses of DescriptorProtos.MethodOptions in com.google.protobuf
Fields in com.google.protobuf with type parameters of type DescriptorProtos.MethodOptions Modifier and Type Field Description static Parser<DescriptorProtos.MethodOptions>DescriptorProtos.MethodOptions. PARSERDeprecated.Methods in com.google.protobuf that return DescriptorProtos.MethodOptions Modifier and Type Method Description DescriptorProtos.MethodOptionsDescriptorProtos.MethodOptions.Builder. build()DescriptorProtos.MethodOptionsDescriptorProtos.MethodOptions.Builder. buildPartial()static DescriptorProtos.MethodOptionsDescriptorProtos.MethodOptions. getDefaultInstance()DescriptorProtos.MethodOptionsDescriptorProtos.MethodOptions.Builder. getDefaultInstanceForType()DescriptorProtos.MethodOptionsDescriptorProtos.MethodOptions. getDefaultInstanceForType()DescriptorProtos.MethodOptionsDescriptorProtos.MethodDescriptorProto.Builder. getOptions()optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];DescriptorProtos.MethodOptionsDescriptorProtos.MethodDescriptorProto. getOptions()optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];DescriptorProtos.MethodOptionsDescriptorProtos.MethodDescriptorProtoOrBuilder. getOptions()optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];DescriptorProtos.MethodOptionsDescriptors.MethodDescriptor. getOptions()Get theMethodOptions, defined indescriptor.proto.static DescriptorProtos.MethodOptionsDescriptorProtos.MethodOptions. parseDelimitedFrom(java.io.InputStream input)static DescriptorProtos.MethodOptionsDescriptorProtos.MethodOptions. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.MethodOptionsDescriptorProtos.MethodOptions. parseFrom(byte[] data)static DescriptorProtos.MethodOptionsDescriptorProtos.MethodOptions. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.MethodOptionsDescriptorProtos.MethodOptions. parseFrom(ByteString data)static DescriptorProtos.MethodOptionsDescriptorProtos.MethodOptions. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.MethodOptionsDescriptorProtos.MethodOptions. parseFrom(CodedInputStream input)static DescriptorProtos.MethodOptionsDescriptorProtos.MethodOptions. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.MethodOptionsDescriptorProtos.MethodOptions. parseFrom(java.io.InputStream input)static DescriptorProtos.MethodOptionsDescriptorProtos.MethodOptions. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.MethodOptionsDescriptorProtos.MethodOptions. parseFrom(java.nio.ByteBuffer data)static DescriptorProtos.MethodOptionsDescriptorProtos.MethodOptions. parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.MethodOptions Modifier and Type Method Description Parser<DescriptorProtos.MethodOptions>DescriptorProtos.MethodOptions. getParserForType()static Parser<DescriptorProtos.MethodOptions>DescriptorProtos.MethodOptions. parser()Methods in com.google.protobuf with parameters of type DescriptorProtos.MethodOptions Modifier and Type Method Description DescriptorProtos.MethodOptions.BuilderDescriptorProtos.MethodOptions.Builder. mergeFrom(DescriptorProtos.MethodOptions other)DescriptorProtos.MethodDescriptorProto.BuilderDescriptorProtos.MethodDescriptorProto.Builder. mergeOptions(DescriptorProtos.MethodOptions value)optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];static DescriptorProtos.MethodOptions.BuilderDescriptorProtos.MethodOptions. newBuilder(DescriptorProtos.MethodOptions prototype)DescriptorProtos.MethodDescriptorProto.BuilderDescriptorProtos.MethodDescriptorProto.Builder. setOptions(DescriptorProtos.MethodOptions value)optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];Method parameters in com.google.protobuf with type arguments of type DescriptorProtos.MethodOptions Modifier and Type Method Description <Type> DescriptorProtos.MethodOptions.BuilderDescriptorProtos.MethodOptions.Builder. addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MethodOptions,java.util.List<Type>> extension, Type value)<Type> DescriptorProtos.MethodOptions.BuilderDescriptorProtos.MethodOptions.Builder. clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MethodOptions,?> extension)<Type> DescriptorProtos.MethodOptions.BuilderDescriptorProtos.MethodOptions.Builder. setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MethodOptions,java.util.List<Type>> extension, int index, Type value)<Type> DescriptorProtos.MethodOptions.BuilderDescriptorProtos.MethodOptions.Builder. setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MethodOptions,Type> extension, Type value)
-