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 VolumeVolume.Builder. build()VolumeVolume.Builder. buildPartial()static VolumeVolume. getDefaultInstance()VolumeVolume.Builder. getDefaultInstanceForType()VolumeVolume. getDefaultInstanceForType()VolumeVirtualMachine.Builder. getVolumes(int index)The list of disks and other storage to create or attach to the VM.VolumeVirtualMachine. getVolumes(int index)The list of disks and other storage to create or attach to the VM.VolumeVirtualMachineOrBuilder. getVolumes(int index)The list of disks and other storage to create or attach to the VM.static VolumeVolume. parseDelimitedFrom(InputStream input)static VolumeVolume. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VolumeVolume. parseFrom(byte[] data)static VolumeVolume. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VolumeVolume. parseFrom(com.google.protobuf.ByteString data)static VolumeVolume. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VolumeVolume. parseFrom(com.google.protobuf.CodedInputStream input)static VolumeVolume. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VolumeVolume. parseFrom(InputStream input)static VolumeVolume. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VolumeVolume. parseFrom(ByteBuffer data)static VolumeVolume. 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.BuilderVirtualMachine.Builder. addVolumes(int index, Volume value)The list of disks and other storage to create or attach to the VM.VirtualMachine.BuilderVirtualMachine.Builder. addVolumes(Volume value)The list of disks and other storage to create or attach to the VM.Volume.BuilderVolume.Builder. mergeFrom(Volume other)static Volume.BuilderVolume. newBuilder(Volume prototype)VirtualMachine.BuilderVirtualMachine.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.BuilderVirtualMachine.Builder. addAllVolumes(Iterable<? extends Volume> values)The list of disks and other storage to create or attach to the VM.
-