|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface MessagePing.PingOrBuilder
| Method Summary | |
|---|---|
String |
getMessage()
required string message = 2; |
com.google.protobuf.ByteString |
getMessageBytes()
required string message = 2; |
ComponentUuid.UUID |
getRequestId()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 1; |
ComponentUuid.UUIDOrBuilder |
getRequestIdOrBuilder()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 1; |
boolean |
hasMessage()
required string message = 2; |
boolean |
hasRequestId()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 1; |
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
|---|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
|---|
isInitialized |
| Method Detail |
|---|
boolean hasRequestId()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 1;
A UUID generated by the client when it generates a Ping request, which will be echoed back in a Pong response
ComponentUuid.UUID getRequestId()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 1;
A UUID generated by the client when it generates a Ping request, which will be echoed back in a Pong response
ComponentUuid.UUIDOrBuilder getRequestIdOrBuilder()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 1;
A UUID generated by the client when it generates a Ping request, which will be echoed back in a Pong response
boolean hasMessage()
required string message = 2;
An arbitrary string which can be sent for debugging purposes
String getMessage()
required string message = 2;
An arbitrary string which can be sent for debugging purposes
com.google.protobuf.ByteString getMessageBytes()
required string message = 2;
An arbitrary string which can be sent for debugging purposes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||