Class DockerProto.DockerContainerSpec.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<DockerProto.DockerContainerSpec.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<DockerProto.DockerContainerSpec.Builder>
tech.justen.concord.goodwill.grpc.DockerProto.DockerContainerSpec.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,DockerProto.DockerContainerSpecOrBuilder
- Enclosing class:
DockerProto.DockerContainerSpec
public static final class DockerProto.DockerContainerSpec.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<DockerProto.DockerContainerSpec.Builder>
implements DockerProto.DockerContainerSpecOrBuilder
Protobuf type
docker.DockerContainerSpec-
Method Summary
Modifier and TypeMethodDescriptionaddAllCommand(Iterable<String> values) repeated string command = 6;addAllHosts(Iterable<String> values) repeated string hosts = 13;addCommand(String value) repeated string command = 6;addCommandBytes(com.google.protobuf.ByteString value) repeated string command = 6;repeated string hosts = 13;addHostsBytes(com.google.protobuf.ByteString value) repeated string hosts = 13;addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()repeated string command = 6;clearCpu()string cpu = 7;string entryPoint = 5;clearEnv()string envFile = 10;clearField(com.google.protobuf.Descriptors.FieldDescriptor field) bool forcePull = 12;repeated string hosts = 13;string image = 1;string memory = 8;string name = 2;clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) bool redirectStdError = 15;string stdoutFilePath = 14;string user = 3;string workDir = 4;clone()booleancontainsEnv(String key) map<string, string> env = 9;booleancontainsLabels(String key) map<string, string> labels = 11;getCommand(int index) repeated string command = 6;com.google.protobuf.ByteStringgetCommandBytes(int index) repeated string command = 6;intrepeated string command = 6;com.google.protobuf.ProtocolStringListrepeated string command = 6;getCpu()string cpu = 7;com.google.protobuf.ByteStringstring cpu = 7;static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.Descriptorstring entryPoint = 5;com.google.protobuf.ByteStringstring entryPoint = 5;getEnv()Deprecated.intmap<string, string> env = 9;string envFile = 10;com.google.protobuf.ByteStringstring envFile = 10;map<string, string> env = 9;getEnvOrDefault(String key, String defaultValue) map<string, string> env = 9;getEnvOrThrow(String key) map<string, string> env = 9;booleanbool forcePull = 12;getHosts(int index) repeated string hosts = 13;com.google.protobuf.ByteStringgetHostsBytes(int index) repeated string hosts = 13;intrepeated string hosts = 13;com.google.protobuf.ProtocolStringListrepeated string hosts = 13;getImage()string image = 1;com.google.protobuf.ByteStringstring image = 1;Deprecated.intmap<string, string> labels = 11;map<string, string> labels = 11;getLabelsOrDefault(String key, String defaultValue) map<string, string> labels = 11;getLabelsOrThrow(String key) map<string, string> labels = 11;string memory = 8;com.google.protobuf.ByteStringstring memory = 8;Deprecated.Deprecated.getName()string name = 2;com.google.protobuf.ByteStringstring name = 2;booleanbool redirectStdError = 15;string stdoutFilePath = 14;com.google.protobuf.ByteStringstring stdoutFilePath = 14;getUser()string user = 3;com.google.protobuf.ByteStringstring user = 3;string workDir = 4;com.google.protobuf.ByteStringstring workDir = 4;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableprotected com.google.protobuf.MapFieldReflectionAccessorinternalGetMapFieldReflection(int number) protected com.google.protobuf.MapFieldReflectionAccessorinternalGetMutableMapFieldReflection(int number) final booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) map<string, string> env = 9;putAllLabels(Map<String, String> values) map<string, string> labels = 11;map<string, string> env = 9;map<string, string> labels = 11;map<string, string> env = 9;removeLabels(String key) map<string, string> labels = 11;setCommand(int index, String value) repeated string command = 6;string cpu = 7;setCpuBytes(com.google.protobuf.ByteString value) string cpu = 7;setEntryPoint(String value) string entryPoint = 5;setEntryPointBytes(com.google.protobuf.ByteString value) string entryPoint = 5;setEnvFile(String value) string envFile = 10;setEnvFileBytes(com.google.protobuf.ByteString value) string envFile = 10;setForcePull(boolean value) bool forcePull = 12;repeated string hosts = 13;string image = 1;setImageBytes(com.google.protobuf.ByteString value) string image = 1;string memory = 8;setMemoryBytes(com.google.protobuf.ByteString value) string memory = 8;string name = 2;setNameBytes(com.google.protobuf.ByteString value) string name = 2;setRedirectStdError(boolean value) bool redirectStdError = 15;setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setStdoutFilePath(String value) string stdoutFilePath = 14;setStdoutFilePathBytes(com.google.protobuf.ByteString value) string stdoutFilePath = 14;setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) string user = 3;setUserBytes(com.google.protobuf.ByteString value) string user = 3;setWorkDir(String value) string workDir = 4;setWorkDirBytes(com.google.protobuf.ByteString value) string workDir = 4;Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number) - Overrides:
internalGetMapFieldReflectionin classcom.google.protobuf.GeneratedMessageV3.Builder<DockerProto.DockerContainerSpec.Builder>
-
internalGetMutableMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number) - Overrides:
internalGetMutableMapFieldReflectionin classcom.google.protobuf.GeneratedMessageV3.Builder<DockerProto.DockerContainerSpec.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<DockerProto.DockerContainerSpec.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<DockerProto.DockerContainerSpec.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<DockerProto.DockerContainerSpec.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<DockerProto.DockerContainerSpec.Builder>
-
setField
public DockerProto.DockerContainerSpec.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DockerProto.DockerContainerSpec.Builder>
-
clearField
public DockerProto.DockerContainerSpec.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DockerProto.DockerContainerSpec.Builder>
-
clearOneof
public DockerProto.DockerContainerSpec.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<DockerProto.DockerContainerSpec.Builder>
-
setRepeatedField
public DockerProto.DockerContainerSpec.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DockerProto.DockerContainerSpec.Builder>
-
addRepeatedField
public DockerProto.DockerContainerSpec.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DockerProto.DockerContainerSpec.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<DockerProto.DockerContainerSpec.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<DockerProto.DockerContainerSpec.Builder>
-
mergeFrom
public DockerProto.DockerContainerSpec.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<DockerProto.DockerContainerSpec.Builder>- Throws:
IOException
-
getImage
string image = 1;- Specified by:
getImagein interfaceDockerProto.DockerContainerSpecOrBuilder- Returns:
- The image.
-
getImageBytes
public com.google.protobuf.ByteString getImageBytes()string image = 1;- Specified by:
getImageBytesin interfaceDockerProto.DockerContainerSpecOrBuilder- Returns:
- The bytes for image.
-
setImage
string image = 1;- Parameters:
value- The image to set.- Returns:
- This builder for chaining.
-
clearImage
string image = 1;- Returns:
- This builder for chaining.
-
setImageBytes
string image = 1;- Parameters:
value- The bytes for image to set.- Returns:
- This builder for chaining.
-
getName
string name = 2;- Specified by:
getNamein interfaceDockerProto.DockerContainerSpecOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()string name = 2;- Specified by:
getNameBytesin interfaceDockerProto.DockerContainerSpecOrBuilder- Returns:
- The bytes for name.
-
setName
string name = 2;- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
string name = 2;- Returns:
- This builder for chaining.
-
setNameBytes
string name = 2;- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
getUser
string user = 3;- Specified by:
getUserin interfaceDockerProto.DockerContainerSpecOrBuilder- Returns:
- The user.
-
getUserBytes
public com.google.protobuf.ByteString getUserBytes()string user = 3;- Specified by:
getUserBytesin interfaceDockerProto.DockerContainerSpecOrBuilder- Returns:
- The bytes for user.
-
setUser
string user = 3;- Parameters:
value- The user to set.- Returns:
- This builder for chaining.
-
clearUser
string user = 3;- Returns:
- This builder for chaining.
-
setUserBytes
string user = 3;- Parameters:
value- The bytes for user to set.- Returns:
- This builder for chaining.
-
getWorkDir
string workDir = 4;- Specified by:
getWorkDirin interfaceDockerProto.DockerContainerSpecOrBuilder- Returns:
- The workDir.
-
getWorkDirBytes
public com.google.protobuf.ByteString getWorkDirBytes()string workDir = 4;- Specified by:
getWorkDirBytesin interfaceDockerProto.DockerContainerSpecOrBuilder- Returns:
- The bytes for workDir.
-
setWorkDir
string workDir = 4;- Parameters:
value- The workDir to set.- Returns:
- This builder for chaining.
-
clearWorkDir
string workDir = 4;- Returns:
- This builder for chaining.
-
setWorkDirBytes
public DockerProto.DockerContainerSpec.Builder setWorkDirBytes(com.google.protobuf.ByteString value) string workDir = 4;- Parameters:
value- The bytes for workDir to set.- Returns:
- This builder for chaining.
-
getEntryPoint
string entryPoint = 5;- Specified by:
getEntryPointin interfaceDockerProto.DockerContainerSpecOrBuilder- Returns:
- The entryPoint.
-
getEntryPointBytes
public com.google.protobuf.ByteString getEntryPointBytes()string entryPoint = 5;- Specified by:
getEntryPointBytesin interfaceDockerProto.DockerContainerSpecOrBuilder- Returns:
- The bytes for entryPoint.
-
setEntryPoint
string entryPoint = 5;- Parameters:
value- The entryPoint to set.- Returns:
- This builder for chaining.
-
clearEntryPoint
string entryPoint = 5;- Returns:
- This builder for chaining.
-
setEntryPointBytes
public DockerProto.DockerContainerSpec.Builder setEntryPointBytes(com.google.protobuf.ByteString value) string entryPoint = 5;- Parameters:
value- The bytes for entryPoint to set.- Returns:
- This builder for chaining.
-
getCommandList
public com.google.protobuf.ProtocolStringList getCommandList()repeated string command = 6;- Specified by:
getCommandListin interfaceDockerProto.DockerContainerSpecOrBuilder- Returns:
- A list containing the command.
-
getCommandCount
public int getCommandCount()repeated string command = 6;- Specified by:
getCommandCountin interfaceDockerProto.DockerContainerSpecOrBuilder- Returns:
- The count of command.
-
getCommand
repeated string command = 6;- Specified by:
getCommandin interfaceDockerProto.DockerContainerSpecOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The command at the given index.
-
getCommandBytes
public com.google.protobuf.ByteString getCommandBytes(int index) repeated string command = 6;- Specified by:
getCommandBytesin interfaceDockerProto.DockerContainerSpecOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the command at the given index.
-
setCommand
repeated string command = 6;- Parameters:
index- The index to set the value at.value- The command to set.- Returns:
- This builder for chaining.
-
addCommand
repeated string command = 6;- Parameters:
value- The command to add.- Returns:
- This builder for chaining.
-
addAllCommand
repeated string command = 6;- Parameters:
values- The command to add.- Returns:
- This builder for chaining.
-
clearCommand
repeated string command = 6;- Returns:
- This builder for chaining.
-
addCommandBytes
public DockerProto.DockerContainerSpec.Builder addCommandBytes(com.google.protobuf.ByteString value) repeated string command = 6;- Parameters:
value- The bytes of the command to add.- Returns:
- This builder for chaining.
-
getCpu
string cpu = 7;- Specified by:
getCpuin interfaceDockerProto.DockerContainerSpecOrBuilder- Returns:
- The cpu.
-
getCpuBytes
public com.google.protobuf.ByteString getCpuBytes()string cpu = 7;- Specified by:
getCpuBytesin interfaceDockerProto.DockerContainerSpecOrBuilder- Returns:
- The bytes for cpu.
-
setCpu
string cpu = 7;- Parameters:
value- The cpu to set.- Returns:
- This builder for chaining.
-
clearCpu
string cpu = 7;- Returns:
- This builder for chaining.
-
setCpuBytes
string cpu = 7;- Parameters:
value- The bytes for cpu to set.- Returns:
- This builder for chaining.
-
getMemory
string memory = 8;- Specified by:
getMemoryin interfaceDockerProto.DockerContainerSpecOrBuilder- Returns:
- The memory.
-
getMemoryBytes
public com.google.protobuf.ByteString getMemoryBytes()string memory = 8;- Specified by:
getMemoryBytesin interfaceDockerProto.DockerContainerSpecOrBuilder- Returns:
- The bytes for memory.
-
setMemory
string memory = 8;- Parameters:
value- The memory to set.- Returns:
- This builder for chaining.
-
clearMemory
string memory = 8;- Returns:
- This builder for chaining.
-
setMemoryBytes
string memory = 8;- Parameters:
value- The bytes for memory to set.- Returns:
- This builder for chaining.
-
getEnvCount
public int getEnvCount()Description copied from interface:DockerProto.DockerContainerSpecOrBuildermap<string, string> env = 9;- Specified by:
getEnvCountin interfaceDockerProto.DockerContainerSpecOrBuilder
-
containsEnv
map<string, string> env = 9;- Specified by:
containsEnvin interfaceDockerProto.DockerContainerSpecOrBuilder
-
getEnv
Deprecated.UsegetEnvMap()instead.- Specified by:
getEnvin interfaceDockerProto.DockerContainerSpecOrBuilder
-
getEnvMap
map<string, string> env = 9;- Specified by:
getEnvMapin interfaceDockerProto.DockerContainerSpecOrBuilder
-
getEnvOrDefault
map<string, string> env = 9;- Specified by:
getEnvOrDefaultin interfaceDockerProto.DockerContainerSpecOrBuilder
-
getEnvOrThrow
map<string, string> env = 9;- Specified by:
getEnvOrThrowin interfaceDockerProto.DockerContainerSpecOrBuilder
-
clearEnv
-
removeEnv
map<string, string> env = 9; -
getMutableEnv
Deprecated.Use alternate mutation accessors instead. -
putEnv
map<string, string> env = 9; -
putAllEnv
map<string, string> env = 9; -
getEnvFile
string envFile = 10;- Specified by:
getEnvFilein interfaceDockerProto.DockerContainerSpecOrBuilder- Returns:
- The envFile.
-
getEnvFileBytes
public com.google.protobuf.ByteString getEnvFileBytes()string envFile = 10;- Specified by:
getEnvFileBytesin interfaceDockerProto.DockerContainerSpecOrBuilder- Returns:
- The bytes for envFile.
-
setEnvFile
string envFile = 10;- Parameters:
value- The envFile to set.- Returns:
- This builder for chaining.
-
clearEnvFile
string envFile = 10;- Returns:
- This builder for chaining.
-
setEnvFileBytes
public DockerProto.DockerContainerSpec.Builder setEnvFileBytes(com.google.protobuf.ByteString value) string envFile = 10;- Parameters:
value- The bytes for envFile to set.- Returns:
- This builder for chaining.
-
getLabelsCount
public int getLabelsCount()Description copied from interface:DockerProto.DockerContainerSpecOrBuildermap<string, string> labels = 11;- Specified by:
getLabelsCountin interfaceDockerProto.DockerContainerSpecOrBuilder
-
containsLabels
map<string, string> labels = 11;- Specified by:
containsLabelsin interfaceDockerProto.DockerContainerSpecOrBuilder
-
getLabels
Deprecated.UsegetLabelsMap()instead.- Specified by:
getLabelsin interfaceDockerProto.DockerContainerSpecOrBuilder
-
getLabelsMap
map<string, string> labels = 11;- Specified by:
getLabelsMapin interfaceDockerProto.DockerContainerSpecOrBuilder
-
getLabelsOrDefault
map<string, string> labels = 11;- Specified by:
getLabelsOrDefaultin interfaceDockerProto.DockerContainerSpecOrBuilder
-
getLabelsOrThrow
map<string, string> labels = 11;- Specified by:
getLabelsOrThrowin interfaceDockerProto.DockerContainerSpecOrBuilder
-
clearLabels
-
removeLabels
map<string, string> labels = 11; -
getMutableLabels
Deprecated.Use alternate mutation accessors instead. -
putLabels
map<string, string> labels = 11; -
putAllLabels
map<string, string> labels = 11; -
getForcePull
public boolean getForcePull()bool forcePull = 12;- Specified by:
getForcePullin interfaceDockerProto.DockerContainerSpecOrBuilder- Returns:
- The forcePull.
-
setForcePull
bool forcePull = 12;- Parameters:
value- The forcePull to set.- Returns:
- This builder for chaining.
-
clearForcePull
bool forcePull = 12;- Returns:
- This builder for chaining.
-
getHostsList
public com.google.protobuf.ProtocolStringList getHostsList()repeated string hosts = 13;- Specified by:
getHostsListin interfaceDockerProto.DockerContainerSpecOrBuilder- Returns:
- A list containing the hosts.
-
getHostsCount
public int getHostsCount()repeated string hosts = 13;- Specified by:
getHostsCountin interfaceDockerProto.DockerContainerSpecOrBuilder- Returns:
- The count of hosts.
-
getHosts
repeated string hosts = 13;- Specified by:
getHostsin interfaceDockerProto.DockerContainerSpecOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The hosts at the given index.
-
getHostsBytes
public com.google.protobuf.ByteString getHostsBytes(int index) repeated string hosts = 13;- Specified by:
getHostsBytesin interfaceDockerProto.DockerContainerSpecOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the hosts at the given index.
-
setHosts
repeated string hosts = 13;- Parameters:
index- The index to set the value at.value- The hosts to set.- Returns:
- This builder for chaining.
-
addHosts
repeated string hosts = 13;- Parameters:
value- The hosts to add.- Returns:
- This builder for chaining.
-
addAllHosts
repeated string hosts = 13;- Parameters:
values- The hosts to add.- Returns:
- This builder for chaining.
-
clearHosts
repeated string hosts = 13;- Returns:
- This builder for chaining.
-
addHostsBytes
repeated string hosts = 13;- Parameters:
value- The bytes of the hosts to add.- Returns:
- This builder for chaining.
-
getStdoutFilePath
string stdoutFilePath = 14;- Specified by:
getStdoutFilePathin interfaceDockerProto.DockerContainerSpecOrBuilder- Returns:
- The stdoutFilePath.
-
getStdoutFilePathBytes
public com.google.protobuf.ByteString getStdoutFilePathBytes()string stdoutFilePath = 14;- Specified by:
getStdoutFilePathBytesin interfaceDockerProto.DockerContainerSpecOrBuilder- Returns:
- The bytes for stdoutFilePath.
-
setStdoutFilePath
string stdoutFilePath = 14;- Parameters:
value- The stdoutFilePath to set.- Returns:
- This builder for chaining.
-
clearStdoutFilePath
string stdoutFilePath = 14;- Returns:
- This builder for chaining.
-
setStdoutFilePathBytes
public DockerProto.DockerContainerSpec.Builder setStdoutFilePathBytes(com.google.protobuf.ByteString value) string stdoutFilePath = 14;- Parameters:
value- The bytes for stdoutFilePath to set.- Returns:
- This builder for chaining.
-
getRedirectStdError
public boolean getRedirectStdError()bool redirectStdError = 15;- Specified by:
getRedirectStdErrorin interfaceDockerProto.DockerContainerSpecOrBuilder- Returns:
- The redirectStdError.
-
setRedirectStdError
bool redirectStdError = 15;- Parameters:
value- The redirectStdError to set.- Returns:
- This builder for chaining.
-
clearRedirectStdError
bool redirectStdError = 15;- Returns:
- This builder for chaining.
-
setUnknownFields
public final DockerProto.DockerContainerSpec.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<DockerProto.DockerContainerSpec.Builder>
-
mergeUnknownFields
public final DockerProto.DockerContainerSpec.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<DockerProto.DockerContainerSpec.Builder>
-