- 0.51.0 (latest)
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.2
- 0.2.2
- 0.1.1
public static final class TaskGroup.Builder extends GeneratedMessageV3.Builder<TaskGroup.Builder> implements TaskGroupOrBuilder
A TaskGroup contains one or multiple Tasks that share the same Runnable but with different runtime parameters.
Protobuf type google.cloud.batch.v1alpha.TaskGroup
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TaskGroup.BuilderImplements
TaskGroupOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllTaskEnvironments(Iterable<? extends Environment> values)
public TaskGroup.Builder addAllTaskEnvironments(Iterable<? extends Environment> values)
An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1). task_environments supports up to 200 entries.
repeated .google.cloud.batch.v1alpha.Environment task_environments = 9;
Name | Description |
values |
Iterable<? extends com.google.cloud.batch.v1alpha.Environment> |
Type | Description |
TaskGroup.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TaskGroup.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field |
FieldDescriptor |
value |
Object |
Type | Description |
TaskGroup.Builder |
addTaskEnvironments(Environment value)
public TaskGroup.Builder addTaskEnvironments(Environment value)
An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1). task_environments supports up to 200 entries.
repeated .google.cloud.batch.v1alpha.Environment task_environments = 9;
Name | Description |
value |
Environment |
Type | Description |
TaskGroup.Builder |
addTaskEnvironments(Environment.Builder builderForValue)
public TaskGroup.Builder addTaskEnvironments(Environment.Builder builderForValue)
An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1). task_environments supports up to 200 entries.
repeated .google.cloud.batch.v1alpha.Environment task_environments = 9;
Name | Description |
builderForValue |
Environment.Builder |
Type | Description |
TaskGroup.Builder |
addTaskEnvironments(int index, Environment value)
public TaskGroup.Builder addTaskEnvironments(int index, Environment value)
An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1). task_environments supports up to 200 entries.
repeated .google.cloud.batch.v1alpha.Environment task_environments = 9;
Name | Description |
index |
int |
value |
Environment |
Type | Description |
TaskGroup.Builder |
addTaskEnvironments(int index, Environment.Builder builderForValue)
public TaskGroup.Builder addTaskEnvironments(int index, Environment.Builder builderForValue)
An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1). task_environments supports up to 200 entries.
repeated .google.cloud.batch.v1alpha.Environment task_environments = 9;
Name | Description |
index |
int |
builderForValue |
Environment.Builder |
Type | Description |
TaskGroup.Builder |
addTaskEnvironmentsBuilder()
public Environment.Builder addTaskEnvironmentsBuilder()
An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1). task_environments supports up to 200 entries.
repeated .google.cloud.batch.v1alpha.Environment task_environments = 9;
Type | Description |
Environment.Builder |
addTaskEnvironmentsBuilder(int index)
public Environment.Builder addTaskEnvironmentsBuilder(int index)
An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1). task_environments supports up to 200 entries.
repeated .google.cloud.batch.v1alpha.Environment task_environments = 9;
Name | Description |
index |
int |
Type | Description |
Environment.Builder |
build()
public TaskGroup build()
Type | Description |
TaskGroup |
buildPartial()
public TaskGroup buildPartial()
Type | Description |
TaskGroup |
clear()
public TaskGroup.Builder clear()
Type | Description |
TaskGroup.Builder |
clearAllocationPolicy()
public TaskGroup.Builder clearAllocationPolicy()
Compute resource allocation for the TaskGroup. If specified, it overrides resources in Job.
.google.cloud.batch.v1alpha.AllocationPolicy allocation_policy = 7;
Type | Description |
TaskGroup.Builder |
clearField(Descriptors.FieldDescriptor field)
public TaskGroup.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field |
FieldDescriptor |
Type | Description |
TaskGroup.Builder |
clearLabels()
public TaskGroup.Builder clearLabels()
Type | Description |
TaskGroup.Builder |
clearName()
public TaskGroup.Builder clearName()
Output only. TaskGroup name. The system generates this field based on parent Job name. For example: "projects/123456/locations/us-west1/jobs/job01/taskGroups/group01".
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
TaskGroup.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public TaskGroup.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof |
OneofDescriptor |
Type | Description |
TaskGroup.Builder |
clearParallelism()
public TaskGroup.Builder clearParallelism()
Max number of tasks that can run in parallel. Default to min(task_count, 1000).
int64 parallelism = 5;
Type | Description |
TaskGroup.Builder |
This builder for chaining. |
clearPermissiveSsh()
public TaskGroup.Builder clearPermissiveSsh()
When true, Batch will configure SSH to allow passwordless login between VMs running the Batch tasks in the same TaskGroup.
bool permissive_ssh = 12;
Type | Description |
TaskGroup.Builder |
This builder for chaining. |
clearRequireHostsFile()
public TaskGroup.Builder clearRequireHostsFile()
When true, Batch will populate a file with a list of all VMs assigned to the TaskGroup and set the BATCH_HOSTS_FILE environment variable to the path of that file. Defaults to false.
bool require_hosts_file = 11;
Type | Description |
TaskGroup.Builder |
This builder for chaining. |
clearSchedulingPolicy()
public TaskGroup.Builder clearSchedulingPolicy()
Scheduling policy for Tasks in the TaskGroup.
.google.cloud.batch.v1alpha.TaskGroup.SchedulingPolicy scheduling_policy = 6;
Type | Description |
TaskGroup.Builder |
This builder for chaining. |
clearTaskCount()
public TaskGroup.Builder clearTaskCount()
Number of Tasks in the TaskGroup. default is 1
int64 task_count = 4;
Type | Description |
TaskGroup.Builder |
This builder for chaining. |
clearTaskCountPerNode()
public TaskGroup.Builder clearTaskCountPerNode()
Max number of tasks that can be run on a VM at the same time. If not specified, the system will decide a value based on available compute resources on a VM and task requirements.
int64 task_count_per_node = 10;
Type | Description |
TaskGroup.Builder |
This builder for chaining. |
clearTaskEnvironments()
public TaskGroup.Builder clearTaskEnvironments()
An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1). task_environments supports up to 200 entries.
repeated .google.cloud.batch.v1alpha.Environment task_environments = 9;
Type | Description |
TaskGroup.Builder |
clearTaskSpec()
public TaskGroup.Builder clearTaskSpec()
Required. Tasks in the group share the same task spec.
.google.cloud.batch.v1alpha.TaskSpec task_spec = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
TaskGroup.Builder |
clone()
public TaskGroup.Builder clone()
Type | Description |
TaskGroup.Builder |
containsLabels(String key)
public boolean containsLabels(String key)
Labels for the TaskGroup. Labels could be user provided or system generated. You can assign up to 64 labels. Google Compute Engine label restrictions apply. Label names that start with "goog-" or "google-" are reserved.
map<string, string> labels = 8;
Name | Description |
key |
String |
Type | Description |
boolean |
getAllocationPolicy()
public AllocationPolicy getAllocationPolicy()
Compute resource allocation for the TaskGroup. If specified, it overrides resources in Job.
.google.cloud.batch.v1alpha.AllocationPolicy allocation_policy = 7;
Type | Description |
AllocationPolicy |
The allocationPolicy. |
getAllocationPolicyBuilder()
public AllocationPolicy.Builder getAllocationPolicyBuilder()
Compute resource allocation for the TaskGroup. If specified, it overrides resources in Job.
.google.cloud.batch.v1alpha.AllocationPolicy allocation_policy = 7;
Type | Description |
AllocationPolicy.Builder |
getAllocationPolicyOrBuilder()
public AllocationPolicyOrBuilder getAllocationPolicyOrBuilder()
Compute resource allocation for the TaskGroup. If specified, it overrides resources in Job.
.google.cloud.batch.v1alpha.AllocationPolicy allocation_policy = 7;
Type | Description |
AllocationPolicyOrBuilder |
getDefaultInstanceForType()
public TaskGroup getDefaultInstanceForType()
Type | Description |
TaskGroup |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getLabels()
public Map<String,String> getLabels()
Use #getLabelsMap() instead.
Type | Description |
Map<String,String> |
getLabelsCount()
public int getLabelsCount()
Labels for the TaskGroup. Labels could be user provided or system generated. You can assign up to 64 labels. Google Compute Engine label restrictions apply. Label names that start with "goog-" or "google-" are reserved.
map<string, string> labels = 8;
Type | Description |
int |
getLabelsMap()
public Map<String,String> getLabelsMap()
Labels for the TaskGroup. Labels could be user provided or system generated. You can assign up to 64 labels. Google Compute Engine label restrictions apply. Label names that start with "goog-" or "google-" are reserved.
map<string, string> labels = 8;
Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)
Labels for the TaskGroup. Labels could be user provided or system generated. You can assign up to 64 labels. Google Compute Engine label restrictions apply. Label names that start with "goog-" or "google-" are reserved.
map<string, string> labels = 8;
Name | Description |
key |
String |
defaultValue |
String |
Type | Description |
String |
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)
Labels for the TaskGroup. Labels could be user provided or system generated. You can assign up to 64 labels. Google Compute Engine label restrictions apply. Label names that start with "goog-" or "google-" are reserved.
map<string, string> labels = 8;
Name | Description |
key |
String |
Type | Description |
String |
getMutableLabels()
public Map<String,String> getMutableLabels()
Use alternate mutation accessors instead.
Type | Description |
Map<String,String> |
getName()
public String getName()
Output only. TaskGroup name. The system generates this field based on parent Job name. For example: "projects/123456/locations/us-west1/jobs/job01/taskGroups/group01".
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Output only. TaskGroup name. The system generates this field based on parent Job name. For example: "projects/123456/locations/us-west1/jobs/job01/taskGroups/group01".
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString |
The bytes for name. |
getParallelism()
public long getParallelism()
Max number of tasks that can run in parallel. Default to min(task_count, 1000).
int64 parallelism = 5;
Type | Description |
long |
The parallelism. |
getPermissiveSsh()
public boolean getPermissiveSsh()
When true, Batch will configure SSH to allow passwordless login between VMs running the Batch tasks in the same TaskGroup.
bool permissive_ssh = 12;
Type | Description |
boolean |
The permissiveSsh. |
getRequireHostsFile()
public boolean getRequireHostsFile()
When true, Batch will populate a file with a list of all VMs assigned to the TaskGroup and set the BATCH_HOSTS_FILE environment variable to the path of that file. Defaults to false.
bool require_hosts_file = 11;
Type | Description |
boolean |
The requireHostsFile. |
getSchedulingPolicy()
public TaskGroup.SchedulingPolicy getSchedulingPolicy()
Scheduling policy for Tasks in the TaskGroup.
.google.cloud.batch.v1alpha.TaskGroup.SchedulingPolicy scheduling_policy = 6;
Type | Description |
TaskGroup.SchedulingPolicy |
The schedulingPolicy. |
getSchedulingPolicyValue()
public int getSchedulingPolicyValue()
Scheduling policy for Tasks in the TaskGroup.
.google.cloud.batch.v1alpha.TaskGroup.SchedulingPolicy scheduling_policy = 6;
Type | Description |
int |
The enum numeric value on the wire for schedulingPolicy. |
getTaskCount()
public long getTaskCount()
Number of Tasks in the TaskGroup. default is 1
int64 task_count = 4;
Type | Description |
long |
The taskCount. |
getTaskCountPerNode()
public long getTaskCountPerNode()
Max number of tasks that can be run on a VM at the same time. If not specified, the system will decide a value based on available compute resources on a VM and task requirements.
int64 task_count_per_node = 10;
Type | Description |
long |
The taskCountPerNode. |
getTaskEnvironments(int index)
public Environment getTaskEnvironments(int index)
An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1). task_environments supports up to 200 entries.
repeated .google.cloud.batch.v1alpha.Environment task_environments = 9;
Name | Description |
index |
int |
Type | Description |
Environment |
getTaskEnvironmentsBuilder(int index)
public Environment.Builder getTaskEnvironmentsBuilder(int index)
An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1). task_environments supports up to 200 entries.
repeated .google.cloud.batch.v1alpha.Environment task_environments = 9;
Name | Description |
index |
int |
Type | Description |
Environment.Builder |
getTaskEnvironmentsBuilderList()
public List<Environment.Builder> getTaskEnvironmentsBuilderList()
An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1). task_environments supports up to 200 entries.
repeated .google.cloud.batch.v1alpha.Environment task_environments = 9;
Type | Description |
List<Builder> |
getTaskEnvironmentsCount()
public int getTaskEnvironmentsCount()
An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1). task_environments supports up to 200 entries.
repeated .google.cloud.batch.v1alpha.Environment task_environments = 9;
Type | Description |
int |
getTaskEnvironmentsList()
public List<Environment> getTaskEnvironmentsList()
An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1). task_environments supports up to 200 entries.
repeated .google.cloud.batch.v1alpha.Environment task_environments = 9;
Type | Description |
List<Environment> |
getTaskEnvironmentsOrBuilder(int index)
public EnvironmentOrBuilder getTaskEnvironmentsOrBuilder(int index)
An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1). task_environments supports up to 200 entries.
repeated .google.cloud.batch.v1alpha.Environment task_environments = 9;
Name | Description |
index |
int |
Type | Description |
EnvironmentOrBuilder |
getTaskEnvironmentsOrBuilderList()
public List<? extends EnvironmentOrBuilder> getTaskEnvironmentsOrBuilderList()
An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1). task_environments supports up to 200 entries.
repeated .google.cloud.batch.v1alpha.Environment task_environments = 9;
Type | Description |
List<? extends com.google.cloud.batch.v1alpha.EnvironmentOrBuilder> |
getTaskSpec()
public TaskSpec getTaskSpec()
Required. Tasks in the group share the same task spec.
.google.cloud.batch.v1alpha.TaskSpec task_spec = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
TaskSpec |
The taskSpec. |
getTaskSpecBuilder()
public TaskSpec.Builder getTaskSpecBuilder()
Required. Tasks in the group share the same task spec.
.google.cloud.batch.v1alpha.TaskSpec task_spec = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
TaskSpec.Builder |
getTaskSpecOrBuilder()
public TaskSpecOrBuilder getTaskSpecOrBuilder()
Required. Tasks in the group share the same task spec.
.google.cloud.batch.v1alpha.TaskSpec task_spec = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
TaskSpecOrBuilder |
hasAllocationPolicy()
public boolean hasAllocationPolicy()
Compute resource allocation for the TaskGroup. If specified, it overrides resources in Job.
.google.cloud.batch.v1alpha.AllocationPolicy allocation_policy = 7;
Type | Description |
boolean |
Whether the allocationPolicy field is set. |
hasTaskSpec()
public boolean hasTaskSpec()
Required. Tasks in the group share the same task spec.
.google.cloud.batch.v1alpha.TaskSpec task_spec = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
boolean |
Whether the taskSpec field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Name | Description |
number |
int |
Type | Description |
MapField |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)
Name | Description |
number |
int |
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeAllocationPolicy(AllocationPolicy value)
public TaskGroup.Builder mergeAllocationPolicy(AllocationPolicy value)
Compute resource allocation for the TaskGroup. If specified, it overrides resources in Job.
.google.cloud.batch.v1alpha.AllocationPolicy allocation_policy = 7;
Name | Description |
value |
AllocationPolicy |
Type | Description |
TaskGroup.Builder |
mergeFrom(TaskGroup other)
public TaskGroup.Builder mergeFrom(TaskGroup other)
Name | Description |
other |
TaskGroup |
Type | Description |
TaskGroup.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TaskGroup.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Type | Description |
TaskGroup.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public TaskGroup.Builder mergeFrom(Message other)
Name | Description |
other |
Message |
Type | Description |
TaskGroup.Builder |
mergeTaskSpec(TaskSpec value)
public TaskGroup.Builder mergeTaskSpec(TaskSpec value)
Required. Tasks in the group share the same task spec.
.google.cloud.batch.v1alpha.TaskSpec task_spec = 3 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value |
TaskSpec |
Type | Description |
TaskGroup.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TaskGroup.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields |
UnknownFieldSet |
Type | Description |
TaskGroup.Builder |
putAllLabels(Map<String,String> values)
public TaskGroup.Builder putAllLabels(Map<String,String> values)
Labels for the TaskGroup. Labels could be user provided or system generated. You can assign up to 64 labels. Google Compute Engine label restrictions apply. Label names that start with "goog-" or "google-" are reserved.
map<string, string> labels = 8;
Name | Description |
values |
Map<String,String> |
Type | Description |
TaskGroup.Builder |
putLabels(String key, String value)
public TaskGroup.Builder putLabels(String key, String value)
Labels for the TaskGroup. Labels could be user provided or system generated. You can assign up to 64 labels. Google Compute Engine label restrictions apply. Label names that start with "goog-" or "google-" are reserved.
map<string, string> labels = 8;
Name | Description |
key |
String |
value |
String |
Type | Description |
TaskGroup.Builder |
removeLabels(String key)
public TaskGroup.Builder removeLabels(String key)
Labels for the TaskGroup. Labels could be user provided or system generated. You can assign up to 64 labels. Google Compute Engine label restrictions apply. Label names that start with "goog-" or "google-" are reserved.
map<string, string> labels = 8;
Name | Description |
key |
String |
Type | Description |
TaskGroup.Builder |
removeTaskEnvironments(int index)
public TaskGroup.Builder removeTaskEnvironments(int index)
An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1). task_environments supports up to 200 entries.
repeated .google.cloud.batch.v1alpha.Environment task_environments = 9;
Name | Description |
index |
int |
Type | Description |
TaskGroup.Builder |
setAllocationPolicy(AllocationPolicy value)
public TaskGroup.Builder setAllocationPolicy(AllocationPolicy value)
Compute resource allocation for the TaskGroup. If specified, it overrides resources in Job.
.google.cloud.batch.v1alpha.AllocationPolicy allocation_policy = 7;
Name | Description |
value |
AllocationPolicy |
Type | Description |
TaskGroup.Builder |
setAllocationPolicy(AllocationPolicy.Builder builderForValue)
public TaskGroup.Builder setAllocationPolicy(AllocationPolicy.Builder builderForValue)
Compute resource allocation for the TaskGroup. If specified, it overrides resources in Job.
.google.cloud.batch.v1alpha.AllocationPolicy allocation_policy = 7;
Name | Description |
builderForValue |
AllocationPolicy.Builder |
Type | Description |
TaskGroup.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public TaskGroup.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field |
FieldDescriptor |
value |
Object |
Type | Description |
TaskGroup.Builder |
setName(String value)
public TaskGroup.Builder setName(String value)
Output only. TaskGroup name. The system generates this field based on parent Job name. For example: "projects/123456/locations/us-west1/jobs/job01/taskGroups/group01".
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value |
String The name to set. |
Type | Description |
TaskGroup.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public TaskGroup.Builder setNameBytes(ByteString value)
Output only. TaskGroup name. The system generates this field based on parent Job name. For example: "projects/123456/locations/us-west1/jobs/job01/taskGroups/group01".
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value |
ByteString The bytes for name to set. |
Type | Description |
TaskGroup.Builder |
This builder for chaining. |
setParallelism(long value)
public TaskGroup.Builder setParallelism(long value)
Max number of tasks that can run in parallel. Default to min(task_count, 1000).
int64 parallelism = 5;
Name | Description |
value |
long The parallelism to set. |
Type | Description |
TaskGroup.Builder |
This builder for chaining. |
setPermissiveSsh(boolean value)
public TaskGroup.Builder setPermissiveSsh(boolean value)
When true, Batch will configure SSH to allow passwordless login between VMs running the Batch tasks in the same TaskGroup.
bool permissive_ssh = 12;
Name | Description |
value |
boolean The permissiveSsh to set. |
Type | Description |
TaskGroup.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TaskGroup.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Type | Description |
TaskGroup.Builder |
setRequireHostsFile(boolean value)
public TaskGroup.Builder setRequireHostsFile(boolean value)
When true, Batch will populate a file with a list of all VMs assigned to the TaskGroup and set the BATCH_HOSTS_FILE environment variable to the path of that file. Defaults to false.
bool require_hosts_file = 11;
Name | Description |
value |
boolean The requireHostsFile to set. |
Type | Description |
TaskGroup.Builder |
This builder for chaining. |
setSchedulingPolicy(TaskGroup.SchedulingPolicy value)
public TaskGroup.Builder setSchedulingPolicy(TaskGroup.SchedulingPolicy value)
Scheduling policy for Tasks in the TaskGroup.
.google.cloud.batch.v1alpha.TaskGroup.SchedulingPolicy scheduling_policy = 6;
Name | Description |
value |
TaskGroup.SchedulingPolicy The schedulingPolicy to set. |
Type | Description |
TaskGroup.Builder |
This builder for chaining. |
setSchedulingPolicyValue(int value)
public TaskGroup.Builder setSchedulingPolicyValue(int value)
Scheduling policy for Tasks in the TaskGroup.
.google.cloud.batch.v1alpha.TaskGroup.SchedulingPolicy scheduling_policy = 6;
Name | Description |
value |
int The enum numeric value on the wire for schedulingPolicy to set. |
Type | Description |
TaskGroup.Builder |
This builder for chaining. |
setTaskCount(long value)
public TaskGroup.Builder setTaskCount(long value)
Number of Tasks in the TaskGroup. default is 1
int64 task_count = 4;
Name | Description |
value |
long The taskCount to set. |
Type | Description |
TaskGroup.Builder |
This builder for chaining. |
setTaskCountPerNode(long value)
public TaskGroup.Builder setTaskCountPerNode(long value)
Max number of tasks that can be run on a VM at the same time. If not specified, the system will decide a value based on available compute resources on a VM and task requirements.
int64 task_count_per_node = 10;
Name | Description |
value |
long The taskCountPerNode to set. |
Type | Description |
TaskGroup.Builder |
This builder for chaining. |
setTaskEnvironments(int index, Environment value)
public TaskGroup.Builder setTaskEnvironments(int index, Environment value)
An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1). task_environments supports up to 200 entries.
repeated .google.cloud.batch.v1alpha.Environment task_environments = 9;
Name | Description |
index |
int |
value |
Environment |
Type | Description |
TaskGroup.Builder |
setTaskEnvironments(int index, Environment.Builder builderForValue)
public TaskGroup.Builder setTaskEnvironments(int index, Environment.Builder builderForValue)
An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1). task_environments supports up to 200 entries.
repeated .google.cloud.batch.v1alpha.Environment task_environments = 9;
Name | Description |
index |
int |
builderForValue |
Environment.Builder |
Type | Description |
TaskGroup.Builder |
setTaskSpec(TaskSpec value)
public TaskGroup.Builder setTaskSpec(TaskSpec value)
Required. Tasks in the group share the same task spec.
.google.cloud.batch.v1alpha.TaskSpec task_spec = 3 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value |
TaskSpec |
Type | Description |
TaskGroup.Builder |
setTaskSpec(TaskSpec.Builder builderForValue)
public TaskGroup.Builder setTaskSpec(TaskSpec.Builder builderForValue)
Required. Tasks in the group share the same task spec.
.google.cloud.batch.v1alpha.TaskSpec task_spec = 3 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
builderForValue |
TaskSpec.Builder |
Type | Description |
TaskGroup.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final TaskGroup.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields |
UnknownFieldSet |
Type | Description |
TaskGroup.Builder |