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

public static final class MessageExecutionRequest.ExecutionRequest.Builder
extends com.google.protobuf.GeneratedMessage.Builder<MessageExecutionRequest.ExecutionRequest.Builder>
implements MessageExecutionRequest.ExecutionRequestOrBuilder

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


Method Summary
 MessageExecutionRequest.ExecutionRequest build()
           
 MessageExecutionRequest.ExecutionRequest buildPartial()
           
 MessageExecutionRequest.ExecutionRequest.Builder clear()
           
 MessageExecutionRequest.ExecutionRequest.Builder clearExecutionMode()
          required .com.googlecode.mobilityrpc.protocol.protobuf.ExecutionRequest.ExecutionMode execution_mode = 3 [default = RETURN_RESPONSE];
 MessageExecutionRequest.ExecutionRequest.Builder clearRequestIdentifier()
          required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 4;
 MessageExecutionRequest.ExecutionRequest.Builder clearSerializationFormat()
          required .com.googlecode.mobilityrpc.protocol.protobuf.SerializationFormat serialization_format = 2;
 MessageExecutionRequest.ExecutionRequest.Builder clearSerializedExecutableObject()
          required bytes serialized_executable_object = 1;
 MessageExecutionRequest.ExecutionRequest getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 MessageExecutionRequest.ExecutionRequest.ExecutionMode getExecutionMode()
          required .com.googlecode.mobilityrpc.protocol.protobuf.ExecutionRequest.ExecutionMode execution_mode = 3 [default = RETURN_RESPONSE];
 ComponentRequestIdentifier.RequestIdentifier getRequestIdentifier()
          required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 4;
 ComponentRequestIdentifier.RequestIdentifier.Builder getRequestIdentifierBuilder()
          required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 4;
 ComponentRequestIdentifier.RequestIdentifierOrBuilder getRequestIdentifierOrBuilder()
          required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 4;
 ComponentSerializationFormat.SerializationFormat getSerializationFormat()
          required .com.googlecode.mobilityrpc.protocol.protobuf.SerializationFormat serialization_format = 2;
 com.google.protobuf.ByteString getSerializedExecutableObject()
          required bytes serialized_executable_object = 1;
 boolean hasExecutionMode()
          required .com.googlecode.mobilityrpc.protocol.protobuf.ExecutionRequest.ExecutionMode execution_mode = 3 [default = RETURN_RESPONSE];
 boolean hasRequestIdentifier()
          required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 4;
 boolean hasSerializationFormat()
          required .com.googlecode.mobilityrpc.protocol.protobuf.SerializationFormat serialization_format = 2;
 boolean hasSerializedExecutableObject()
          required bytes serialized_executable_object = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 MessageExecutionRequest.ExecutionRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 MessageExecutionRequest.ExecutionRequest.Builder mergeFrom(com.google.protobuf.Message other)
           
 MessageExecutionRequest.ExecutionRequest.Builder mergeFrom(MessageExecutionRequest.ExecutionRequest other)
           
 MessageExecutionRequest.ExecutionRequest.Builder mergeRequestIdentifier(ComponentRequestIdentifier.RequestIdentifier value)
          required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 4;
 MessageExecutionRequest.ExecutionRequest.Builder setExecutionMode(MessageExecutionRequest.ExecutionRequest.ExecutionMode value)
          required .com.googlecode.mobilityrpc.protocol.protobuf.ExecutionRequest.ExecutionMode execution_mode = 3 [default = RETURN_RESPONSE];
 MessageExecutionRequest.ExecutionRequest.Builder setRequestIdentifier(ComponentRequestIdentifier.RequestIdentifier.Builder builderForValue)
          required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 4;
 MessageExecutionRequest.ExecutionRequest.Builder setRequestIdentifier(ComponentRequestIdentifier.RequestIdentifier value)
          required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 4;
 MessageExecutionRequest.ExecutionRequest.Builder setSerializationFormat(ComponentSerializationFormat.SerializationFormat value)
          required .com.googlecode.mobilityrpc.protocol.protobuf.SerializationFormat serialization_format = 2;
 MessageExecutionRequest.ExecutionRequest.Builder setSerializedExecutableObject(com.google.protobuf.ByteString value)
          required bytes serialized_executable_object = 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<MessageExecutionRequest.ExecutionRequest.Builder>

clear

public MessageExecutionRequest.ExecutionRequest.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<MessageExecutionRequest.ExecutionRequest.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<MessageExecutionRequest.ExecutionRequest.Builder>

getDefaultInstanceForType

public MessageExecutionRequest.ExecutionRequest getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public MessageExecutionRequest.ExecutionRequest.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<MessageExecutionRequest.ExecutionRequest.Builder>

mergeFrom

public MessageExecutionRequest.ExecutionRequest.Builder mergeFrom(MessageExecutionRequest.ExecutionRequest other)

isInitialized

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

mergeFrom

public MessageExecutionRequest.ExecutionRequest.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<MessageExecutionRequest.ExecutionRequest.Builder>
Throws:
IOException

hasSerializedExecutableObject

public boolean hasSerializedExecutableObject()
required bytes serialized_executable_object = 1;
 A serialized Runnable or Callable object
 

Specified by:
hasSerializedExecutableObject in interface MessageExecutionRequest.ExecutionRequestOrBuilder

getSerializedExecutableObject

public com.google.protobuf.ByteString getSerializedExecutableObject()
required bytes serialized_executable_object = 1;
 A serialized Runnable or Callable object
 

Specified by:
getSerializedExecutableObject in interface MessageExecutionRequest.ExecutionRequestOrBuilder

setSerializedExecutableObject

public MessageExecutionRequest.ExecutionRequest.Builder setSerializedExecutableObject(com.google.protobuf.ByteString value)
required bytes serialized_executable_object = 1;
 A serialized Runnable or Callable object
 


clearSerializedExecutableObject

public MessageExecutionRequest.ExecutionRequest.Builder clearSerializedExecutableObject()
required bytes serialized_executable_object = 1;
 A serialized Runnable or Callable object
 


hasSerializationFormat

public boolean hasSerializationFormat()
required .com.googlecode.mobilityrpc.protocol.protobuf.SerializationFormat serialization_format = 2;
 The serialized format of the executable object e.g. whether Kryo or Java serialization was used
 

Specified by:
hasSerializationFormat in interface MessageExecutionRequest.ExecutionRequestOrBuilder

getSerializationFormat

public ComponentSerializationFormat.SerializationFormat getSerializationFormat()
required .com.googlecode.mobilityrpc.protocol.protobuf.SerializationFormat serialization_format = 2;
 The serialized format of the executable object e.g. whether Kryo or Java serialization was used
 

Specified by:
getSerializationFormat in interface MessageExecutionRequest.ExecutionRequestOrBuilder

setSerializationFormat

public MessageExecutionRequest.ExecutionRequest.Builder setSerializationFormat(ComponentSerializationFormat.SerializationFormat value)
required .com.googlecode.mobilityrpc.protocol.protobuf.SerializationFormat serialization_format = 2;
 The serialized format of the executable object e.g. whether Kryo or Java serialization was used
 


clearSerializationFormat

public MessageExecutionRequest.ExecutionRequest.Builder clearSerializationFormat()
required .com.googlecode.mobilityrpc.protocol.protobuf.SerializationFormat serialization_format = 2;
 The serialized format of the executable object e.g. whether Kryo or Java serialization was used
 


hasExecutionMode

public boolean hasExecutionMode()
required .com.googlecode.mobilityrpc.protocol.protobuf.ExecutionRequest.ExecutionMode execution_mode = 3 [default = RETURN_RESPONSE];
 Whether the remote host needs to return a response to the client when the execution completes
 

Specified by:
hasExecutionMode in interface MessageExecutionRequest.ExecutionRequestOrBuilder

getExecutionMode

public MessageExecutionRequest.ExecutionRequest.ExecutionMode getExecutionMode()
required .com.googlecode.mobilityrpc.protocol.protobuf.ExecutionRequest.ExecutionMode execution_mode = 3 [default = RETURN_RESPONSE];
 Whether the remote host needs to return a response to the client when the execution completes
 

Specified by:
getExecutionMode in interface MessageExecutionRequest.ExecutionRequestOrBuilder

setExecutionMode

public MessageExecutionRequest.ExecutionRequest.Builder setExecutionMode(MessageExecutionRequest.ExecutionRequest.ExecutionMode value)
required .com.googlecode.mobilityrpc.protocol.protobuf.ExecutionRequest.ExecutionMode execution_mode = 3 [default = RETURN_RESPONSE];
 Whether the remote host needs to return a response to the client when the execution completes
 


clearExecutionMode

public MessageExecutionRequest.ExecutionRequest.Builder clearExecutionMode()
required .com.googlecode.mobilityrpc.protocol.protobuf.ExecutionRequest.ExecutionMode execution_mode = 3 [default = RETURN_RESPONSE];
 Whether the remote host needs to return a response to the client when the execution completes
 


hasRequestIdentifier

public boolean hasRequestIdentifier()
required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 4;
 Request identifier, indicates relevant session and identifies the relevant request to the client when
 response messages are returned
 

Specified by:
hasRequestIdentifier in interface MessageExecutionRequest.ExecutionRequestOrBuilder

getRequestIdentifier

public ComponentRequestIdentifier.RequestIdentifier getRequestIdentifier()
required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 4;
 Request identifier, indicates relevant session and identifies the relevant request to the client when
 response messages are returned
 

Specified by:
getRequestIdentifier in interface MessageExecutionRequest.ExecutionRequestOrBuilder

setRequestIdentifier

public MessageExecutionRequest.ExecutionRequest.Builder setRequestIdentifier(ComponentRequestIdentifier.RequestIdentifier value)
required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 4;
 Request identifier, indicates relevant session and identifies the relevant request to the client when
 response messages are returned
 


setRequestIdentifier

public MessageExecutionRequest.ExecutionRequest.Builder setRequestIdentifier(ComponentRequestIdentifier.RequestIdentifier.Builder builderForValue)
required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 4;
 Request identifier, indicates relevant session and identifies the relevant request to the client when
 response messages are returned
 


mergeRequestIdentifier

public MessageExecutionRequest.ExecutionRequest.Builder mergeRequestIdentifier(ComponentRequestIdentifier.RequestIdentifier value)
required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 4;
 Request identifier, indicates relevant session and identifies the relevant request to the client when
 response messages are returned
 


clearRequestIdentifier

public MessageExecutionRequest.ExecutionRequest.Builder clearRequestIdentifier()
required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 4;
 Request identifier, indicates relevant session and identifies the relevant request to the client when
 response messages are returned
 


getRequestIdentifierBuilder

public ComponentRequestIdentifier.RequestIdentifier.Builder getRequestIdentifierBuilder()
required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 4;
 Request identifier, indicates relevant session and identifies the relevant request to the client when
 response messages are returned
 


getRequestIdentifierOrBuilder

public ComponentRequestIdentifier.RequestIdentifierOrBuilder getRequestIdentifierOrBuilder()
required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 4;
 Request identifier, indicates relevant session and identifies the relevant request to the client when
 response messages are returned
 

Specified by:
getRequestIdentifierOrBuilder in interface MessageExecutionRequest.ExecutionRequestOrBuilder


Copyright © 2016. All rights reserved.