com.googlecode.mobilityrpc.protocol.protobuf
Class MessagePong.Pong.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<MessagePong.Pong.Builder>
              extended by com.googlecode.mobilityrpc.protocol.protobuf.MessagePong.Pong.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, MessagePong.PongOrBuilder, Cloneable
Enclosing class:
MessagePong.Pong

public static final class MessagePong.Pong.Builder
extends com.google.protobuf.GeneratedMessage.Builder<MessagePong.Pong.Builder>
implements MessagePong.PongOrBuilder

Protobuf type com.googlecode.mobilityrpc.protocol.protobuf.Pong

 A message sent by the machine at the remote side of a connection
 in response to a Ping message
 


Method Summary
 MessagePong.Pong build()
           
 MessagePong.Pong buildPartial()
           
 MessagePong.Pong.Builder clear()
           
 MessagePong.Pong.Builder clearMessage()
          required string message = 2;
 MessagePong.Pong.Builder clearRequestId()
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 1;
 MessagePong.Pong getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 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.UUID.Builder getRequestIdBuilder()
          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;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 MessagePong.Pong.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 MessagePong.Pong.Builder mergeFrom(com.google.protobuf.Message other)
           
 MessagePong.Pong.Builder mergeFrom(MessagePong.Pong other)
           
 MessagePong.Pong.Builder mergeRequestId(ComponentUuid.UUID value)
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 1;
 MessagePong.Pong.Builder setMessage(String value)
          required string message = 2;
 MessagePong.Pong.Builder setMessageBytes(com.google.protobuf.ByteString value)
          required string message = 2;
 MessagePong.Pong.Builder setRequestId(ComponentUuid.UUID.Builder builderForValue)
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 1;
 MessagePong.Pong.Builder setRequestId(ComponentUuid.UUID value)
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 1;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<MessagePong.Pong.Builder>

clear

public MessagePong.Pong.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<MessagePong.Pong.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<MessagePong.Pong.Builder>

getDefaultInstanceForType

public MessagePong.Pong getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public MessagePong.Pong build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public MessagePong.Pong buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public MessagePong.Pong.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<MessagePong.Pong.Builder>

mergeFrom

public MessagePong.Pong.Builder mergeFrom(MessagePong.Pong other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<MessagePong.Pong.Builder>

mergeFrom

public MessagePong.Pong.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                   throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<MessagePong.Pong.Builder>
Throws:
IOException

hasRequestId

public 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
 

Specified by:
hasRequestId in interface MessagePong.PongOrBuilder

getRequestId

public 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
 

Specified by:
getRequestId in interface MessagePong.PongOrBuilder

setRequestId

public MessagePong.Pong.Builder setRequestId(ComponentUuid.UUID value)
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
 


setRequestId

public MessagePong.Pong.Builder setRequestId(ComponentUuid.UUID.Builder builderForValue)
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
 


mergeRequestId

public MessagePong.Pong.Builder mergeRequestId(ComponentUuid.UUID value)
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
 


clearRequestId

public MessagePong.Pong.Builder clearRequestId()
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
 


getRequestIdBuilder

public ComponentUuid.UUID.Builder getRequestIdBuilder()
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

public 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
 

Specified by:
getRequestIdOrBuilder in interface MessagePong.PongOrBuilder

hasMessage

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

Specified by:
hasMessage in interface MessagePong.PongOrBuilder

getMessage

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

Specified by:
getMessage in interface MessagePong.PongOrBuilder

getMessageBytes

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

Specified by:
getMessageBytes in interface MessagePong.PongOrBuilder

setMessage

public MessagePong.Pong.Builder setMessage(String value)
required string message = 2;
 An arbitrary string which can be sent for debugging purposes
 


clearMessage

public MessagePong.Pong.Builder clearMessage()
required string message = 2;
 An arbitrary string which can be sent for debugging purposes
 


setMessageBytes

public MessagePong.Pong.Builder setMessageBytes(com.google.protobuf.ByteString value)
required string message = 2;
 An arbitrary string which can be sent for debugging purposes
 



Copyright © 2016. All rights reserved.