Uses of Interface
com.google.cloud.batch.v1.AllocationPolicyOrBuilder
-
Packages that use AllocationPolicyOrBuilder Package Description com.google.cloud.batch.v1 A client to Batch API -
-
Uses of AllocationPolicyOrBuilder in com.google.cloud.batch.v1
Classes in com.google.cloud.batch.v1 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.v1 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.
-