Uses of Class
com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk
-
Packages that use AllocationPolicy.AttachedDisk Package Description com.google.cloud.batch.v1 A client to Batch API -
-
Uses of AllocationPolicy.AttachedDisk in com.google.cloud.batch.v1
Methods in com.google.cloud.batch.v1 that return AllocationPolicy.AttachedDisk Modifier and Type Method Description AllocationPolicy.AttachedDiskAllocationPolicy.AttachedDisk.Builder. build()AllocationPolicy.AttachedDiskAllocationPolicy.AttachedDisk.Builder. buildPartial()static AllocationPolicy.AttachedDiskAllocationPolicy.AttachedDisk. getDefaultInstance()AllocationPolicy.AttachedDiskAllocationPolicy.AttachedDisk.Builder. getDefaultInstanceForType()AllocationPolicy.AttachedDiskAllocationPolicy.AttachedDisk. getDefaultInstanceForType()AllocationPolicy.AttachedDiskAllocationPolicy.InstancePolicy.Builder. getDisks(int index)Non-boot disks to be attached for each VM created by this InstancePolicy.AllocationPolicy.AttachedDiskAllocationPolicy.InstancePolicy. getDisks(int index)Non-boot disks to be attached for each VM created by this InstancePolicy.AllocationPolicy.AttachedDiskAllocationPolicy.InstancePolicyOrBuilder. getDisks(int index)Non-boot disks to be attached for each VM created by this InstancePolicy.static AllocationPolicy.AttachedDiskAllocationPolicy.AttachedDisk. parseDelimitedFrom(InputStream input)static AllocationPolicy.AttachedDiskAllocationPolicy.AttachedDisk. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocationPolicy.AttachedDiskAllocationPolicy.AttachedDisk. parseFrom(byte[] data)static AllocationPolicy.AttachedDiskAllocationPolicy.AttachedDisk. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocationPolicy.AttachedDiskAllocationPolicy.AttachedDisk. parseFrom(com.google.protobuf.ByteString data)static AllocationPolicy.AttachedDiskAllocationPolicy.AttachedDisk. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocationPolicy.AttachedDiskAllocationPolicy.AttachedDisk. parseFrom(com.google.protobuf.CodedInputStream input)static AllocationPolicy.AttachedDiskAllocationPolicy.AttachedDisk. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocationPolicy.AttachedDiskAllocationPolicy.AttachedDisk. parseFrom(InputStream input)static AllocationPolicy.AttachedDiskAllocationPolicy.AttachedDisk. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AllocationPolicy.AttachedDiskAllocationPolicy.AttachedDisk. parseFrom(ByteBuffer data)static AllocationPolicy.AttachedDiskAllocationPolicy.AttachedDisk. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.batch.v1 that return types with arguments of type AllocationPolicy.AttachedDisk Modifier and Type Method Description List<AllocationPolicy.AttachedDisk>AllocationPolicy.InstancePolicy.Builder. getDisksList()Non-boot disks to be attached for each VM created by this InstancePolicy.List<AllocationPolicy.AttachedDisk>AllocationPolicy.InstancePolicy. getDisksList()Non-boot disks to be attached for each VM created by this InstancePolicy.List<AllocationPolicy.AttachedDisk>AllocationPolicy.InstancePolicyOrBuilder. getDisksList()Non-boot disks to be attached for each VM created by this InstancePolicy.com.google.protobuf.Parser<AllocationPolicy.AttachedDisk>AllocationPolicy.AttachedDisk. getParserForType()static com.google.protobuf.Parser<AllocationPolicy.AttachedDisk>AllocationPolicy.AttachedDisk. parser()Methods in com.google.cloud.batch.v1 with parameters of type AllocationPolicy.AttachedDisk Modifier and Type Method Description AllocationPolicy.InstancePolicy.BuilderAllocationPolicy.InstancePolicy.Builder. addDisks(int index, AllocationPolicy.AttachedDisk value)Non-boot disks to be attached for each VM created by this InstancePolicy.AllocationPolicy.InstancePolicy.BuilderAllocationPolicy.InstancePolicy.Builder. addDisks(AllocationPolicy.AttachedDisk value)Non-boot disks to be attached for each VM created by this InstancePolicy.AllocationPolicy.AttachedDisk.BuilderAllocationPolicy.AttachedDisk.Builder. mergeFrom(AllocationPolicy.AttachedDisk other)static AllocationPolicy.AttachedDisk.BuilderAllocationPolicy.AttachedDisk. newBuilder(AllocationPolicy.AttachedDisk prototype)AllocationPolicy.InstancePolicy.BuilderAllocationPolicy.InstancePolicy.Builder. setDisks(int index, AllocationPolicy.AttachedDisk value)Non-boot disks to be attached for each VM created by this InstancePolicy.Method parameters in com.google.cloud.batch.v1 with type arguments of type AllocationPolicy.AttachedDisk Modifier and Type Method Description AllocationPolicy.InstancePolicy.BuilderAllocationPolicy.InstancePolicy.Builder. addAllDisks(Iterable<? extends AllocationPolicy.AttachedDisk> values)Non-boot disks to be attached for each VM created by this InstancePolicy.
-