public static interface DescriptorProtos.MethodDescriptorProtoOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getClientStreaming()
Identifies if client streams multiple client messages
|
String |
getInputType()
Input and output type names.
|
ByteString |
getInputTypeBytes()
Input and output type names.
|
String |
getName()
optional string name = 1; |
ByteString |
getNameBytes()
optional string name = 1; |
DescriptorProtos.MethodOptions |
getOptions()
optional .google.protobuf.MethodOptions options = 4; |
DescriptorProtos.MethodOptionsOrBuilder |
getOptionsOrBuilder()
optional .google.protobuf.MethodOptions options = 4; |
String |
getOutputType()
optional string output_type = 3; |
ByteString |
getOutputTypeBytes()
optional string output_type = 3; |
boolean |
getServerStreaming()
Identifies if server streams multiple server messages
|
boolean |
hasClientStreaming()
Identifies if client streams multiple client messages
|
boolean |
hasInputType()
Input and output type names.
|
boolean |
hasName()
optional string name = 1; |
boolean |
hasOptions()
optional .google.protobuf.MethodOptions options = 4; |
boolean |
hasOutputType()
optional string output_type = 3; |
boolean |
hasServerStreaming()
Identifies if server streams multiple server messages
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasName()
optional string name = 1;
String getName()
optional string name = 1;
ByteString getNameBytes()
optional string name = 1;
boolean hasInputType()
Input and output type names. These are resolved in the same way as FieldDescriptorProto.type_name, but must refer to a message type.
optional string input_type = 2;
String getInputType()
Input and output type names. These are resolved in the same way as FieldDescriptorProto.type_name, but must refer to a message type.
optional string input_type = 2;
ByteString getInputTypeBytes()
Input and output type names. These are resolved in the same way as FieldDescriptorProto.type_name, but must refer to a message type.
optional string input_type = 2;
boolean hasOutputType()
optional string output_type = 3;
String getOutputType()
optional string output_type = 3;
ByteString getOutputTypeBytes()
optional string output_type = 3;
boolean hasOptions()
optional .google.protobuf.MethodOptions options = 4;
DescriptorProtos.MethodOptions getOptions()
optional .google.protobuf.MethodOptions options = 4;
DescriptorProtos.MethodOptionsOrBuilder getOptionsOrBuilder()
optional .google.protobuf.MethodOptions options = 4;
boolean hasClientStreaming()
Identifies if client streams multiple client messages
optional bool client_streaming = 5 [default = false];
boolean getClientStreaming()
Identifies if client streams multiple client messages
optional bool client_streaming = 5 [default = false];
boolean hasServerStreaming()
Identifies if server streams multiple server messages
optional bool server_streaming = 6 [default = false];
boolean getServerStreaming()
Identifies if server streams multiple server messages
optional bool server_streaming = 6 [default = false];
Copyright © 2008–2017 Google. All rights reserved.