Uses of Class
com.google.cloud.lifesciences.v2beta.Disk
-
Packages that use Disk Package Description com.google.cloud.lifesciences.v2beta A client to Cloud Life Sciences API -
-
Uses of Disk in com.google.cloud.lifesciences.v2beta
Methods in com.google.cloud.lifesciences.v2beta that return Disk Modifier and Type Method Description DiskDisk.Builder. build()DiskDisk.Builder. buildPartial()static DiskDisk. getDefaultInstance()DiskDisk.Builder. getDefaultInstanceForType()DiskDisk. getDefaultInstanceForType()DiskVirtualMachine.Builder. getDisks(int index)The list of disks to create and attach to the VM.DiskVirtualMachine. getDisks(int index)The list of disks to create and attach to the VM.DiskVirtualMachineOrBuilder. getDisks(int index)The list of disks to create and attach to the VM.static DiskDisk. parseDelimitedFrom(InputStream input)static DiskDisk. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DiskDisk. parseFrom(byte[] data)static DiskDisk. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DiskDisk. parseFrom(com.google.protobuf.ByteString data)static DiskDisk. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DiskDisk. parseFrom(com.google.protobuf.CodedInputStream input)static DiskDisk. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DiskDisk. parseFrom(InputStream input)static DiskDisk. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DiskDisk. parseFrom(ByteBuffer data)static DiskDisk. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.lifesciences.v2beta that return types with arguments of type Disk Modifier and Type Method Description List<Disk>VirtualMachine.Builder. getDisksList()The list of disks to create and attach to the VM.List<Disk>VirtualMachine. getDisksList()The list of disks to create and attach to the VM.List<Disk>VirtualMachineOrBuilder. getDisksList()The list of disks to create and attach to the VM.com.google.protobuf.Parser<Disk>Disk. getParserForType()static com.google.protobuf.Parser<Disk>Disk. parser()Methods in com.google.cloud.lifesciences.v2beta with parameters of type Disk Modifier and Type Method Description VirtualMachine.BuilderVirtualMachine.Builder. addDisks(int index, Disk value)The list of disks to create and attach to the VM.VirtualMachine.BuilderVirtualMachine.Builder. addDisks(Disk value)The list of disks to create and attach to the VM.Disk.BuilderDisk.Builder. mergeFrom(Disk other)static Disk.BuilderDisk. newBuilder(Disk prototype)VirtualMachine.BuilderVirtualMachine.Builder. setDisks(int index, Disk value)The list of disks to create and attach to the VM.Method parameters in com.google.cloud.lifesciences.v2beta with type arguments of type Disk Modifier and Type Method Description VirtualMachine.BuilderVirtualMachine.Builder. addAllDisks(Iterable<? extends Disk> values)The list of disks to create and attach to the VM.
-