DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.ServiceDescriptorProto.Builder.addMethodBuilder() |
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.ServiceDescriptorProto.Builder.addMethodBuilder(int index) |
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.clear() |
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.clearClientStreaming() |
optional bool client_streaming = 5 [default = false, json_name = "clientStreaming"];
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.clearField(Descriptors.FieldDescriptor field) |
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.clearInputType() |
optional string input_type = 2 [json_name = "inputType"];
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.clearName() |
optional string name = 1 [json_name = "name"];
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.clearOptions() |
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.clearOutputType() |
optional string output_type = 3 [json_name = "outputType"];
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.clearServerStreaming() |
optional bool server_streaming = 6 [default = false, json_name = "serverStreaming"];
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.clone() |
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.ServiceDescriptorProto.Builder.getMethodBuilder(int index) |
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.mergeFrom(DescriptorProtos.MethodDescriptorProto other) |
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.mergeFrom(Message other) |
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.mergeOptions(DescriptorProtos.MethodOptions value) |
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
|
static DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.newBuilder() |
|
static DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.newBuilder(DescriptorProtos.MethodDescriptorProto prototype) |
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.newBuilderForType() |
|
protected DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.setClientStreaming(boolean value) |
optional bool client_streaming = 5 [default = false, json_name = "clientStreaming"];
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.setInputType(java.lang.String value) |
optional string input_type = 2 [json_name = "inputType"];
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.setInputTypeBytes(ByteString value) |
optional string input_type = 2 [json_name = "inputType"];
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.setName(java.lang.String value) |
optional string name = 1 [json_name = "name"];
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.setNameBytes(ByteString value) |
optional string name = 1 [json_name = "name"];
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.setOptions(DescriptorProtos.MethodOptions value) |
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.setOptions(DescriptorProtos.MethodOptions.Builder builderForValue) |
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.setOutputType(java.lang.String value) |
optional string output_type = 3 [json_name = "outputType"];
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.setOutputTypeBytes(ByteString value) |
optional string output_type = 3 [json_name = "outputType"];
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.setServerStreaming(boolean value) |
optional bool server_streaming = 6 [default = false, json_name = "serverStreaming"];
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.toBuilder() |
|