public static final class RemoteRun.MasterToAgent.RunCommand.Builder extends com.google.protobuf.GeneratedMessage.Builder<RemoteRun.MasterToAgent.RunCommand.Builder> implements RemoteRun.MasterToAgent.RunCommandOrBuilder
MasterToAgent.RunCommandaddRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<RemoteRun.MasterToAgent.RunCommand.Builder>public RemoteRun.MasterToAgent.RunCommand.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<RemoteRun.MasterToAgent.RunCommand.Builder>public RemoteRun.MasterToAgent.RunCommand.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<RemoteRun.MasterToAgent.RunCommand.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<RemoteRun.MasterToAgent.RunCommand.Builder>public RemoteRun.MasterToAgent.RunCommand getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RemoteRun.MasterToAgent.RunCommand build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RemoteRun.MasterToAgent.RunCommand buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RemoteRun.MasterToAgent.RunCommand.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RemoteRun.MasterToAgent.RunCommand.Builder>public RemoteRun.MasterToAgent.RunCommand.Builder mergeFrom(RemoteRun.MasterToAgent.RunCommand other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<RemoteRun.MasterToAgent.RunCommand.Builder>public RemoteRun.MasterToAgent.RunCommand.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<RemoteRun.MasterToAgent.RunCommand.Builder>IOExceptionpublic boolean hasCmd()
required string cmd = 1;hasCmd in interface RemoteRun.MasterToAgent.RunCommandOrBuilderpublic String getCmd()
required string cmd = 1;getCmd in interface RemoteRun.MasterToAgent.RunCommandOrBuilderpublic com.google.protobuf.ByteString getCmdBytes()
required string cmd = 1;getCmdBytes in interface RemoteRun.MasterToAgent.RunCommandOrBuilderpublic RemoteRun.MasterToAgent.RunCommand.Builder setCmd(String value)
required string cmd = 1;public RemoteRun.MasterToAgent.RunCommand.Builder clearCmd()
required string cmd = 1;public RemoteRun.MasterToAgent.RunCommand.Builder setCmdBytes(com.google.protobuf.ByteString value)
required string cmd = 1;public List<String> getArgsList()
repeated string args = 2;getArgsList in interface RemoteRun.MasterToAgent.RunCommandOrBuilderpublic int getArgsCount()
repeated string args = 2;getArgsCount in interface RemoteRun.MasterToAgent.RunCommandOrBuilderpublic String getArgs(int index)
repeated string args = 2;getArgs in interface RemoteRun.MasterToAgent.RunCommandOrBuilderpublic com.google.protobuf.ByteString getArgsBytes(int index)
repeated string args = 2;getArgsBytes in interface RemoteRun.MasterToAgent.RunCommandOrBuilderpublic RemoteRun.MasterToAgent.RunCommand.Builder setArgs(int index, String value)
repeated string args = 2;public RemoteRun.MasterToAgent.RunCommand.Builder addArgs(String value)
repeated string args = 2;public RemoteRun.MasterToAgent.RunCommand.Builder addAllArgs(Iterable<String> values)
repeated string args = 2;public RemoteRun.MasterToAgent.RunCommand.Builder clearArgs()
repeated string args = 2;public RemoteRun.MasterToAgent.RunCommand.Builder addArgsBytes(com.google.protobuf.ByteString value)
repeated string args = 2;public List<RemoteRun.MasterToAgent.RunCommand.Environment> getEnvironmentList()
repeated .MasterToAgent.RunCommand.Environment environment = 3;getEnvironmentList in interface RemoteRun.MasterToAgent.RunCommandOrBuilderpublic int getEnvironmentCount()
repeated .MasterToAgent.RunCommand.Environment environment = 3;getEnvironmentCount in interface RemoteRun.MasterToAgent.RunCommandOrBuilderpublic RemoteRun.MasterToAgent.RunCommand.Environment getEnvironment(int index)
repeated .MasterToAgent.RunCommand.Environment environment = 3;getEnvironment in interface RemoteRun.MasterToAgent.RunCommandOrBuilderpublic RemoteRun.MasterToAgent.RunCommand.Builder setEnvironment(int index, RemoteRun.MasterToAgent.RunCommand.Environment value)
repeated .MasterToAgent.RunCommand.Environment environment = 3;public RemoteRun.MasterToAgent.RunCommand.Builder setEnvironment(int index, RemoteRun.MasterToAgent.RunCommand.Environment.Builder builderForValue)
repeated .MasterToAgent.RunCommand.Environment environment = 3;public RemoteRun.MasterToAgent.RunCommand.Builder addEnvironment(RemoteRun.MasterToAgent.RunCommand.Environment value)
repeated .MasterToAgent.RunCommand.Environment environment = 3;public RemoteRun.MasterToAgent.RunCommand.Builder addEnvironment(int index, RemoteRun.MasterToAgent.RunCommand.Environment value)
repeated .MasterToAgent.RunCommand.Environment environment = 3;public RemoteRun.MasterToAgent.RunCommand.Builder addEnvironment(RemoteRun.MasterToAgent.RunCommand.Environment.Builder builderForValue)
repeated .MasterToAgent.RunCommand.Environment environment = 3;public RemoteRun.MasterToAgent.RunCommand.Builder addEnvironment(int index, RemoteRun.MasterToAgent.RunCommand.Environment.Builder builderForValue)
repeated .MasterToAgent.RunCommand.Environment environment = 3;public RemoteRun.MasterToAgent.RunCommand.Builder addAllEnvironment(Iterable<? extends RemoteRun.MasterToAgent.RunCommand.Environment> values)
repeated .MasterToAgent.RunCommand.Environment environment = 3;public RemoteRun.MasterToAgent.RunCommand.Builder clearEnvironment()
repeated .MasterToAgent.RunCommand.Environment environment = 3;public RemoteRun.MasterToAgent.RunCommand.Builder removeEnvironment(int index)
repeated .MasterToAgent.RunCommand.Environment environment = 3;public RemoteRun.MasterToAgent.RunCommand.Environment.Builder getEnvironmentBuilder(int index)
repeated .MasterToAgent.RunCommand.Environment environment = 3;public RemoteRun.MasterToAgent.RunCommand.EnvironmentOrBuilder getEnvironmentOrBuilder(int index)
repeated .MasterToAgent.RunCommand.Environment environment = 3;getEnvironmentOrBuilder in interface RemoteRun.MasterToAgent.RunCommandOrBuilderpublic List<? extends RemoteRun.MasterToAgent.RunCommand.EnvironmentOrBuilder> getEnvironmentOrBuilderList()
repeated .MasterToAgent.RunCommand.Environment environment = 3;getEnvironmentOrBuilderList in interface RemoteRun.MasterToAgent.RunCommandOrBuilderpublic RemoteRun.MasterToAgent.RunCommand.Environment.Builder addEnvironmentBuilder()
repeated .MasterToAgent.RunCommand.Environment environment = 3;public RemoteRun.MasterToAgent.RunCommand.Environment.Builder addEnvironmentBuilder(int index)
repeated .MasterToAgent.RunCommand.Environment environment = 3;public List<RemoteRun.MasterToAgent.RunCommand.Environment.Builder> getEnvironmentBuilderList()
repeated .MasterToAgent.RunCommand.Environment environment = 3;Copyright © 2015 Formicary. All rights reserved.