public static final class RemoteRun.MasterToAgent extends com.google.protobuf.GeneratedMessage implements RemoteRun.MasterToAgentOrBuilder
MasterToAgent| Modifier and Type | Class and Description |
|---|---|
static class |
RemoteRun.MasterToAgent.Builder
Protobuf type
MasterToAgent |
static class |
RemoteRun.MasterToAgent.MessageType
Protobuf enum
MasterToAgent.MessageType |
static class |
RemoteRun.MasterToAgent.RunCommand
Protobuf type
MasterToAgent.RunCommand |
static interface |
RemoteRun.MasterToAgent.RunCommandOrBuilder |
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>| Modifier and Type | Field and Description |
|---|---|
static int |
DATASUCCESS_FIELD_NUMBER |
static int |
FRAGMENT_FIELD_NUMBER |
static int |
MESSAGETYPE_FIELD_NUMBER |
static com.google.protobuf.Parser<RemoteRun.MasterToAgent> |
PARSER |
static int |
PATH_FIELD_NUMBER |
static int |
REQUESTID_FIELD_NUMBER |
static int |
RUNCOMMAND_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDataSuccess()
optional bool dataSuccess = 5; |
static RemoteRun.MasterToAgent |
getDefaultInstance() |
RemoteRun.MasterToAgent |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.ByteString |
getFragment()
optional bytes fragment = 4; |
RemoteRun.MasterToAgent.MessageType |
getMessageType()
required .MasterToAgent.MessageType messageType = 1; |
com.google.protobuf.Parser<RemoteRun.MasterToAgent> |
getParserForType() |
String |
getPath()
optional string path = 6; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 6; |
long |
getRequestId()
optional int64 requestId = 2; |
RemoteRun.MasterToAgent.RunCommand |
getRunCommand()
optional .MasterToAgent.RunCommand runCommand = 3; |
RemoteRun.MasterToAgent.RunCommandOrBuilder |
getRunCommandOrBuilder()
optional .MasterToAgent.RunCommand runCommand = 3; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDataSuccess()
optional bool dataSuccess = 5; |
boolean |
hasFragment()
optional bytes fragment = 4; |
boolean |
hasMessageType()
required .MasterToAgent.MessageType messageType = 1; |
boolean |
hasPath()
optional string path = 6; |
boolean |
hasRequestId()
optional int64 requestId = 2; |
boolean |
hasRunCommand()
optional .MasterToAgent.RunCommand runCommand = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RemoteRun.MasterToAgent.Builder |
newBuilder() |
static RemoteRun.MasterToAgent.Builder |
newBuilder(RemoteRun.MasterToAgent prototype) |
RemoteRun.MasterToAgent.Builder |
newBuilderForType() |
protected RemoteRun.MasterToAgent.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static RemoteRun.MasterToAgent |
parseDelimitedFrom(InputStream input) |
static RemoteRun.MasterToAgent |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoteRun.MasterToAgent |
parseFrom(byte[] data) |
static RemoteRun.MasterToAgent |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoteRun.MasterToAgent |
parseFrom(com.google.protobuf.ByteString data) |
static RemoteRun.MasterToAgent |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoteRun.MasterToAgent |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RemoteRun.MasterToAgent |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoteRun.MasterToAgent |
parseFrom(InputStream input) |
static RemoteRun.MasterToAgent |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RemoteRun.MasterToAgent.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<RemoteRun.MasterToAgent> PARSER
public static final int MESSAGETYPE_FIELD_NUMBER
public static final int REQUESTID_FIELD_NUMBER
public static final int RUNCOMMAND_FIELD_NUMBER
public static final int FRAGMENT_FIELD_NUMBER
public static final int DATASUCCESS_FIELD_NUMBER
public static final int PATH_FIELD_NUMBER
public static RemoteRun.MasterToAgent getDefaultInstance()
public RemoteRun.MasterToAgent getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<RemoteRun.MasterToAgent> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasMessageType()
required .MasterToAgent.MessageType messageType = 1;hasMessageType in interface RemoteRun.MasterToAgentOrBuilderpublic RemoteRun.MasterToAgent.MessageType getMessageType()
required .MasterToAgent.MessageType messageType = 1;getMessageType in interface RemoteRun.MasterToAgentOrBuilderpublic boolean hasRequestId()
optional int64 requestId = 2;hasRequestId in interface RemoteRun.MasterToAgentOrBuilderpublic long getRequestId()
optional int64 requestId = 2;getRequestId in interface RemoteRun.MasterToAgentOrBuilderpublic boolean hasRunCommand()
optional .MasterToAgent.RunCommand runCommand = 3;hasRunCommand in interface RemoteRun.MasterToAgentOrBuilderpublic RemoteRun.MasterToAgent.RunCommand getRunCommand()
optional .MasterToAgent.RunCommand runCommand = 3;getRunCommand in interface RemoteRun.MasterToAgentOrBuilderpublic RemoteRun.MasterToAgent.RunCommandOrBuilder getRunCommandOrBuilder()
optional .MasterToAgent.RunCommand runCommand = 3;getRunCommandOrBuilder in interface RemoteRun.MasterToAgentOrBuilderpublic boolean hasFragment()
optional bytes fragment = 4;hasFragment in interface RemoteRun.MasterToAgentOrBuilderpublic com.google.protobuf.ByteString getFragment()
optional bytes fragment = 4;getFragment in interface RemoteRun.MasterToAgentOrBuilderpublic boolean hasDataSuccess()
optional bool dataSuccess = 5;hasDataSuccess in interface RemoteRun.MasterToAgentOrBuilderpublic boolean getDataSuccess()
optional bool dataSuccess = 5;getDataSuccess in interface RemoteRun.MasterToAgentOrBuilderpublic boolean hasPath()
optional string path = 6;hasPath in interface RemoteRun.MasterToAgentOrBuilderpublic String getPath()
optional string path = 6;getPath in interface RemoteRun.MasterToAgentOrBuilderpublic com.google.protobuf.ByteString getPathBytes()
optional string path = 6;getPathBytes in interface RemoteRun.MasterToAgentOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static RemoteRun.MasterToAgent parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RemoteRun.MasterToAgent parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RemoteRun.MasterToAgent parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RemoteRun.MasterToAgent parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RemoteRun.MasterToAgent parseFrom(InputStream input) throws IOException
IOExceptionpublic static RemoteRun.MasterToAgent parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RemoteRun.MasterToAgent parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RemoteRun.MasterToAgent parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RemoteRun.MasterToAgent parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RemoteRun.MasterToAgent parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RemoteRun.MasterToAgent.Builder newBuilder()
public RemoteRun.MasterToAgent.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RemoteRun.MasterToAgent.Builder newBuilder(RemoteRun.MasterToAgent prototype)
public RemoteRun.MasterToAgent.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RemoteRun.MasterToAgent.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2015 Formicary. All rights reserved.