Uses of Interface
com.google.cloud.batch.v1alpha.AllocationPolicyOrBuilder
-
Packages that use AllocationPolicyOrBuilder Package Description com.google.cloud.batch.v1alpha A client to Batch API -
-
Uses of AllocationPolicyOrBuilder in com.google.cloud.batch.v1alpha
Classes in com.google.cloud.batch.v1alpha that implement AllocationPolicyOrBuilder Modifier and Type Class Description class
AllocationPolicy
A Job's resource allocation policy describes when, where, and how compute resources should be allocated for the Job.static class
AllocationPolicy.Builder
A Job's resource allocation policy describes when, where, and how compute resources should be allocated for the Job.Methods in com.google.cloud.batch.v1alpha that return AllocationPolicyOrBuilder Modifier and Type Method Description AllocationPolicyOrBuilder
Job.Builder. getAllocationPolicyOrBuilder()
Compute resource allocation for all TaskGroups in the Job.AllocationPolicyOrBuilder
Job. getAllocationPolicyOrBuilder()
Compute resource allocation for all TaskGroups in the Job.AllocationPolicyOrBuilder
JobOrBuilder. getAllocationPolicyOrBuilder()
Compute resource allocation for all TaskGroups in the Job.AllocationPolicyOrBuilder
TaskGroup.Builder. getAllocationPolicyOrBuilder()
Compute resource allocation for the TaskGroup.AllocationPolicyOrBuilder
TaskGroup. getAllocationPolicyOrBuilder()
Compute resource allocation for the TaskGroup.AllocationPolicyOrBuilder
TaskGroupOrBuilder. getAllocationPolicyOrBuilder()
Compute resource allocation for the TaskGroup.
-