Interface PingRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PingRequest,PingRequest.Builder
public interface PingRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPingId()int32 ping_id = 2;StringgetPingName()string ping_name = 1;com.google.protobuf.ByteStringgetPingNameBytes()string ping_name = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPingName
String getPingName()
string ping_name = 1;- Returns:
- The pingName.
-
getPingNameBytes
com.google.protobuf.ByteString getPingNameBytes()
string ping_name = 1;- Returns:
- The bytes for pingName.
-
getPingId
int getPingId()
int32 ping_id = 2;- Returns:
- The pingId.
-
-