com.googlecode.mobilityrpc.protocol.protobuf
Class ComponentRequestIdentifier.RequestIdentifier.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<ComponentRequestIdentifier.RequestIdentifier.Builder>
              extended by com.googlecode.mobilityrpc.protocol.protobuf.ComponentRequestIdentifier.RequestIdentifier.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ComponentRequestIdentifier.RequestIdentifierOrBuilder, Cloneable
Enclosing class:
ComponentRequestIdentifier.RequestIdentifier

public static final class ComponentRequestIdentifier.RequestIdentifier.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ComponentRequestIdentifier.RequestIdentifier.Builder>
implements ComponentRequestIdentifier.RequestIdentifierOrBuilder

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


Method Summary
 ComponentRequestIdentifier.RequestIdentifier build()
           
 ComponentRequestIdentifier.RequestIdentifier buildPartial()
           
 ComponentRequestIdentifier.RequestIdentifier.Builder clear()
           
 ComponentRequestIdentifier.RequestIdentifier.Builder clearRequestId()
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 2;
 ComponentRequestIdentifier.RequestIdentifier.Builder clearRequestLabel()
          optional string request_label = 3 [default = "<no label>"];
 ComponentRequestIdentifier.RequestIdentifier.Builder clearSessionId()
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID session_id = 1;
 ComponentRequestIdentifier.RequestIdentifier getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 ComponentUuid.UUID getRequestId()
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 2;
 ComponentUuid.UUID.Builder getRequestIdBuilder()
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 2;
 ComponentUuid.UUIDOrBuilder getRequestIdOrBuilder()
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 2;
 String getRequestLabel()
          optional string request_label = 3 [default = "<no label>"];
 com.google.protobuf.ByteString getRequestLabelBytes()
          optional string request_label = 3 [default = "<no label>"];
 ComponentUuid.UUID getSessionId()
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID session_id = 1;
 ComponentUuid.UUID.Builder getSessionIdBuilder()
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID session_id = 1;
 ComponentUuid.UUIDOrBuilder getSessionIdOrBuilder()
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID session_id = 1;
 boolean hasRequestId()
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 2;
 boolean hasRequestLabel()
          optional string request_label = 3 [default = "<no label>"];
 boolean hasSessionId()
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID session_id = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 ComponentRequestIdentifier.RequestIdentifier.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ComponentRequestIdentifier.RequestIdentifier.Builder mergeFrom(ComponentRequestIdentifier.RequestIdentifier other)
           
 ComponentRequestIdentifier.RequestIdentifier.Builder mergeFrom(com.google.protobuf.Message other)
           
 ComponentRequestIdentifier.RequestIdentifier.Builder mergeRequestId(ComponentUuid.UUID value)
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 2;
 ComponentRequestIdentifier.RequestIdentifier.Builder mergeSessionId(ComponentUuid.UUID value)
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID session_id = 1;
 ComponentRequestIdentifier.RequestIdentifier.Builder setRequestId(ComponentUuid.UUID.Builder builderForValue)
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 2;
 ComponentRequestIdentifier.RequestIdentifier.Builder setRequestId(ComponentUuid.UUID value)
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 2;
 ComponentRequestIdentifier.RequestIdentifier.Builder setRequestLabel(String value)
          optional string request_label = 3 [default = "<no label>"];
 ComponentRequestIdentifier.RequestIdentifier.Builder setRequestLabelBytes(com.google.protobuf.ByteString value)
          optional string request_label = 3 [default = "<no label>"];
 ComponentRequestIdentifier.RequestIdentifier.Builder setSessionId(ComponentUuid.UUID.Builder builderForValue)
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID session_id = 1;
 ComponentRequestIdentifier.RequestIdentifier.Builder setSessionId(ComponentUuid.UUID value)
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID session_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<ComponentRequestIdentifier.RequestIdentifier.Builder>

clear

public ComponentRequestIdentifier.RequestIdentifier.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<ComponentRequestIdentifier.RequestIdentifier.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<ComponentRequestIdentifier.RequestIdentifier.Builder>

getDefaultInstanceForType

public ComponentRequestIdentifier.RequestIdentifier getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public ComponentRequestIdentifier.RequestIdentifier.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<ComponentRequestIdentifier.RequestIdentifier.Builder>

mergeFrom

public ComponentRequestIdentifier.RequestIdentifier.Builder mergeFrom(ComponentRequestIdentifier.RequestIdentifier other)

isInitialized

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

mergeFrom

public ComponentRequestIdentifier.RequestIdentifier.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<ComponentRequestIdentifier.RequestIdentifier.Builder>
Throws:
IOException

hasSessionId

public boolean hasSessionId()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID session_id = 1;
 A UUID which identifies the relevant class loader to use on remote machines
 for deserializing objects and caching classes
 This is usually generated as a UUID on the first/initiating client,
 but could be persistent/constant for some applications
 

Specified by:
hasSessionId in interface ComponentRequestIdentifier.RequestIdentifierOrBuilder

getSessionId

public ComponentUuid.UUID getSessionId()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID session_id = 1;
 A UUID which identifies the relevant class loader to use on remote machines
 for deserializing objects and caching classes
 This is usually generated as a UUID on the first/initiating client,
 but could be persistent/constant for some applications
 

Specified by:
getSessionId in interface ComponentRequestIdentifier.RequestIdentifierOrBuilder

setSessionId

public ComponentRequestIdentifier.RequestIdentifier.Builder setSessionId(ComponentUuid.UUID value)
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID session_id = 1;
 A UUID which identifies the relevant class loader to use on remote machines
 for deserializing objects and caching classes
 This is usually generated as a UUID on the first/initiating client,
 but could be persistent/constant for some applications
 


setSessionId

public ComponentRequestIdentifier.RequestIdentifier.Builder setSessionId(ComponentUuid.UUID.Builder builderForValue)
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID session_id = 1;
 A UUID which identifies the relevant class loader to use on remote machines
 for deserializing objects and caching classes
 This is usually generated as a UUID on the first/initiating client,
 but could be persistent/constant for some applications
 


mergeSessionId

public ComponentRequestIdentifier.RequestIdentifier.Builder mergeSessionId(ComponentUuid.UUID value)
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID session_id = 1;
 A UUID which identifies the relevant class loader to use on remote machines
 for deserializing objects and caching classes
 This is usually generated as a UUID on the first/initiating client,
 but could be persistent/constant for some applications
 


clearSessionId

public ComponentRequestIdentifier.RequestIdentifier.Builder clearSessionId()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID session_id = 1;
 A UUID which identifies the relevant class loader to use on remote machines
 for deserializing objects and caching classes
 This is usually generated as a UUID on the first/initiating client,
 but could be persistent/constant for some applications
 


getSessionIdBuilder

public ComponentUuid.UUID.Builder getSessionIdBuilder()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID session_id = 1;
 A UUID which identifies the relevant class loader to use on remote machines
 for deserializing objects and caching classes
 This is usually generated as a UUID on the first/initiating client,
 but could be persistent/constant for some applications
 


getSessionIdOrBuilder

public ComponentUuid.UUIDOrBuilder getSessionIdOrBuilder()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID session_id = 1;
 A UUID which identifies the relevant class loader to use on remote machines
 for deserializing objects and caching classes
 This is usually generated as a UUID on the first/initiating client,
 but could be persistent/constant for some applications
 

Specified by:
getSessionIdOrBuilder in interface ComponentRequestIdentifier.RequestIdentifierOrBuilder

hasRequestId

public boolean hasRequestId()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 2;
 A UUID generated by the client for each request it sends, which will allows it
 to identify the relevant request object when the UUID is echoed back to the client
 by a remote machine in an execution response message on completion of the request
 

Specified by:
hasRequestId in interface ComponentRequestIdentifier.RequestIdentifierOrBuilder

getRequestId

public ComponentUuid.UUID getRequestId()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 2;
 A UUID generated by the client for each request it sends, which will allows it
 to identify the relevant request object when the UUID is echoed back to the client
 by a remote machine in an execution response message on completion of the request
 

Specified by:
getRequestId in interface ComponentRequestIdentifier.RequestIdentifierOrBuilder

setRequestId

public ComponentRequestIdentifier.RequestIdentifier.Builder setRequestId(ComponentUuid.UUID value)
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 2;
 A UUID generated by the client for each request it sends, which will allows it
 to identify the relevant request object when the UUID is echoed back to the client
 by a remote machine in an execution response message on completion of the request
 


setRequestId

public ComponentRequestIdentifier.RequestIdentifier.Builder setRequestId(ComponentUuid.UUID.Builder builderForValue)
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 2;
 A UUID generated by the client for each request it sends, which will allows it
 to identify the relevant request object when the UUID is echoed back to the client
 by a remote machine in an execution response message on completion of the request
 


mergeRequestId

public ComponentRequestIdentifier.RequestIdentifier.Builder mergeRequestId(ComponentUuid.UUID value)
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 2;
 A UUID generated by the client for each request it sends, which will allows it
 to identify the relevant request object when the UUID is echoed back to the client
 by a remote machine in an execution response message on completion of the request
 


clearRequestId

public ComponentRequestIdentifier.RequestIdentifier.Builder clearRequestId()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 2;
 A UUID generated by the client for each request it sends, which will allows it
 to identify the relevant request object when the UUID is echoed back to the client
 by a remote machine in an execution response message on completion of the request
 


getRequestIdBuilder

public ComponentUuid.UUID.Builder getRequestIdBuilder()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 2;
 A UUID generated by the client for each request it sends, which will allows it
 to identify the relevant request object when the UUID is echoed back to the client
 by a remote machine in an execution response message on completion of the request
 


getRequestIdOrBuilder

public ComponentUuid.UUIDOrBuilder getRequestIdOrBuilder()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 2;
 A UUID generated by the client for each request it sends, which will allows it
 to identify the relevant request object when the UUID is echoed back to the client
 by a remote machine in an execution response message on completion of the request
 

Specified by:
getRequestIdOrBuilder in interface ComponentRequestIdentifier.RequestIdentifierOrBuilder

hasRequestLabel

public boolean hasRequestLabel()
optional string request_label = 3 [default = "<no label>"];
 An optional arbitrary string generated by the client which describes the execution request,
 for debugging purposes on both client and remote machine
 

Specified by:
hasRequestLabel in interface ComponentRequestIdentifier.RequestIdentifierOrBuilder

getRequestLabel

public String getRequestLabel()
optional string request_label = 3 [default = "<no label>"];
 An optional arbitrary string generated by the client which describes the execution request,
 for debugging purposes on both client and remote machine
 

Specified by:
getRequestLabel in interface ComponentRequestIdentifier.RequestIdentifierOrBuilder

getRequestLabelBytes

public com.google.protobuf.ByteString getRequestLabelBytes()
optional string request_label = 3 [default = "<no label>"];
 An optional arbitrary string generated by the client which describes the execution request,
 for debugging purposes on both client and remote machine
 

Specified by:
getRequestLabelBytes in interface ComponentRequestIdentifier.RequestIdentifierOrBuilder

setRequestLabel

public ComponentRequestIdentifier.RequestIdentifier.Builder setRequestLabel(String value)
optional string request_label = 3 [default = "<no label>"];
 An optional arbitrary string generated by the client which describes the execution request,
 for debugging purposes on both client and remote machine
 


clearRequestLabel

public ComponentRequestIdentifier.RequestIdentifier.Builder clearRequestLabel()
optional string request_label = 3 [default = "<no label>"];
 An optional arbitrary string generated by the client which describes the execution request,
 for debugging purposes on both client and remote machine
 


setRequestLabelBytes

public ComponentRequestIdentifier.RequestIdentifier.Builder setRequestLabelBytes(com.google.protobuf.ByteString value)
optional string request_label = 3 [default = "<no label>"];
 An optional arbitrary string generated by the client which describes the execution request,
 for debugging purposes on both client and remote machine
 



Copyright © 2016. All rights reserved.