com.googlecode.mobilityrpc.protocol.protobuf
Class ComponentRequestIdentifier.RequestIdentifier

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.AbstractMessage
          extended by com.google.protobuf.GeneratedMessage
              extended by com.googlecode.mobilityrpc.protocol.protobuf.ComponentRequestIdentifier.RequestIdentifier
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ComponentRequestIdentifier.RequestIdentifierOrBuilder, Serializable
Enclosing class:
ComponentRequestIdentifier

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

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

See Also:
Serialized Form

Nested Class Summary
static class ComponentRequestIdentifier.RequestIdentifier.Builder
          Protobuf type com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
 
Field Summary
static com.google.protobuf.Parser<ComponentRequestIdentifier.RequestIdentifier> PARSER
          Deprecated. 
static int REQUEST_ID_FIELD_NUMBER
           
static int REQUEST_LABEL_FIELD_NUMBER
           
static int SESSION_ID_FIELD_NUMBER
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders, unknownFields
 
Fields inherited from class com.google.protobuf.AbstractMessage
memoizedSize
 
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
 
Method Summary
static ComponentRequestIdentifier.RequestIdentifier getDefaultInstance()
           
 ComponentRequestIdentifier.RequestIdentifier getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Parser<ComponentRequestIdentifier.RequestIdentifier> getParserForType()
           
 ComponentUuid.UUID getRequestId()
          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>"];
 int getSerializedSize()
           
 ComponentUuid.UUID getSessionId()
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID session_id = 1;
 ComponentUuid.UUIDOrBuilder getSessionIdOrBuilder()
          required .com.googlecode.mobilityrpc.protocol.protobuf.UUID session_id = 1;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 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()
           
static ComponentRequestIdentifier.RequestIdentifier.Builder newBuilder()
           
static ComponentRequestIdentifier.RequestIdentifier.Builder newBuilder(ComponentRequestIdentifier.RequestIdentifier prototype)
           
 ComponentRequestIdentifier.RequestIdentifier.Builder newBuilderForType()
           
protected  ComponentRequestIdentifier.RequestIdentifier.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static ComponentRequestIdentifier.RequestIdentifier parseDelimitedFrom(InputStream input)
           
static ComponentRequestIdentifier.RequestIdentifier parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ComponentRequestIdentifier.RequestIdentifier parseFrom(byte[] data)
           
static ComponentRequestIdentifier.RequestIdentifier parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ComponentRequestIdentifier.RequestIdentifier parseFrom(com.google.protobuf.ByteString data)
           
static ComponentRequestIdentifier.RequestIdentifier parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ComponentRequestIdentifier.RequestIdentifier parseFrom(com.google.protobuf.CodedInputStream input)
           
static ComponentRequestIdentifier.RequestIdentifier parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ComponentRequestIdentifier.RequestIdentifier parseFrom(InputStream input)
           
static ComponentRequestIdentifier.RequestIdentifier parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static com.google.protobuf.Parser<ComponentRequestIdentifier.RequestIdentifier> parser()
           
 ComponentRequestIdentifier.RequestIdentifier.Builder toBuilder()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField, writeReplace, writeString, writeStringNoTag
 
Methods inherited from class com.google.protobuf.AbstractMessage
equals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toString
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
 
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

SESSION_ID_FIELD_NUMBER

public static final int SESSION_ID_FIELD_NUMBER
See Also:
Constant Field Values

REQUEST_ID_FIELD_NUMBER

public static final int REQUEST_ID_FIELD_NUMBER
See Also:
Constant Field Values

REQUEST_LABEL_FIELD_NUMBER

public static final int REQUEST_LABEL_FIELD_NUMBER
See Also:
Constant Field Values

PARSER

@Deprecated
public static final com.google.protobuf.Parser<ComponentRequestIdentifier.RequestIdentifier> PARSER
Deprecated. 
Method Detail

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()
Specified by:
getUnknownFields in interface com.google.protobuf.MessageOrBuilder
Overrides:
getUnknownFields in class com.google.protobuf.GeneratedMessage

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

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

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

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

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Overrides:
writeTo in class com.google.protobuf.GeneratedMessage
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite
Overrides:
getSerializedSize in class com.google.protobuf.GeneratedMessage

parseFrom

public static ComponentRequestIdentifier.RequestIdentifier parseFrom(com.google.protobuf.ByteString data)
                                                              throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ComponentRequestIdentifier.RequestIdentifier parseFrom(com.google.protobuf.ByteString data,
                                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                              throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ComponentRequestIdentifier.RequestIdentifier parseFrom(byte[] data)
                                                              throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ComponentRequestIdentifier.RequestIdentifier parseFrom(byte[] data,
                                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                              throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ComponentRequestIdentifier.RequestIdentifier parseFrom(InputStream input)
                                                              throws IOException
Throws:
IOException

parseFrom

public static ComponentRequestIdentifier.RequestIdentifier parseFrom(InputStream input,
                                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                              throws IOException
Throws:
IOException

parseDelimitedFrom

public static ComponentRequestIdentifier.RequestIdentifier parseDelimitedFrom(InputStream input)
                                                                       throws IOException
Throws:
IOException

parseDelimitedFrom

public static ComponentRequestIdentifier.RequestIdentifier parseDelimitedFrom(InputStream input,
                                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                       throws IOException
Throws:
IOException

parseFrom

public static ComponentRequestIdentifier.RequestIdentifier parseFrom(com.google.protobuf.CodedInputStream input)
                                                              throws IOException
Throws:
IOException

parseFrom

public static ComponentRequestIdentifier.RequestIdentifier parseFrom(com.google.protobuf.CodedInputStream input,
                                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                              throws IOException
Throws:
IOException

newBuilderForType

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

newBuilder

public static ComponentRequestIdentifier.RequestIdentifier.Builder newBuilder()

newBuilder

public static ComponentRequestIdentifier.RequestIdentifier.Builder newBuilder(ComponentRequestIdentifier.RequestIdentifier prototype)

toBuilder

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

newBuilderForType

protected ComponentRequestIdentifier.RequestIdentifier.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
Specified by:
newBuilderForType in class com.google.protobuf.GeneratedMessage

getDefaultInstance

public static ComponentRequestIdentifier.RequestIdentifier getDefaultInstance()

parser

public static com.google.protobuf.Parser<ComponentRequestIdentifier.RequestIdentifier> parser()

getParserForType

public com.google.protobuf.Parser<ComponentRequestIdentifier.RequestIdentifier> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.Message
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessage

getDefaultInstanceForType

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


Copyright © 2016. All rights reserved.