Package io.grpc.testing.protobuf
Interface SimpleRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SimpleRequest,SimpleRequest.Builder
public interface SimpleRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetRequestMessage()An optional string message for test.com.google.protobuf.ByteStringgetRequestMessageBytes()An optional string message for test.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRequestMessage
String getRequestMessage()
An optional string message for test.
string requestMessage = 1;- Returns:
- The requestMessage.
-
getRequestMessageBytes
com.google.protobuf.ByteString getRequestMessageBytes()
An optional string message for test.
string requestMessage = 1;- Returns:
- The bytes for requestMessage.
-
-