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 classAllocationPolicyA Job's resource allocation policy describes when, where, and how compute resources should be allocated for the Job.static classAllocationPolicy.BuilderA 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 AllocationPolicyOrBuilderJob.Builder. getAllocationPolicyOrBuilder()Compute resource allocation for all TaskGroups in the Job.AllocationPolicyOrBuilderJob. getAllocationPolicyOrBuilder()Compute resource allocation for all TaskGroups in the Job.AllocationPolicyOrBuilderJobOrBuilder. getAllocationPolicyOrBuilder()Compute resource allocation for all TaskGroups in the Job.
-