Uses of Class
com.google.cloud.compute.v1.AttachedDisk
-
Packages that use AttachedDisk Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of AttachedDisk in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return AttachedDisk Modifier and Type Method Description AttachedDisk
AttachedDisk.Builder. build()
AttachedDisk
AttachedDisk.Builder. buildPartial()
AttachedDisk
AttachDiskInstanceRequest.Builder. getAttachedDiskResource()
The body resource for this requestAttachedDisk
AttachDiskInstanceRequest. getAttachedDiskResource()
The body resource for this requestAttachedDisk
AttachDiskInstanceRequestOrBuilder. getAttachedDiskResource()
The body resource for this requeststatic AttachedDisk
AttachedDisk. getDefaultInstance()
AttachedDisk
AttachedDisk.Builder. getDefaultInstanceForType()
AttachedDisk
AttachedDisk. getDefaultInstanceForType()
AttachedDisk
Instance.Builder. getDisks(int index)
Array of disks associated with this instance.AttachedDisk
Instance. getDisks(int index)
Array of disks associated with this instance.AttachedDisk
InstanceOrBuilder. getDisks(int index)
Array of disks associated with this instance.AttachedDisk
InstanceProperties.Builder. getDisks(int index)
An array of disks that are associated with the instances that are created from these properties.AttachedDisk
InstanceProperties. getDisks(int index)
An array of disks that are associated with the instances that are created from these properties.AttachedDisk
InstancePropertiesOrBuilder. getDisks(int index)
An array of disks that are associated with the instances that are created from these properties.static AttachedDisk
AttachedDisk. parseDelimitedFrom(InputStream input)
static AttachedDisk
AttachedDisk. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttachedDisk
AttachedDisk. parseFrom(byte[] data)
static AttachedDisk
AttachedDisk. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttachedDisk
AttachedDisk. parseFrom(com.google.protobuf.ByteString data)
static AttachedDisk
AttachedDisk. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttachedDisk
AttachedDisk. parseFrom(com.google.protobuf.CodedInputStream input)
static AttachedDisk
AttachedDisk. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttachedDisk
AttachedDisk. parseFrom(InputStream input)
static AttachedDisk
AttachedDisk. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttachedDisk
AttachedDisk. parseFrom(ByteBuffer data)
static AttachedDisk
AttachedDisk. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type AttachedDisk Modifier and Type Method Description List<AttachedDisk>
Instance.Builder. getDisksList()
Array of disks associated with this instance.List<AttachedDisk>
Instance. getDisksList()
Array of disks associated with this instance.List<AttachedDisk>
InstanceOrBuilder. getDisksList()
Array of disks associated with this instance.List<AttachedDisk>
InstanceProperties.Builder. getDisksList()
An array of disks that are associated with the instances that are created from these properties.List<AttachedDisk>
InstanceProperties. getDisksList()
An array of disks that are associated with the instances that are created from these properties.List<AttachedDisk>
InstancePropertiesOrBuilder. getDisksList()
An array of disks that are associated with the instances that are created from these properties.com.google.protobuf.Parser<AttachedDisk>
AttachedDisk. getParserForType()
static com.google.protobuf.Parser<AttachedDisk>
AttachedDisk. parser()
Methods in com.google.cloud.compute.v1 with parameters of type AttachedDisk Modifier and Type Method Description Instance.Builder
Instance.Builder. addDisks(int index, AttachedDisk value)
Array of disks associated with this instance.Instance.Builder
Instance.Builder. addDisks(AttachedDisk value)
Array of disks associated with this instance.InstanceProperties.Builder
InstanceProperties.Builder. addDisks(int index, AttachedDisk value)
An array of disks that are associated with the instances that are created from these properties.InstanceProperties.Builder
InstanceProperties.Builder. addDisks(AttachedDisk value)
An array of disks that are associated with the instances that are created from these properties.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
InstancesClient. attachDiskAsync(String project, String zone, String instance, AttachedDisk attachedDiskResource)
Attaches an existing Disk resource to an instance.AttachDiskInstanceRequest.Builder
AttachDiskInstanceRequest.Builder. mergeAttachedDiskResource(AttachedDisk value)
The body resource for this requestAttachedDisk.Builder
AttachedDisk.Builder. mergeFrom(AttachedDisk other)
static AttachedDisk.Builder
AttachedDisk. newBuilder(AttachedDisk prototype)
AttachDiskInstanceRequest.Builder
AttachDiskInstanceRequest.Builder. setAttachedDiskResource(AttachedDisk value)
The body resource for this requestInstance.Builder
Instance.Builder. setDisks(int index, AttachedDisk value)
Array of disks associated with this instance.InstanceProperties.Builder
InstanceProperties.Builder. setDisks(int index, AttachedDisk value)
An array of disks that are associated with the instances that are created from these properties.Method parameters in com.google.cloud.compute.v1 with type arguments of type AttachedDisk Modifier and Type Method Description Instance.Builder
Instance.Builder. addAllDisks(Iterable<? extends AttachedDisk> values)
Array of disks associated with this instance.InstanceProperties.Builder
InstanceProperties.Builder. addAllDisks(Iterable<? extends AttachedDisk> values)
An array of disks that are associated with the instances that are created from these properties.
-