Uses of Class
com.google.protobuf.generated.DescriptorProtos.MethodDescriptorProto.Builder
Packages that use DescriptorProtos.MethodDescriptorProto.Builder
-
Uses of DescriptorProtos.MethodDescriptorProto.Builder in com.google.protobuf.generated
Subclasses with type arguments of type DescriptorProtos.MethodDescriptorProto.Builder in com.google.protobuf.generatedModifier and TypeClassDescriptionstatic final class
Describes a method of a service.Methods in com.google.protobuf.generated that return DescriptorProtos.MethodDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.ServiceDescriptorProto.Builder.addMethodBuilder()
repeated .google.protobuf.MethodDescriptorProto method = 2;
DescriptorProtos.ServiceDescriptorProto.Builder.addMethodBuilder
(int index) repeated .google.protobuf.MethodDescriptorProto method = 2;
DescriptorProtos.MethodDescriptorProto.Builder.clear()
DescriptorProtos.MethodDescriptorProto.Builder.clearClientStreaming()
Identifies if client streams multiple client messagesDescriptorProtos.MethodDescriptorProto.Builder.clearInputType()
Input and output type names.DescriptorProtos.MethodDescriptorProto.Builder.clearName()
optional string name = 1;
DescriptorProtos.MethodDescriptorProto.Builder.clearOptions()
optional .google.protobuf.MethodOptions options = 4;
DescriptorProtos.MethodDescriptorProto.Builder.clearOutputType()
optional string output_type = 3;
DescriptorProtos.MethodDescriptorProto.Builder.clearServerStreaming()
Identifies if server streams multiple server messagesDescriptorProtos.ServiceDescriptorProto.Builder.getMethodBuilder
(int index) repeated .google.protobuf.MethodDescriptorProto method = 2;
DescriptorProtos.MethodDescriptorProto.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.MethodDescriptorProto.Builder.mergeFrom
(DescriptorProtos.MethodDescriptorProto other) DescriptorProtos.MethodDescriptorProto.Builder.mergeFrom
(com.google.protobuf.Message other) DescriptorProtos.MethodDescriptorProto.Builder.mergeOptions
(DescriptorProtos.MethodOptions value) optional .google.protobuf.MethodOptions options = 4;
DescriptorProtos.MethodDescriptorProto.newBuilder()
DescriptorProtos.MethodDescriptorProto.newBuilder
(DescriptorProtos.MethodDescriptorProto prototype) DescriptorProtos.MethodDescriptorProto.newBuilderForType()
DescriptorProtos.MethodDescriptorProto.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) DescriptorProtos.MethodDescriptorProto.Builder.setClientStreaming
(boolean value) Identifies if client streams multiple client messagesDescriptorProtos.MethodDescriptorProto.Builder.setInputType
(String value) Input and output type names.DescriptorProtos.MethodDescriptorProto.Builder.setInputTypeBytes
(com.google.protobuf.ByteString value) Input and output type names.optional string name = 1;
DescriptorProtos.MethodDescriptorProto.Builder.setNameBytes
(com.google.protobuf.ByteString value) optional string name = 1;
DescriptorProtos.MethodDescriptorProto.Builder.setOptions
(DescriptorProtos.MethodOptions value) optional .google.protobuf.MethodOptions options = 4;
DescriptorProtos.MethodDescriptorProto.Builder.setOptions
(DescriptorProtos.MethodOptions.Builder builderForValue) optional .google.protobuf.MethodOptions options = 4;
DescriptorProtos.MethodDescriptorProto.Builder.setOutputType
(String value) optional string output_type = 3;
DescriptorProtos.MethodDescriptorProto.Builder.setOutputTypeBytes
(com.google.protobuf.ByteString value) optional string output_type = 3;
DescriptorProtos.MethodDescriptorProto.Builder.setServerStreaming
(boolean value) Identifies if server streams multiple server messagesDescriptorProtos.MethodDescriptorProto.toBuilder()
Methods in com.google.protobuf.generated that return types with arguments of type DescriptorProtos.MethodDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.ServiceDescriptorProto.Builder.getMethodBuilderList()
repeated .google.protobuf.MethodDescriptorProto method = 2;
Methods in com.google.protobuf.generated with parameters of type DescriptorProtos.MethodDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.ServiceDescriptorProto.Builder.addMethod
(int index, DescriptorProtos.MethodDescriptorProto.Builder builderForValue) repeated .google.protobuf.MethodDescriptorProto method = 2;
DescriptorProtos.ServiceDescriptorProto.Builder.addMethod
(DescriptorProtos.MethodDescriptorProto.Builder builderForValue) repeated .google.protobuf.MethodDescriptorProto method = 2;
DescriptorProtos.ServiceDescriptorProto.Builder.setMethod
(int index, DescriptorProtos.MethodDescriptorProto.Builder builderForValue) repeated .google.protobuf.MethodDescriptorProto method = 2;