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 SavedAttachedDiskSavedAttachedDisk.Builder. build()SavedAttachedDiskSavedAttachedDisk.Builder. buildPartial()static SavedAttachedDiskSavedAttachedDisk. getDefaultInstance()SavedAttachedDiskSavedAttachedDisk.Builder. getDefaultInstanceForType()SavedAttachedDiskSavedAttachedDisk. getDefaultInstanceForType()SavedAttachedDiskSourceInstanceProperties.Builder. getDisks(int index)An array of disks that are associated with the instances that are created from this machine image.SavedAttachedDiskSourceInstanceProperties. getDisks(int index)An array of disks that are associated with the instances that are created from this machine image.SavedAttachedDiskSourceInstancePropertiesOrBuilder. getDisks(int index)An array of disks that are associated with the instances that are created from this machine image.static SavedAttachedDiskSavedAttachedDisk. parseDelimitedFrom(InputStream input)static SavedAttachedDiskSavedAttachedDisk. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SavedAttachedDiskSavedAttachedDisk. parseFrom(byte[] data)static SavedAttachedDiskSavedAttachedDisk. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SavedAttachedDiskSavedAttachedDisk. parseFrom(com.google.protobuf.ByteString data)static SavedAttachedDiskSavedAttachedDisk. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SavedAttachedDiskSavedAttachedDisk. parseFrom(com.google.protobuf.CodedInputStream input)static SavedAttachedDiskSavedAttachedDisk. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SavedAttachedDiskSavedAttachedDisk. parseFrom(InputStream input)static SavedAttachedDiskSavedAttachedDisk. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SavedAttachedDiskSavedAttachedDisk. parseFrom(ByteBuffer data)static SavedAttachedDiskSavedAttachedDisk. 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.BuilderSourceInstanceProperties.Builder. addDisks(int index, SavedAttachedDisk value)An array of disks that are associated with the instances that are created from this machine image.SourceInstanceProperties.BuilderSourceInstanceProperties.Builder. addDisks(SavedAttachedDisk value)An array of disks that are associated with the instances that are created from this machine image.SavedAttachedDisk.BuilderSavedAttachedDisk.Builder. mergeFrom(SavedAttachedDisk other)static SavedAttachedDisk.BuilderSavedAttachedDisk. newBuilder(SavedAttachedDisk prototype)SourceInstanceProperties.BuilderSourceInstanceProperties.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.BuilderSourceInstanceProperties.Builder. addAllDisks(Iterable<? extends SavedAttachedDisk> values)An array of disks that are associated with the instances that are created from this machine image.
-