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
Modifier and TypeMethodDescriptionintint32 pong_id = 2;string pong_name = 1;com.google.protobuf.ByteStringstring pong_name = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-