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