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 AttachedDiskAttachedDisk.Builder. build()AttachedDiskAttachedDisk.Builder. buildPartial()AttachedDiskAttachDiskInstanceRequest.Builder. getAttachedDiskResource()The body resource for this requestAttachedDiskAttachDiskInstanceRequest. getAttachedDiskResource()The body resource for this requestAttachedDiskAttachDiskInstanceRequestOrBuilder. getAttachedDiskResource()The body resource for this requeststatic AttachedDiskAttachedDisk. getDefaultInstance()AttachedDiskAttachedDisk.Builder. getDefaultInstanceForType()AttachedDiskAttachedDisk. getDefaultInstanceForType()AttachedDiskInstance.Builder. getDisks(int index)Array of disks associated with this instance.AttachedDiskInstance. getDisks(int index)Array of disks associated with this instance.AttachedDiskInstanceOrBuilder. getDisks(int index)Array of disks associated with this instance.AttachedDiskInstanceProperties.Builder. getDisks(int index)An array of disks that are associated with the instances that are created from these properties.AttachedDiskInstanceProperties. getDisks(int index)An array of disks that are associated with the instances that are created from these properties.AttachedDiskInstancePropertiesOrBuilder. getDisks(int index)An array of disks that are associated with the instances that are created from these properties.static AttachedDiskAttachedDisk. parseDelimitedFrom(InputStream input)static AttachedDiskAttachedDisk. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttachedDiskAttachedDisk. parseFrom(byte[] data)static AttachedDiskAttachedDisk. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttachedDiskAttachedDisk. parseFrom(com.google.protobuf.ByteString data)static AttachedDiskAttachedDisk. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttachedDiskAttachedDisk. parseFrom(com.google.protobuf.CodedInputStream input)static AttachedDiskAttachedDisk. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttachedDiskAttachedDisk. parseFrom(InputStream input)static AttachedDiskAttachedDisk. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttachedDiskAttachedDisk. parseFrom(ByteBuffer data)static AttachedDiskAttachedDisk. 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.BuilderInstance.Builder. addDisks(int index, AttachedDisk value)Array of disks associated with this instance.Instance.BuilderInstance.Builder. addDisks(AttachedDisk value)Array of disks associated with this instance.InstanceProperties.BuilderInstanceProperties.Builder. addDisks(int index, AttachedDisk value)An array of disks that are associated with the instances that are created from these properties.InstanceProperties.BuilderInstanceProperties.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.BuilderAttachDiskInstanceRequest.Builder. mergeAttachedDiskResource(AttachedDisk value)The body resource for this requestAttachedDisk.BuilderAttachedDisk.Builder. mergeFrom(AttachedDisk other)static AttachedDisk.BuilderAttachedDisk. newBuilder(AttachedDisk prototype)AttachDiskInstanceRequest.BuilderAttachDiskInstanceRequest.Builder. setAttachedDiskResource(AttachedDisk value)The body resource for this requestInstance.BuilderInstance.Builder. setDisks(int index, AttachedDisk value)Array of disks associated with this instance.InstanceProperties.BuilderInstanceProperties.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.BuilderInstance.Builder. addAllDisks(Iterable<? extends AttachedDisk> values)Array of disks associated with this instance.InstanceProperties.BuilderInstanceProperties.Builder. addAllDisks(Iterable<? extends AttachedDisk> values)An array of disks that are associated with the instances that are created from these properties.
-