|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.protobuf.AbstractMessageLite.Builder<BuilderType>
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessage.Builder<MessagePong.Pong.Builder>
com.googlecode.mobilityrpc.protocol.protobuf.MessagePong.Pong.Builder
public static final class MessagePong.Pong.Builder
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 |
|---|
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<MessagePong.Pong.Builder>public MessagePong.Pong.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<MessagePong.Pong.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<MessagePong.Pong.Builder>public MessagePong.Pong getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic MessagePong.Pong build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic MessagePong.Pong buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic MessagePong.Pong.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MessagePong.Pong.Builder>public MessagePong.Pong.Builder mergeFrom(MessagePong.Pong other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<MessagePong.Pong.Builder>
public MessagePong.Pong.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MessagePong.Pong.Builder>IOExceptionpublic 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
hasRequestId in interface MessagePong.PongOrBuilderpublic 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
getRequestId in interface MessagePong.PongOrBuilderpublic 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
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
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
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
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
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
getRequestIdOrBuilder in interface MessagePong.PongOrBuilderpublic boolean hasMessage()
required string message = 2;
An arbitrary string which can be sent for debugging purposes
hasMessage in interface MessagePong.PongOrBuilderpublic String getMessage()
required string message = 2;
An arbitrary string which can be sent for debugging purposes
getMessage in interface MessagePong.PongOrBuilderpublic com.google.protobuf.ByteString getMessageBytes()
required string message = 2;
An arbitrary string which can be sent for debugging purposes
getMessageBytes in interface MessagePong.PongOrBuilderpublic MessagePong.Pong.Builder setMessage(String value)
required string message = 2;
An arbitrary string which can be sent for debugging purposes
public MessagePong.Pong.Builder clearMessage()
required string message = 2;
An arbitrary string which can be sent for debugging purposes
public MessagePong.Pong.Builder setMessageBytes(com.google.protobuf.ByteString value)
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 | |||||||||