Uses of Class
com.google.cloud.compute.v1.SavedAttachedDisk
-
Packages that use SavedAttachedDisk Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of SavedAttachedDisk in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return SavedAttachedDisk Modifier and Type Method Description SavedAttachedDisk
SavedAttachedDisk.Builder. build()
SavedAttachedDisk
SavedAttachedDisk.Builder. buildPartial()
static SavedAttachedDisk
SavedAttachedDisk. getDefaultInstance()
SavedAttachedDisk
SavedAttachedDisk.Builder. getDefaultInstanceForType()
SavedAttachedDisk
SavedAttachedDisk. getDefaultInstanceForType()
SavedAttachedDisk
SourceInstanceProperties.Builder. getDisks(int index)
An array of disks that are associated with the instances that are created from this machine image.SavedAttachedDisk
SourceInstanceProperties. getDisks(int index)
An array of disks that are associated with the instances that are created from this machine image.SavedAttachedDisk
SourceInstancePropertiesOrBuilder. getDisks(int index)
An array of disks that are associated with the instances that are created from this machine image.static SavedAttachedDisk
SavedAttachedDisk. parseDelimitedFrom(InputStream input)
static SavedAttachedDisk
SavedAttachedDisk. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedAttachedDisk
SavedAttachedDisk. parseFrom(byte[] data)
static SavedAttachedDisk
SavedAttachedDisk. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedAttachedDisk
SavedAttachedDisk. parseFrom(com.google.protobuf.ByteString data)
static SavedAttachedDisk
SavedAttachedDisk. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedAttachedDisk
SavedAttachedDisk. parseFrom(com.google.protobuf.CodedInputStream input)
static SavedAttachedDisk
SavedAttachedDisk. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedAttachedDisk
SavedAttachedDisk. parseFrom(InputStream input)
static SavedAttachedDisk
SavedAttachedDisk. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedAttachedDisk
SavedAttachedDisk. parseFrom(ByteBuffer data)
static SavedAttachedDisk
SavedAttachedDisk. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type SavedAttachedDisk Modifier and Type Method Description List<SavedAttachedDisk>
SourceInstanceProperties.Builder. getDisksList()
An array of disks that are associated with the instances that are created from this machine image.List<SavedAttachedDisk>
SourceInstanceProperties. getDisksList()
An array of disks that are associated with the instances that are created from this machine image.List<SavedAttachedDisk>
SourceInstancePropertiesOrBuilder. getDisksList()
An array of disks that are associated with the instances that are created from this machine image.com.google.protobuf.Parser<SavedAttachedDisk>
SavedAttachedDisk. getParserForType()
static com.google.protobuf.Parser<SavedAttachedDisk>
SavedAttachedDisk. parser()
Methods in com.google.cloud.compute.v1 with parameters of type SavedAttachedDisk Modifier and Type Method Description SourceInstanceProperties.Builder
SourceInstanceProperties.Builder. addDisks(int index, SavedAttachedDisk value)
An array of disks that are associated with the instances that are created from this machine image.SourceInstanceProperties.Builder
SourceInstanceProperties.Builder. addDisks(SavedAttachedDisk value)
An array of disks that are associated with the instances that are created from this machine image.SavedAttachedDisk.Builder
SavedAttachedDisk.Builder. mergeFrom(SavedAttachedDisk other)
static SavedAttachedDisk.Builder
SavedAttachedDisk. newBuilder(SavedAttachedDisk prototype)
SourceInstanceProperties.Builder
SourceInstanceProperties.Builder. setDisks(int index, SavedAttachedDisk value)
An array of disks that are associated with the instances that are created from this machine image.Method parameters in com.google.cloud.compute.v1 with type arguments of type SavedAttachedDisk Modifier and Type Method Description SourceInstanceProperties.Builder
SourceInstanceProperties.Builder. addAllDisks(Iterable<? extends SavedAttachedDisk> values)
An array of disks that are associated with the instances that are created from this machine image.
-