com.googlecode.mobilityrpc.protocol.protobuf
Interface MessagePing.PingOrBuilder

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

public static interface MessagePing.PingOrBuilder
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;
 A UUID generated by the client when it generates a Ping request,
 which will be echoed back in a Pong response
 


getRequestId

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
 


getRequestIdOrBuilder

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
 


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.