com.googlecode.mobilityrpc.protocol.protobuf
Interface MessagePong.PongOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MessagePong.Pong, MessagePong.Pong.Builder
Enclosing class:
MessagePong

public static interface MessagePong.PongOrBuilder
extends com.google.protobuf.MessageOrBuilder


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

hasRequestId

boolean hasRequestId()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 1;
 The request_id sent by the client when it sent the Ping request
 to which this Pong message is the reply
 


getRequestId

ComponentUuid.UUID getRequestId()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 1;
 The request_id sent by the client when it sent the Ping request
 to which this Pong message is the reply
 


getRequestIdOrBuilder

ComponentUuid.UUIDOrBuilder getRequestIdOrBuilder()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 1;
 The request_id sent by the client when it sent the Ping request
 to which this Pong message is the reply
 


hasMessage

boolean hasMessage()
required string message = 2;
 An arbitrary string which can be sent for debugging purposes
 


getMessage

String getMessage()
required string message = 2;
 An arbitrary string which can be sent for debugging purposes
 


getMessageBytes

com.google.protobuf.ByteString getMessageBytes()
required string message = 2;
 An arbitrary string which can be sent for debugging purposes
 



Copyright © 2016. All rights reserved.