| Package | Description |
|---|---|
| com.google.protobuf |
| Modifier and Type | Method and Description |
|---|---|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.clearClientStreaming()
Identifies if client streams multiple client messages
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.clearInputType()
Input and output type names.
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.clearName()
optional string name = 1; |
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.clearOptions()
optional .google.protobuf.MethodOptions options = 4; |
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.clearOutputType()
optional string output_type = 3; |
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.clearServerStreaming()
Identifies if server streams multiple server messages
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.mergeOptions(DescriptorProtos.MethodOptions value)
optional .google.protobuf.MethodOptions options = 4; |
static DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.newBuilder() |
static DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.newBuilder(DescriptorProtos.MethodDescriptorProto prototype) |
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.setClientStreaming(boolean value)
Identifies if client streams multiple client messages
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.setInputType(String value)
Input and output type names.
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.setInputTypeBytes(ByteString value)
Input and output type names.
|
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.setName(String value)
optional string name = 1; |
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.setNameBytes(ByteString value)
optional string name = 1; |
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.setOptions(DescriptorProtos.MethodOptions.Builder builderForValue)
optional .google.protobuf.MethodOptions options = 4; |
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.setOptions(DescriptorProtos.MethodOptions value)
optional .google.protobuf.MethodOptions options = 4; |
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.setOutputType(String value)
optional string output_type = 3; |
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.setOutputTypeBytes(ByteString value)
optional string output_type = 3; |
DescriptorProtos.MethodDescriptorProto.Builder |
DescriptorProtos.MethodDescriptorProto.Builder.setServerStreaming(boolean value)
Identifies if server streams multiple server messages
|
| Modifier and Type | Method and Description |
|---|---|
DescriptorProtos.ServiceDescriptorProto.Builder |
DescriptorProtos.ServiceDescriptorProto.Builder.addMethod(DescriptorProtos.MethodDescriptorProto.Builder builderForValue)
repeated .google.protobuf.MethodDescriptorProto method = 2; |
DescriptorProtos.ServiceDescriptorProto.Builder |
DescriptorProtos.ServiceDescriptorProto.Builder.addMethod(int index,
DescriptorProtos.MethodDescriptorProto.Builder builderForValue)
repeated .google.protobuf.MethodDescriptorProto method = 2; |
DescriptorProtos.ServiceDescriptorProto.Builder |
DescriptorProtos.ServiceDescriptorProto.Builder.setMethod(int index,
DescriptorProtos.MethodDescriptorProto.Builder builderForValue)
repeated .google.protobuf.MethodDescriptorProto method = 2; |
Copyright © 2008–2016 Google. All rights reserved.