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 Disk
Disk.Builder. build()
Disk
Disk.Builder. buildPartial()
static Disk
Disk. getDefaultInstance()
Disk
Disk.Builder. getDefaultInstanceForType()
Disk
Disk. getDefaultInstanceForType()
Disk
VirtualMachine.Builder. getDisks(int index)
The list of disks to create and attach to the VM.Disk
VirtualMachine. getDisks(int index)
The list of disks to create and attach to the VM.Disk
VirtualMachineOrBuilder. getDisks(int index)
The list of disks to create and attach to the VM.static Disk
Disk. parseDelimitedFrom(InputStream input)
static Disk
Disk. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Disk
Disk. parseFrom(byte[] data)
static Disk
Disk. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Disk
Disk. parseFrom(com.google.protobuf.ByteString data)
static Disk
Disk. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Disk
Disk. parseFrom(com.google.protobuf.CodedInputStream input)
static Disk
Disk. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Disk
Disk. parseFrom(InputStream input)
static Disk
Disk. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Disk
Disk. parseFrom(ByteBuffer data)
static Disk
Disk. 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.Builder
VirtualMachine.Builder. addDisks(int index, Disk value)
The list of disks to create and attach to the VM.VirtualMachine.Builder
VirtualMachine.Builder. addDisks(Disk value)
The list of disks to create and attach to the VM.Disk.Builder
Disk.Builder. mergeFrom(Disk other)
static Disk.Builder
Disk. newBuilder(Disk prototype)
VirtualMachine.Builder
VirtualMachine.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.Builder
VirtualMachine.Builder. addAllDisks(Iterable<? extends Disk> values)
The list of disks to create and attach to the VM.
-