Interface PongResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PongResponse,PongResponse.Builder
public interface PongResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPongId()int32 pong_id = 2;StringgetPongName()string pong_name = 1;com.google.protobuf.ByteStringgetPongNameBytes()string pong_name = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPongName
String getPongName()
string pong_name = 1;- Returns:
- The pongName.
-
getPongNameBytes
com.google.protobuf.ByteString getPongNameBytes()
string pong_name = 1;- Returns:
- The bytes for pongName.
-
getPongId
int getPongId()
int32 pong_id = 2;- Returns:
- The pongId.
-
-