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.AttachedDisk
AllocationPolicy.AttachedDisk.Builder. build()
AllocationPolicy.AttachedDisk
AllocationPolicy.AttachedDisk.Builder. buildPartial()
static AllocationPolicy.AttachedDisk
AllocationPolicy.AttachedDisk. getDefaultInstance()
AllocationPolicy.AttachedDisk
AllocationPolicy.AttachedDisk.Builder. getDefaultInstanceForType()
AllocationPolicy.AttachedDisk
AllocationPolicy.AttachedDisk. getDefaultInstanceForType()
AllocationPolicy.AttachedDisk
AllocationPolicy.InstancePolicy.Builder. getDisks(int index)
Non-boot disks to be attached for each VM created by this InstancePolicy.AllocationPolicy.AttachedDisk
AllocationPolicy.InstancePolicy. getDisks(int index)
Non-boot disks to be attached for each VM created by this InstancePolicy.AllocationPolicy.AttachedDisk
AllocationPolicy.InstancePolicyOrBuilder. getDisks(int index)
Non-boot disks to be attached for each VM created by this InstancePolicy.static AllocationPolicy.AttachedDisk
AllocationPolicy.AttachedDisk. parseDelimitedFrom(InputStream input)
static AllocationPolicy.AttachedDisk
AllocationPolicy.AttachedDisk. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AllocationPolicy.AttachedDisk
AllocationPolicy.AttachedDisk. parseFrom(byte[] data)
static AllocationPolicy.AttachedDisk
AllocationPolicy.AttachedDisk. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AllocationPolicy.AttachedDisk
AllocationPolicy.AttachedDisk. parseFrom(com.google.protobuf.ByteString data)
static AllocationPolicy.AttachedDisk
AllocationPolicy.AttachedDisk. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AllocationPolicy.AttachedDisk
AllocationPolicy.AttachedDisk. parseFrom(com.google.protobuf.CodedInputStream input)
static AllocationPolicy.AttachedDisk
AllocationPolicy.AttachedDisk. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AllocationPolicy.AttachedDisk
AllocationPolicy.AttachedDisk. parseFrom(InputStream input)
static AllocationPolicy.AttachedDisk
AllocationPolicy.AttachedDisk. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AllocationPolicy.AttachedDisk
AllocationPolicy.AttachedDisk. parseFrom(ByteBuffer data)
static AllocationPolicy.AttachedDisk
AllocationPolicy.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.Builder
AllocationPolicy.InstancePolicy.Builder. addDisks(int index, AllocationPolicy.AttachedDisk value)
Non-boot disks to be attached for each VM created by this InstancePolicy.AllocationPolicy.InstancePolicy.Builder
AllocationPolicy.InstancePolicy.Builder. addDisks(AllocationPolicy.AttachedDisk value)
Non-boot disks to be attached for each VM created by this InstancePolicy.AllocationPolicy.AttachedDisk.Builder
AllocationPolicy.AttachedDisk.Builder. mergeFrom(AllocationPolicy.AttachedDisk other)
static AllocationPolicy.AttachedDisk.Builder
AllocationPolicy.AttachedDisk. newBuilder(AllocationPolicy.AttachedDisk prototype)
AllocationPolicy.InstancePolicy.Builder
AllocationPolicy.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.Builder
AllocationPolicy.InstancePolicy.Builder. addAllDisks(Iterable<? extends AllocationPolicy.AttachedDisk> values)
Non-boot disks to be attached for each VM created by this InstancePolicy.
-