Package io.hstream.internal
Interface EchoRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EchoRequest,EchoRequest.Builder
public interface EchoRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMsg()string msg = 1;com.google.protobuf.ByteStringgetMsgBytes()string msg = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMsg
String getMsg()
string msg = 1;- Returns:
- The msg.
-
getMsgBytes
com.google.protobuf.ByteString getMsgBytes()
string msg = 1;- Returns:
- The bytes for msg.
-
-