Package com.google.cloud.batch.v1alpha
Class TaskSpec.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<TaskSpec.Builder>
-
- com.google.cloud.batch.v1alpha.TaskSpec.Builder
-
- All Implemented Interfaces:
TaskSpecOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- TaskSpec
public static final class TaskSpec.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TaskSpec.Builder> implements TaskSpecOrBuilder
Spec of a task
Protobuf typegoogle.cloud.batch.v1alpha.TaskSpec
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description TaskSpec.Builder
addAllLifecyclePolicies(Iterable<? extends LifecyclePolicy> values)
Lifecycle management schema when any task in a task group is failed.TaskSpec.Builder
addAllRunnables(Iterable<? extends Runnable> values)
The sequence of scripts or containers to run for this Task.TaskSpec.Builder
addAllVolumes(Iterable<? extends Volume> values)
Volumes to mount before running Tasks using this TaskSpec.TaskSpec.Builder
addLifecyclePolicies(int index, LifecyclePolicy value)
Lifecycle management schema when any task in a task group is failed.TaskSpec.Builder
addLifecyclePolicies(int index, LifecyclePolicy.Builder builderForValue)
Lifecycle management schema when any task in a task group is failed.TaskSpec.Builder
addLifecyclePolicies(LifecyclePolicy value)
Lifecycle management schema when any task in a task group is failed.TaskSpec.Builder
addLifecyclePolicies(LifecyclePolicy.Builder builderForValue)
Lifecycle management schema when any task in a task group is failed.LifecyclePolicy.Builder
addLifecyclePoliciesBuilder()
Lifecycle management schema when any task in a task group is failed.LifecyclePolicy.Builder
addLifecyclePoliciesBuilder(int index)
Lifecycle management schema when any task in a task group is failed.TaskSpec.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
TaskSpec.Builder
addRunnables(int index, Runnable value)
The sequence of scripts or containers to run for this Task.TaskSpec.Builder
addRunnables(int index, Runnable.Builder builderForValue)
The sequence of scripts or containers to run for this Task.TaskSpec.Builder
addRunnables(Runnable value)
The sequence of scripts or containers to run for this Task.TaskSpec.Builder
addRunnables(Runnable.Builder builderForValue)
The sequence of scripts or containers to run for this Task.Runnable.Builder
addRunnablesBuilder()
The sequence of scripts or containers to run for this Task.Runnable.Builder
addRunnablesBuilder(int index)
The sequence of scripts or containers to run for this Task.TaskSpec.Builder
addVolumes(int index, Volume value)
Volumes to mount before running Tasks using this TaskSpec.TaskSpec.Builder
addVolumes(int index, Volume.Builder builderForValue)
Volumes to mount before running Tasks using this TaskSpec.TaskSpec.Builder
addVolumes(Volume value)
Volumes to mount before running Tasks using this TaskSpec.TaskSpec.Builder
addVolumes(Volume.Builder builderForValue)
Volumes to mount before running Tasks using this TaskSpec.Volume.Builder
addVolumesBuilder()
Volumes to mount before running Tasks using this TaskSpec.Volume.Builder
addVolumesBuilder(int index)
Volumes to mount before running Tasks using this TaskSpec.TaskSpec
build()
TaskSpec
buildPartial()
TaskSpec.Builder
clear()
TaskSpec.Builder
clearComputeResource()
ComputeResource requirements.TaskSpec.Builder
clearEnvironment()
Environment variables to set before running the Task.TaskSpec.Builder
clearEnvironments()
Deprecated.TaskSpec.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
TaskSpec.Builder
clearLifecyclePolicies()
Lifecycle management schema when any task in a task group is failed.TaskSpec.Builder
clearMaxRetryCount()
Maximum number of retries on failures.TaskSpec.Builder
clearMaxRunDuration()
Maximum duration the task should run.TaskSpec.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
TaskSpec.Builder
clearRunnables()
The sequence of scripts or containers to run for this Task.TaskSpec.Builder
clearVolumes()
Volumes to mount before running Tasks using this TaskSpec.TaskSpec.Builder
clone()
boolean
containsEnvironments(String key)
Deprecated.ComputeResource
getComputeResource()
ComputeResource requirements.ComputeResource.Builder
getComputeResourceBuilder()
ComputeResource requirements.ComputeResourceOrBuilder
getComputeResourceOrBuilder()
ComputeResource requirements.TaskSpec
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
Environment
getEnvironment()
Environment variables to set before running the Task.Environment.Builder
getEnvironmentBuilder()
Environment variables to set before running the Task.EnvironmentOrBuilder
getEnvironmentOrBuilder()
Environment variables to set before running the Task.Map<String,String>
getEnvironments()
Deprecated.int
getEnvironmentsCount()
Deprecated.Map<String,String>
getEnvironmentsMap()
Deprecated.String
getEnvironmentsOrDefault(String key, String defaultValue)
Deprecated.String
getEnvironmentsOrThrow(String key)
Deprecated.LifecyclePolicy
getLifecyclePolicies(int index)
Lifecycle management schema when any task in a task group is failed.LifecyclePolicy.Builder
getLifecyclePoliciesBuilder(int index)
Lifecycle management schema when any task in a task group is failed.List<LifecyclePolicy.Builder>
getLifecyclePoliciesBuilderList()
Lifecycle management schema when any task in a task group is failed.int
getLifecyclePoliciesCount()
Lifecycle management schema when any task in a task group is failed.List<LifecyclePolicy>
getLifecyclePoliciesList()
Lifecycle management schema when any task in a task group is failed.LifecyclePolicyOrBuilder
getLifecyclePoliciesOrBuilder(int index)
Lifecycle management schema when any task in a task group is failed.List<? extends LifecyclePolicyOrBuilder>
getLifecyclePoliciesOrBuilderList()
Lifecycle management schema when any task in a task group is failed.int
getMaxRetryCount()
Maximum number of retries on failures.com.google.protobuf.Duration
getMaxRunDuration()
Maximum duration the task should run.com.google.protobuf.Duration.Builder
getMaxRunDurationBuilder()
Maximum duration the task should run.com.google.protobuf.DurationOrBuilder
getMaxRunDurationOrBuilder()
Maximum duration the task should run.Map<String,String>
getMutableEnvironments()
Deprecated.Runnable
getRunnables(int index)
The sequence of scripts or containers to run for this Task.Runnable.Builder
getRunnablesBuilder(int index)
The sequence of scripts or containers to run for this Task.List<Runnable.Builder>
getRunnablesBuilderList()
The sequence of scripts or containers to run for this Task.int
getRunnablesCount()
The sequence of scripts or containers to run for this Task.List<Runnable>
getRunnablesList()
The sequence of scripts or containers to run for this Task.RunnableOrBuilder
getRunnablesOrBuilder(int index)
The sequence of scripts or containers to run for this Task.List<? extends RunnableOrBuilder>
getRunnablesOrBuilderList()
The sequence of scripts or containers to run for this Task.Volume
getVolumes(int index)
Volumes to mount before running Tasks using this TaskSpec.Volume.Builder
getVolumesBuilder(int index)
Volumes to mount before running Tasks using this TaskSpec.List<Volume.Builder>
getVolumesBuilderList()
Volumes to mount before running Tasks using this TaskSpec.int
getVolumesCount()
Volumes to mount before running Tasks using this TaskSpec.List<Volume>
getVolumesList()
Volumes to mount before running Tasks using this TaskSpec.VolumeOrBuilder
getVolumesOrBuilder(int index)
Volumes to mount before running Tasks using this TaskSpec.List<? extends VolumeOrBuilder>
getVolumesOrBuilderList()
Volumes to mount before running Tasks using this TaskSpec.boolean
hasComputeResource()
ComputeResource requirements.boolean
hasEnvironment()
Environment variables to set before running the Task.boolean
hasMaxRunDuration()
Maximum duration the task should run.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
protected com.google.protobuf.MapField
internalGetMapField(int number)
protected com.google.protobuf.MapField
internalGetMutableMapField(int number)
boolean
isInitialized()
TaskSpec.Builder
mergeComputeResource(ComputeResource value)
ComputeResource requirements.TaskSpec.Builder
mergeEnvironment(Environment value)
Environment variables to set before running the Task.TaskSpec.Builder
mergeFrom(TaskSpec other)
TaskSpec.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TaskSpec.Builder
mergeFrom(com.google.protobuf.Message other)
TaskSpec.Builder
mergeMaxRunDuration(com.google.protobuf.Duration value)
Maximum duration the task should run.TaskSpec.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
TaskSpec.Builder
putAllEnvironments(Map<String,String> values)
Deprecated.TaskSpec.Builder
putEnvironments(String key, String value)
Deprecated.TaskSpec.Builder
removeEnvironments(String key)
Deprecated.TaskSpec.Builder
removeLifecyclePolicies(int index)
Lifecycle management schema when any task in a task group is failed.TaskSpec.Builder
removeRunnables(int index)
The sequence of scripts or containers to run for this Task.TaskSpec.Builder
removeVolumes(int index)
Volumes to mount before running Tasks using this TaskSpec.TaskSpec.Builder
setComputeResource(ComputeResource value)
ComputeResource requirements.TaskSpec.Builder
setComputeResource(ComputeResource.Builder builderForValue)
ComputeResource requirements.TaskSpec.Builder
setEnvironment(Environment value)
Environment variables to set before running the Task.TaskSpec.Builder
setEnvironment(Environment.Builder builderForValue)
Environment variables to set before running the Task.TaskSpec.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
TaskSpec.Builder
setLifecyclePolicies(int index, LifecyclePolicy value)
Lifecycle management schema when any task in a task group is failed.TaskSpec.Builder
setLifecyclePolicies(int index, LifecyclePolicy.Builder builderForValue)
Lifecycle management schema when any task in a task group is failed.TaskSpec.Builder
setMaxRetryCount(int value)
Maximum number of retries on failures.TaskSpec.Builder
setMaxRunDuration(com.google.protobuf.Duration value)
Maximum duration the task should run.TaskSpec.Builder
setMaxRunDuration(com.google.protobuf.Duration.Builder builderForValue)
Maximum duration the task should run.TaskSpec.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
TaskSpec.Builder
setRunnables(int index, Runnable value)
The sequence of scripts or containers to run for this Task.TaskSpec.Builder
setRunnables(int index, Runnable.Builder builderForValue)
The sequence of scripts or containers to run for this Task.TaskSpec.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
TaskSpec.Builder
setVolumes(int index, Volume value)
Volumes to mount before running Tasks using this TaskSpec.TaskSpec.Builder
setVolumes(int index, Volume.Builder builderForValue)
Volumes to mount before running Tasks using this TaskSpec.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TaskSpec.Builder>
-
internalGetMutableMapField
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
- Overrides:
internalGetMutableMapField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TaskSpec.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<TaskSpec.Builder>
-
clear
public TaskSpec.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<TaskSpec.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<TaskSpec.Builder>
-
getDefaultInstanceForType
public TaskSpec getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public TaskSpec build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public TaskSpec buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public TaskSpec.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<TaskSpec.Builder>
-
setField
public TaskSpec.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TaskSpec.Builder>
-
clearField
public TaskSpec.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TaskSpec.Builder>
-
clearOneof
public TaskSpec.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<TaskSpec.Builder>
-
setRepeatedField
public TaskSpec.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TaskSpec.Builder>
-
addRepeatedField
public TaskSpec.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TaskSpec.Builder>
-
mergeFrom
public TaskSpec.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<TaskSpec.Builder>
-
mergeFrom
public TaskSpec.Builder mergeFrom(TaskSpec other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<TaskSpec.Builder>
-
mergeFrom
public TaskSpec.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<TaskSpec.Builder>
- Throws:
IOException
-
getRunnablesList
public List<Runnable> getRunnablesList()
The sequence of scripts or containers to run for this Task. Each Task using this TaskSpec executes its list of runnables in order. The Task succeeds if all of its runnables either exit with a zero status or any that exit with a non-zero status have the ignore_exit_status flag. Background runnables are killed automatically (if they have not already exited) a short time after all foreground runnables have completed. Even though this is likely to result in a non-zero exit status for the background runnable, these automatic kills are not treated as Task failures.
repeated .google.cloud.batch.v1alpha.Runnable runnables = 8;
- Specified by:
getRunnablesList
in interfaceTaskSpecOrBuilder
-
getRunnablesCount
public int getRunnablesCount()
The sequence of scripts or containers to run for this Task. Each Task using this TaskSpec executes its list of runnables in order. The Task succeeds if all of its runnables either exit with a zero status or any that exit with a non-zero status have the ignore_exit_status flag. Background runnables are killed automatically (if they have not already exited) a short time after all foreground runnables have completed. Even though this is likely to result in a non-zero exit status for the background runnable, these automatic kills are not treated as Task failures.
repeated .google.cloud.batch.v1alpha.Runnable runnables = 8;
- Specified by:
getRunnablesCount
in interfaceTaskSpecOrBuilder
-
getRunnables
public Runnable getRunnables(int index)
The sequence of scripts or containers to run for this Task. Each Task using this TaskSpec executes its list of runnables in order. The Task succeeds if all of its runnables either exit with a zero status or any that exit with a non-zero status have the ignore_exit_status flag. Background runnables are killed automatically (if they have not already exited) a short time after all foreground runnables have completed. Even though this is likely to result in a non-zero exit status for the background runnable, these automatic kills are not treated as Task failures.
repeated .google.cloud.batch.v1alpha.Runnable runnables = 8;
- Specified by:
getRunnables
in interfaceTaskSpecOrBuilder
-
setRunnables
public TaskSpec.Builder setRunnables(int index, Runnable value)
The sequence of scripts or containers to run for this Task. Each Task using this TaskSpec executes its list of runnables in order. The Task succeeds if all of its runnables either exit with a zero status or any that exit with a non-zero status have the ignore_exit_status flag. Background runnables are killed automatically (if they have not already exited) a short time after all foreground runnables have completed. Even though this is likely to result in a non-zero exit status for the background runnable, these automatic kills are not treated as Task failures.
repeated .google.cloud.batch.v1alpha.Runnable runnables = 8;
-
setRunnables
public TaskSpec.Builder setRunnables(int index, Runnable.Builder builderForValue)
The sequence of scripts or containers to run for this Task. Each Task using this TaskSpec executes its list of runnables in order. The Task succeeds if all of its runnables either exit with a zero status or any that exit with a non-zero status have the ignore_exit_status flag. Background runnables are killed automatically (if they have not already exited) a short time after all foreground runnables have completed. Even though this is likely to result in a non-zero exit status for the background runnable, these automatic kills are not treated as Task failures.
repeated .google.cloud.batch.v1alpha.Runnable runnables = 8;
-
addRunnables
public TaskSpec.Builder addRunnables(Runnable value)
The sequence of scripts or containers to run for this Task. Each Task using this TaskSpec executes its list of runnables in order. The Task succeeds if all of its runnables either exit with a zero status or any that exit with a non-zero status have the ignore_exit_status flag. Background runnables are killed automatically (if they have not already exited) a short time after all foreground runnables have completed. Even though this is likely to result in a non-zero exit status for the background runnable, these automatic kills are not treated as Task failures.
repeated .google.cloud.batch.v1alpha.Runnable runnables = 8;
-
addRunnables
public TaskSpec.Builder addRunnables(int index, Runnable value)
The sequence of scripts or containers to run for this Task. Each Task using this TaskSpec executes its list of runnables in order. The Task succeeds if all of its runnables either exit with a zero status or any that exit with a non-zero status have the ignore_exit_status flag. Background runnables are killed automatically (if they have not already exited) a short time after all foreground runnables have completed. Even though this is likely to result in a non-zero exit status for the background runnable, these automatic kills are not treated as Task failures.
repeated .google.cloud.batch.v1alpha.Runnable runnables = 8;
-
addRunnables
public TaskSpec.Builder addRunnables(Runnable.Builder builderForValue)
The sequence of scripts or containers to run for this Task. Each Task using this TaskSpec executes its list of runnables in order. The Task succeeds if all of its runnables either exit with a zero status or any that exit with a non-zero status have the ignore_exit_status flag. Background runnables are killed automatically (if they have not already exited) a short time after all foreground runnables have completed. Even though this is likely to result in a non-zero exit status for the background runnable, these automatic kills are not treated as Task failures.
repeated .google.cloud.batch.v1alpha.Runnable runnables = 8;
-
addRunnables
public TaskSpec.Builder addRunnables(int index, Runnable.Builder builderForValue)
The sequence of scripts or containers to run for this Task. Each Task using this TaskSpec executes its list of runnables in order. The Task succeeds if all of its runnables either exit with a zero status or any that exit with a non-zero status have the ignore_exit_status flag. Background runnables are killed automatically (if they have not already exited) a short time after all foreground runnables have completed. Even though this is likely to result in a non-zero exit status for the background runnable, these automatic kills are not treated as Task failures.
repeated .google.cloud.batch.v1alpha.Runnable runnables = 8;
-
addAllRunnables
public TaskSpec.Builder addAllRunnables(Iterable<? extends Runnable> values)
The sequence of scripts or containers to run for this Task. Each Task using this TaskSpec executes its list of runnables in order. The Task succeeds if all of its runnables either exit with a zero status or any that exit with a non-zero status have the ignore_exit_status flag. Background runnables are killed automatically (if they have not already exited) a short time after all foreground runnables have completed. Even though this is likely to result in a non-zero exit status for the background runnable, these automatic kills are not treated as Task failures.
repeated .google.cloud.batch.v1alpha.Runnable runnables = 8;
-
clearRunnables
public TaskSpec.Builder clearRunnables()
The sequence of scripts or containers to run for this Task. Each Task using this TaskSpec executes its list of runnables in order. The Task succeeds if all of its runnables either exit with a zero status or any that exit with a non-zero status have the ignore_exit_status flag. Background runnables are killed automatically (if they have not already exited) a short time after all foreground runnables have completed. Even though this is likely to result in a non-zero exit status for the background runnable, these automatic kills are not treated as Task failures.
repeated .google.cloud.batch.v1alpha.Runnable runnables = 8;
-
removeRunnables
public TaskSpec.Builder removeRunnables(int index)
The sequence of scripts or containers to run for this Task. Each Task using this TaskSpec executes its list of runnables in order. The Task succeeds if all of its runnables either exit with a zero status or any that exit with a non-zero status have the ignore_exit_status flag. Background runnables are killed automatically (if they have not already exited) a short time after all foreground runnables have completed. Even though this is likely to result in a non-zero exit status for the background runnable, these automatic kills are not treated as Task failures.
repeated .google.cloud.batch.v1alpha.Runnable runnables = 8;
-
getRunnablesBuilder
public Runnable.Builder getRunnablesBuilder(int index)
The sequence of scripts or containers to run for this Task. Each Task using this TaskSpec executes its list of runnables in order. The Task succeeds if all of its runnables either exit with a zero status or any that exit with a non-zero status have the ignore_exit_status flag. Background runnables are killed automatically (if they have not already exited) a short time after all foreground runnables have completed. Even though this is likely to result in a non-zero exit status for the background runnable, these automatic kills are not treated as Task failures.
repeated .google.cloud.batch.v1alpha.Runnable runnables = 8;
-
getRunnablesOrBuilder
public RunnableOrBuilder getRunnablesOrBuilder(int index)
The sequence of scripts or containers to run for this Task. Each Task using this TaskSpec executes its list of runnables in order. The Task succeeds if all of its runnables either exit with a zero status or any that exit with a non-zero status have the ignore_exit_status flag. Background runnables are killed automatically (if they have not already exited) a short time after all foreground runnables have completed. Even though this is likely to result in a non-zero exit status for the background runnable, these automatic kills are not treated as Task failures.
repeated .google.cloud.batch.v1alpha.Runnable runnables = 8;
- Specified by:
getRunnablesOrBuilder
in interfaceTaskSpecOrBuilder
-
getRunnablesOrBuilderList
public List<? extends RunnableOrBuilder> getRunnablesOrBuilderList()
The sequence of scripts or containers to run for this Task. Each Task using this TaskSpec executes its list of runnables in order. The Task succeeds if all of its runnables either exit with a zero status or any that exit with a non-zero status have the ignore_exit_status flag. Background runnables are killed automatically (if they have not already exited) a short time after all foreground runnables have completed. Even though this is likely to result in a non-zero exit status for the background runnable, these automatic kills are not treated as Task failures.
repeated .google.cloud.batch.v1alpha.Runnable runnables = 8;
- Specified by:
getRunnablesOrBuilderList
in interfaceTaskSpecOrBuilder
-
addRunnablesBuilder
public Runnable.Builder addRunnablesBuilder()
The sequence of scripts or containers to run for this Task. Each Task using this TaskSpec executes its list of runnables in order. The Task succeeds if all of its runnables either exit with a zero status or any that exit with a non-zero status have the ignore_exit_status flag. Background runnables are killed automatically (if they have not already exited) a short time after all foreground runnables have completed. Even though this is likely to result in a non-zero exit status for the background runnable, these automatic kills are not treated as Task failures.
repeated .google.cloud.batch.v1alpha.Runnable runnables = 8;
-
addRunnablesBuilder
public Runnable.Builder addRunnablesBuilder(int index)
The sequence of scripts or containers to run for this Task. Each Task using this TaskSpec executes its list of runnables in order. The Task succeeds if all of its runnables either exit with a zero status or any that exit with a non-zero status have the ignore_exit_status flag. Background runnables are killed automatically (if they have not already exited) a short time after all foreground runnables have completed. Even though this is likely to result in a non-zero exit status for the background runnable, these automatic kills are not treated as Task failures.
repeated .google.cloud.batch.v1alpha.Runnable runnables = 8;
-
getRunnablesBuilderList
public List<Runnable.Builder> getRunnablesBuilderList()
The sequence of scripts or containers to run for this Task. Each Task using this TaskSpec executes its list of runnables in order. The Task succeeds if all of its runnables either exit with a zero status or any that exit with a non-zero status have the ignore_exit_status flag. Background runnables are killed automatically (if they have not already exited) a short time after all foreground runnables have completed. Even though this is likely to result in a non-zero exit status for the background runnable, these automatic kills are not treated as Task failures.
repeated .google.cloud.batch.v1alpha.Runnable runnables = 8;
-
hasComputeResource
public boolean hasComputeResource()
ComputeResource requirements.
.google.cloud.batch.v1alpha.ComputeResource compute_resource = 3;
- Specified by:
hasComputeResource
in interfaceTaskSpecOrBuilder
- Returns:
- Whether the computeResource field is set.
-
getComputeResource
public ComputeResource getComputeResource()
ComputeResource requirements.
.google.cloud.batch.v1alpha.ComputeResource compute_resource = 3;
- Specified by:
getComputeResource
in interfaceTaskSpecOrBuilder
- Returns:
- The computeResource.
-
setComputeResource
public TaskSpec.Builder setComputeResource(ComputeResource value)
ComputeResource requirements.
.google.cloud.batch.v1alpha.ComputeResource compute_resource = 3;
-
setComputeResource
public TaskSpec.Builder setComputeResource(ComputeResource.Builder builderForValue)
ComputeResource requirements.
.google.cloud.batch.v1alpha.ComputeResource compute_resource = 3;
-
mergeComputeResource
public TaskSpec.Builder mergeComputeResource(ComputeResource value)
ComputeResource requirements.
.google.cloud.batch.v1alpha.ComputeResource compute_resource = 3;
-
clearComputeResource
public TaskSpec.Builder clearComputeResource()
ComputeResource requirements.
.google.cloud.batch.v1alpha.ComputeResource compute_resource = 3;
-
getComputeResourceBuilder
public ComputeResource.Builder getComputeResourceBuilder()
ComputeResource requirements.
.google.cloud.batch.v1alpha.ComputeResource compute_resource = 3;
-
getComputeResourceOrBuilder
public ComputeResourceOrBuilder getComputeResourceOrBuilder()
ComputeResource requirements.
.google.cloud.batch.v1alpha.ComputeResource compute_resource = 3;
- Specified by:
getComputeResourceOrBuilder
in interfaceTaskSpecOrBuilder
-
hasMaxRunDuration
public boolean hasMaxRunDuration()
Maximum duration the task should run. The task will be killed and marked as FAILED if over this limit.
.google.protobuf.Duration max_run_duration = 4;
- Specified by:
hasMaxRunDuration
in interfaceTaskSpecOrBuilder
- Returns:
- Whether the maxRunDuration field is set.
-
getMaxRunDuration
public com.google.protobuf.Duration getMaxRunDuration()
Maximum duration the task should run. The task will be killed and marked as FAILED if over this limit.
.google.protobuf.Duration max_run_duration = 4;
- Specified by:
getMaxRunDuration
in interfaceTaskSpecOrBuilder
- Returns:
- The maxRunDuration.
-
setMaxRunDuration
public TaskSpec.Builder setMaxRunDuration(com.google.protobuf.Duration value)
Maximum duration the task should run. The task will be killed and marked as FAILED if over this limit.
.google.protobuf.Duration max_run_duration = 4;
-
setMaxRunDuration
public TaskSpec.Builder setMaxRunDuration(com.google.protobuf.Duration.Builder builderForValue)
Maximum duration the task should run. The task will be killed and marked as FAILED if over this limit.
.google.protobuf.Duration max_run_duration = 4;
-
mergeMaxRunDuration
public TaskSpec.Builder mergeMaxRunDuration(com.google.protobuf.Duration value)
Maximum duration the task should run. The task will be killed and marked as FAILED if over this limit.
.google.protobuf.Duration max_run_duration = 4;
-
clearMaxRunDuration
public TaskSpec.Builder clearMaxRunDuration()
Maximum duration the task should run. The task will be killed and marked as FAILED if over this limit.
.google.protobuf.Duration max_run_duration = 4;
-
getMaxRunDurationBuilder
public com.google.protobuf.Duration.Builder getMaxRunDurationBuilder()
Maximum duration the task should run. The task will be killed and marked as FAILED if over this limit.
.google.protobuf.Duration max_run_duration = 4;
-
getMaxRunDurationOrBuilder
public com.google.protobuf.DurationOrBuilder getMaxRunDurationOrBuilder()
Maximum duration the task should run. The task will be killed and marked as FAILED if over this limit.
.google.protobuf.Duration max_run_duration = 4;
- Specified by:
getMaxRunDurationOrBuilder
in interfaceTaskSpecOrBuilder
-
getMaxRetryCount
public int getMaxRetryCount()
Maximum number of retries on failures. The default, 0, which means never retry. The valid value range is [0, 10].
int32 max_retry_count = 5;
- Specified by:
getMaxRetryCount
in interfaceTaskSpecOrBuilder
- Returns:
- The maxRetryCount.
-
setMaxRetryCount
public TaskSpec.Builder setMaxRetryCount(int value)
Maximum number of retries on failures. The default, 0, which means never retry. The valid value range is [0, 10].
int32 max_retry_count = 5;
- Parameters:
value
- The maxRetryCount to set.- Returns:
- This builder for chaining.
-
clearMaxRetryCount
public TaskSpec.Builder clearMaxRetryCount()
Maximum number of retries on failures. The default, 0, which means never retry. The valid value range is [0, 10].
int32 max_retry_count = 5;
- Returns:
- This builder for chaining.
-
getLifecyclePoliciesList
public List<LifecyclePolicy> getLifecyclePoliciesList()
Lifecycle management schema when any task in a task group is failed. Currently we only support one lifecycle policy. When the lifecycle policy condition is met, the action in the policy will execute. If task execution result does not meet with the defined lifecycle policy, we consider it as the default policy. Default policy means if the exit code is 0, exit task. If task ends with non-zero exit code, retry the task with max_retry_count.
repeated .google.cloud.batch.v1alpha.LifecyclePolicy lifecycle_policies = 9;
- Specified by:
getLifecyclePoliciesList
in interfaceTaskSpecOrBuilder
-
getLifecyclePoliciesCount
public int getLifecyclePoliciesCount()
Lifecycle management schema when any task in a task group is failed. Currently we only support one lifecycle policy. When the lifecycle policy condition is met, the action in the policy will execute. If task execution result does not meet with the defined lifecycle policy, we consider it as the default policy. Default policy means if the exit code is 0, exit task. If task ends with non-zero exit code, retry the task with max_retry_count.
repeated .google.cloud.batch.v1alpha.LifecyclePolicy lifecycle_policies = 9;
- Specified by:
getLifecyclePoliciesCount
in interfaceTaskSpecOrBuilder
-
getLifecyclePolicies
public LifecyclePolicy getLifecyclePolicies(int index)
Lifecycle management schema when any task in a task group is failed. Currently we only support one lifecycle policy. When the lifecycle policy condition is met, the action in the policy will execute. If task execution result does not meet with the defined lifecycle policy, we consider it as the default policy. Default policy means if the exit code is 0, exit task. If task ends with non-zero exit code, retry the task with max_retry_count.
repeated .google.cloud.batch.v1alpha.LifecyclePolicy lifecycle_policies = 9;
- Specified by:
getLifecyclePolicies
in interfaceTaskSpecOrBuilder
-
setLifecyclePolicies
public TaskSpec.Builder setLifecyclePolicies(int index, LifecyclePolicy value)
Lifecycle management schema when any task in a task group is failed. Currently we only support one lifecycle policy. When the lifecycle policy condition is met, the action in the policy will execute. If task execution result does not meet with the defined lifecycle policy, we consider it as the default policy. Default policy means if the exit code is 0, exit task. If task ends with non-zero exit code, retry the task with max_retry_count.
repeated .google.cloud.batch.v1alpha.LifecyclePolicy lifecycle_policies = 9;
-
setLifecyclePolicies
public TaskSpec.Builder setLifecyclePolicies(int index, LifecyclePolicy.Builder builderForValue)
Lifecycle management schema when any task in a task group is failed. Currently we only support one lifecycle policy. When the lifecycle policy condition is met, the action in the policy will execute. If task execution result does not meet with the defined lifecycle policy, we consider it as the default policy. Default policy means if the exit code is 0, exit task. If task ends with non-zero exit code, retry the task with max_retry_count.
repeated .google.cloud.batch.v1alpha.LifecyclePolicy lifecycle_policies = 9;
-
addLifecyclePolicies
public TaskSpec.Builder addLifecyclePolicies(LifecyclePolicy value)
Lifecycle management schema when any task in a task group is failed. Currently we only support one lifecycle policy. When the lifecycle policy condition is met, the action in the policy will execute. If task execution result does not meet with the defined lifecycle policy, we consider it as the default policy. Default policy means if the exit code is 0, exit task. If task ends with non-zero exit code, retry the task with max_retry_count.
repeated .google.cloud.batch.v1alpha.LifecyclePolicy lifecycle_policies = 9;
-
addLifecyclePolicies
public TaskSpec.Builder addLifecyclePolicies(int index, LifecyclePolicy value)
Lifecycle management schema when any task in a task group is failed. Currently we only support one lifecycle policy. When the lifecycle policy condition is met, the action in the policy will execute. If task execution result does not meet with the defined lifecycle policy, we consider it as the default policy. Default policy means if the exit code is 0, exit task. If task ends with non-zero exit code, retry the task with max_retry_count.
repeated .google.cloud.batch.v1alpha.LifecyclePolicy lifecycle_policies = 9;
-
addLifecyclePolicies
public TaskSpec.Builder addLifecyclePolicies(LifecyclePolicy.Builder builderForValue)
Lifecycle management schema when any task in a task group is failed. Currently we only support one lifecycle policy. When the lifecycle policy condition is met, the action in the policy will execute. If task execution result does not meet with the defined lifecycle policy, we consider it as the default policy. Default policy means if the exit code is 0, exit task. If task ends with non-zero exit code, retry the task with max_retry_count.
repeated .google.cloud.batch.v1alpha.LifecyclePolicy lifecycle_policies = 9;
-
addLifecyclePolicies
public TaskSpec.Builder addLifecyclePolicies(int index, LifecyclePolicy.Builder builderForValue)
Lifecycle management schema when any task in a task group is failed. Currently we only support one lifecycle policy. When the lifecycle policy condition is met, the action in the policy will execute. If task execution result does not meet with the defined lifecycle policy, we consider it as the default policy. Default policy means if the exit code is 0, exit task. If task ends with non-zero exit code, retry the task with max_retry_count.
repeated .google.cloud.batch.v1alpha.LifecyclePolicy lifecycle_policies = 9;
-
addAllLifecyclePolicies
public TaskSpec.Builder addAllLifecyclePolicies(Iterable<? extends LifecyclePolicy> values)
Lifecycle management schema when any task in a task group is failed. Currently we only support one lifecycle policy. When the lifecycle policy condition is met, the action in the policy will execute. If task execution result does not meet with the defined lifecycle policy, we consider it as the default policy. Default policy means if the exit code is 0, exit task. If task ends with non-zero exit code, retry the task with max_retry_count.
repeated .google.cloud.batch.v1alpha.LifecyclePolicy lifecycle_policies = 9;
-
clearLifecyclePolicies
public TaskSpec.Builder clearLifecyclePolicies()
Lifecycle management schema when any task in a task group is failed. Currently we only support one lifecycle policy. When the lifecycle policy condition is met, the action in the policy will execute. If task execution result does not meet with the defined lifecycle policy, we consider it as the default policy. Default policy means if the exit code is 0, exit task. If task ends with non-zero exit code, retry the task with max_retry_count.
repeated .google.cloud.batch.v1alpha.LifecyclePolicy lifecycle_policies = 9;
-
removeLifecyclePolicies
public TaskSpec.Builder removeLifecyclePolicies(int index)
Lifecycle management schema when any task in a task group is failed. Currently we only support one lifecycle policy. When the lifecycle policy condition is met, the action in the policy will execute. If task execution result does not meet with the defined lifecycle policy, we consider it as the default policy. Default policy means if the exit code is 0, exit task. If task ends with non-zero exit code, retry the task with max_retry_count.
repeated .google.cloud.batch.v1alpha.LifecyclePolicy lifecycle_policies = 9;
-
getLifecyclePoliciesBuilder
public LifecyclePolicy.Builder getLifecyclePoliciesBuilder(int index)
Lifecycle management schema when any task in a task group is failed. Currently we only support one lifecycle policy. When the lifecycle policy condition is met, the action in the policy will execute. If task execution result does not meet with the defined lifecycle policy, we consider it as the default policy. Default policy means if the exit code is 0, exit task. If task ends with non-zero exit code, retry the task with max_retry_count.
repeated .google.cloud.batch.v1alpha.LifecyclePolicy lifecycle_policies = 9;
-
getLifecyclePoliciesOrBuilder
public LifecyclePolicyOrBuilder getLifecyclePoliciesOrBuilder(int index)
Lifecycle management schema when any task in a task group is failed. Currently we only support one lifecycle policy. When the lifecycle policy condition is met, the action in the policy will execute. If task execution result does not meet with the defined lifecycle policy, we consider it as the default policy. Default policy means if the exit code is 0, exit task. If task ends with non-zero exit code, retry the task with max_retry_count.
repeated .google.cloud.batch.v1alpha.LifecyclePolicy lifecycle_policies = 9;
- Specified by:
getLifecyclePoliciesOrBuilder
in interfaceTaskSpecOrBuilder
-
getLifecyclePoliciesOrBuilderList
public List<? extends LifecyclePolicyOrBuilder> getLifecyclePoliciesOrBuilderList()
Lifecycle management schema when any task in a task group is failed. Currently we only support one lifecycle policy. When the lifecycle policy condition is met, the action in the policy will execute. If task execution result does not meet with the defined lifecycle policy, we consider it as the default policy. Default policy means if the exit code is 0, exit task. If task ends with non-zero exit code, retry the task with max_retry_count.
repeated .google.cloud.batch.v1alpha.LifecyclePolicy lifecycle_policies = 9;
- Specified by:
getLifecyclePoliciesOrBuilderList
in interfaceTaskSpecOrBuilder
-
addLifecyclePoliciesBuilder
public LifecyclePolicy.Builder addLifecyclePoliciesBuilder()
Lifecycle management schema when any task in a task group is failed. Currently we only support one lifecycle policy. When the lifecycle policy condition is met, the action in the policy will execute. If task execution result does not meet with the defined lifecycle policy, we consider it as the default policy. Default policy means if the exit code is 0, exit task. If task ends with non-zero exit code, retry the task with max_retry_count.
repeated .google.cloud.batch.v1alpha.LifecyclePolicy lifecycle_policies = 9;
-
addLifecyclePoliciesBuilder
public LifecyclePolicy.Builder addLifecyclePoliciesBuilder(int index)
Lifecycle management schema when any task in a task group is failed. Currently we only support one lifecycle policy. When the lifecycle policy condition is met, the action in the policy will execute. If task execution result does not meet with the defined lifecycle policy, we consider it as the default policy. Default policy means if the exit code is 0, exit task. If task ends with non-zero exit code, retry the task with max_retry_count.
repeated .google.cloud.batch.v1alpha.LifecyclePolicy lifecycle_policies = 9;
-
getLifecyclePoliciesBuilderList
public List<LifecyclePolicy.Builder> getLifecyclePoliciesBuilderList()
Lifecycle management schema when any task in a task group is failed. Currently we only support one lifecycle policy. When the lifecycle policy condition is met, the action in the policy will execute. If task execution result does not meet with the defined lifecycle policy, we consider it as the default policy. Default policy means if the exit code is 0, exit task. If task ends with non-zero exit code, retry the task with max_retry_count.
repeated .google.cloud.batch.v1alpha.LifecyclePolicy lifecycle_policies = 9;
-
getEnvironmentsCount
@Deprecated public int getEnvironmentsCount()
Deprecated.Description copied from interface:TaskSpecOrBuilder
Deprecated: please use environment(non-plural) instead.
map<string, string> environments = 6 [deprecated = true];
- Specified by:
getEnvironmentsCount
in interfaceTaskSpecOrBuilder
-
containsEnvironments
@Deprecated public boolean containsEnvironments(String key)
Deprecated.Deprecated: please use environment(non-plural) instead.
map<string, string> environments = 6 [deprecated = true];
- Specified by:
containsEnvironments
in interfaceTaskSpecOrBuilder
-
getEnvironments
@Deprecated public Map<String,String> getEnvironments()
Deprecated.UsegetEnvironmentsMap()
instead.- Specified by:
getEnvironments
in interfaceTaskSpecOrBuilder
-
getEnvironmentsMap
@Deprecated public Map<String,String> getEnvironmentsMap()
Deprecated.Deprecated: please use environment(non-plural) instead.
map<string, string> environments = 6 [deprecated = true];
- Specified by:
getEnvironmentsMap
in interfaceTaskSpecOrBuilder
-
getEnvironmentsOrDefault
@Deprecated public String getEnvironmentsOrDefault(String key, String defaultValue)
Deprecated.Deprecated: please use environment(non-plural) instead.
map<string, string> environments = 6 [deprecated = true];
- Specified by:
getEnvironmentsOrDefault
in interfaceTaskSpecOrBuilder
-
getEnvironmentsOrThrow
@Deprecated public String getEnvironmentsOrThrow(String key)
Deprecated.Deprecated: please use environment(non-plural) instead.
map<string, string> environments = 6 [deprecated = true];
- Specified by:
getEnvironmentsOrThrow
in interfaceTaskSpecOrBuilder
-
clearEnvironments
@Deprecated public TaskSpec.Builder clearEnvironments()
Deprecated.
-
removeEnvironments
@Deprecated public TaskSpec.Builder removeEnvironments(String key)
Deprecated.Deprecated: please use environment(non-plural) instead.
map<string, string> environments = 6 [deprecated = true];
-
getMutableEnvironments
@Deprecated public Map<String,String> getMutableEnvironments()
Deprecated.Use alternate mutation accessors instead.
-
putEnvironments
@Deprecated public TaskSpec.Builder putEnvironments(String key, String value)
Deprecated.Deprecated: please use environment(non-plural) instead.
map<string, string> environments = 6 [deprecated = true];
-
putAllEnvironments
@Deprecated public TaskSpec.Builder putAllEnvironments(Map<String,String> values)
Deprecated.Deprecated: please use environment(non-plural) instead.
map<string, string> environments = 6 [deprecated = true];
-
getVolumesList
public List<Volume> getVolumesList()
Volumes to mount before running Tasks using this TaskSpec.
repeated .google.cloud.batch.v1alpha.Volume volumes = 7;
- Specified by:
getVolumesList
in interfaceTaskSpecOrBuilder
-
getVolumesCount
public int getVolumesCount()
Volumes to mount before running Tasks using this TaskSpec.
repeated .google.cloud.batch.v1alpha.Volume volumes = 7;
- Specified by:
getVolumesCount
in interfaceTaskSpecOrBuilder
-
getVolumes
public Volume getVolumes(int index)
Volumes to mount before running Tasks using this TaskSpec.
repeated .google.cloud.batch.v1alpha.Volume volumes = 7;
- Specified by:
getVolumes
in interfaceTaskSpecOrBuilder
-
setVolumes
public TaskSpec.Builder setVolumes(int index, Volume value)
Volumes to mount before running Tasks using this TaskSpec.
repeated .google.cloud.batch.v1alpha.Volume volumes = 7;
-
setVolumes
public TaskSpec.Builder setVolumes(int index, Volume.Builder builderForValue)
Volumes to mount before running Tasks using this TaskSpec.
repeated .google.cloud.batch.v1alpha.Volume volumes = 7;
-
addVolumes
public TaskSpec.Builder addVolumes(Volume value)
Volumes to mount before running Tasks using this TaskSpec.
repeated .google.cloud.batch.v1alpha.Volume volumes = 7;
-
addVolumes
public TaskSpec.Builder addVolumes(int index, Volume value)
Volumes to mount before running Tasks using this TaskSpec.
repeated .google.cloud.batch.v1alpha.Volume volumes = 7;
-
addVolumes
public TaskSpec.Builder addVolumes(Volume.Builder builderForValue)
Volumes to mount before running Tasks using this TaskSpec.
repeated .google.cloud.batch.v1alpha.Volume volumes = 7;
-
addVolumes
public TaskSpec.Builder addVolumes(int index, Volume.Builder builderForValue)
Volumes to mount before running Tasks using this TaskSpec.
repeated .google.cloud.batch.v1alpha.Volume volumes = 7;
-
addAllVolumes
public TaskSpec.Builder addAllVolumes(Iterable<? extends Volume> values)
Volumes to mount before running Tasks using this TaskSpec.
repeated .google.cloud.batch.v1alpha.Volume volumes = 7;
-
clearVolumes
public TaskSpec.Builder clearVolumes()
Volumes to mount before running Tasks using this TaskSpec.
repeated .google.cloud.batch.v1alpha.Volume volumes = 7;
-
removeVolumes
public TaskSpec.Builder removeVolumes(int index)
Volumes to mount before running Tasks using this TaskSpec.
repeated .google.cloud.batch.v1alpha.Volume volumes = 7;
-
getVolumesBuilder
public Volume.Builder getVolumesBuilder(int index)
Volumes to mount before running Tasks using this TaskSpec.
repeated .google.cloud.batch.v1alpha.Volume volumes = 7;
-
getVolumesOrBuilder
public VolumeOrBuilder getVolumesOrBuilder(int index)
Volumes to mount before running Tasks using this TaskSpec.
repeated .google.cloud.batch.v1alpha.Volume volumes = 7;
- Specified by:
getVolumesOrBuilder
in interfaceTaskSpecOrBuilder
-
getVolumesOrBuilderList
public List<? extends VolumeOrBuilder> getVolumesOrBuilderList()
Volumes to mount before running Tasks using this TaskSpec.
repeated .google.cloud.batch.v1alpha.Volume volumes = 7;
- Specified by:
getVolumesOrBuilderList
in interfaceTaskSpecOrBuilder
-
addVolumesBuilder
public Volume.Builder addVolumesBuilder()
Volumes to mount before running Tasks using this TaskSpec.
repeated .google.cloud.batch.v1alpha.Volume volumes = 7;
-
addVolumesBuilder
public Volume.Builder addVolumesBuilder(int index)
Volumes to mount before running Tasks using this TaskSpec.
repeated .google.cloud.batch.v1alpha.Volume volumes = 7;
-
getVolumesBuilderList
public List<Volume.Builder> getVolumesBuilderList()
Volumes to mount before running Tasks using this TaskSpec.
repeated .google.cloud.batch.v1alpha.Volume volumes = 7;
-
hasEnvironment
public boolean hasEnvironment()
Environment variables to set before running the Task.
.google.cloud.batch.v1alpha.Environment environment = 10;
- Specified by:
hasEnvironment
in interfaceTaskSpecOrBuilder
- Returns:
- Whether the environment field is set.
-
getEnvironment
public Environment getEnvironment()
Environment variables to set before running the Task.
.google.cloud.batch.v1alpha.Environment environment = 10;
- Specified by:
getEnvironment
in interfaceTaskSpecOrBuilder
- Returns:
- The environment.
-
setEnvironment
public TaskSpec.Builder setEnvironment(Environment value)
Environment variables to set before running the Task.
.google.cloud.batch.v1alpha.Environment environment = 10;
-
setEnvironment
public TaskSpec.Builder setEnvironment(Environment.Builder builderForValue)
Environment variables to set before running the Task.
.google.cloud.batch.v1alpha.Environment environment = 10;
-
mergeEnvironment
public TaskSpec.Builder mergeEnvironment(Environment value)
Environment variables to set before running the Task.
.google.cloud.batch.v1alpha.Environment environment = 10;
-
clearEnvironment
public TaskSpec.Builder clearEnvironment()
Environment variables to set before running the Task.
.google.cloud.batch.v1alpha.Environment environment = 10;
-
getEnvironmentBuilder
public Environment.Builder getEnvironmentBuilder()
Environment variables to set before running the Task.
.google.cloud.batch.v1alpha.Environment environment = 10;
-
getEnvironmentOrBuilder
public EnvironmentOrBuilder getEnvironmentOrBuilder()
Environment variables to set before running the Task.
.google.cloud.batch.v1alpha.Environment environment = 10;
- Specified by:
getEnvironmentOrBuilder
in interfaceTaskSpecOrBuilder
-
setUnknownFields
public final TaskSpec.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<TaskSpec.Builder>
-
mergeUnknownFields
public final TaskSpec.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<TaskSpec.Builder>
-
-