Uses of Class
com.google.cloud.batch.v1.AllocationPolicy
-
Packages that use AllocationPolicy Package Description com.google.cloud.batch.v1 A client to Batch API -
-
Uses of AllocationPolicy in com.google.cloud.batch.v1
Methods in com.google.cloud.batch.v1 that return AllocationPolicy Modifier and Type Method Description AllocationPolicyAllocationPolicy.Builder. build()AllocationPolicyAllocationPolicy.Builder. buildPartial()AllocationPolicyJob.Builder. getAllocationPolicy()Compute resource allocation for all TaskGroups in the Job.AllocationPolicyJob. getAllocationPolicy()Compute resource allocation for all TaskGroups in the Job.AllocationPolicyJobOrBuilder. getAllocationPolicy()Compute resource allocation for all TaskGroups in the Job.static AllocationPolicyAllocationPolicy. getDefaultInstance()AllocationPolicyAllocationPolicy.Builder. getDefaultInstanceForType()AllocationPolicyAllocationPolicy. getDefaultInstanceForType()static AllocationPolicyAllocationPolicy. parseDelimitedFrom(InputStream input)static AllocationPolicyAllocationPolicy. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocationPolicyAllocationPolicy. parseFrom(byte[] data)static AllocationPolicyAllocationPolicy. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocationPolicyAllocationPolicy. parseFrom(com.google.protobuf.ByteString data)static AllocationPolicyAllocationPolicy. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocationPolicyAllocationPolicy. parseFrom(com.google.protobuf.CodedInputStream input)static AllocationPolicyAllocationPolicy. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocationPolicyAllocationPolicy. parseFrom(InputStream input)static AllocationPolicyAllocationPolicy. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocationPolicyAllocationPolicy. parseFrom(ByteBuffer data)static AllocationPolicyAllocationPolicy. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.batch.v1 that return types with arguments of type AllocationPolicy Modifier and Type Method Description com.google.protobuf.Parser<AllocationPolicy>AllocationPolicy. getParserForType()static com.google.protobuf.Parser<AllocationPolicy>AllocationPolicy. parser()Methods in com.google.cloud.batch.v1 with parameters of type AllocationPolicy Modifier and Type Method Description Job.BuilderJob.Builder. mergeAllocationPolicy(AllocationPolicy value)Compute resource allocation for all TaskGroups in the Job.AllocationPolicy.BuilderAllocationPolicy.Builder. mergeFrom(AllocationPolicy other)static AllocationPolicy.BuilderAllocationPolicy. newBuilder(AllocationPolicy prototype)Job.BuilderJob.Builder. setAllocationPolicy(AllocationPolicy value)Compute resource allocation for all TaskGroups in the Job.
-