Uses of Interface
com.google.cloud.lifesciences.v2beta.VolumeOrBuilder
-
Packages that use VolumeOrBuilder Package Description com.google.cloud.lifesciences.v2beta A client to Cloud Life Sciences API -
-
Uses of VolumeOrBuilder in com.google.cloud.lifesciences.v2beta
Classes in com.google.cloud.lifesciences.v2beta that implement VolumeOrBuilder Modifier and Type Class Description class
Volume
Carries information about storage that can be attached to a VM.static class
Volume.Builder
Carries information about storage that can be attached to a VM.Methods in com.google.cloud.lifesciences.v2beta that return VolumeOrBuilder Modifier and Type Method Description VolumeOrBuilder
VirtualMachine.Builder. getVolumesOrBuilder(int index)
The list of disks and other storage to create or attach to the VM.VolumeOrBuilder
VirtualMachine. getVolumesOrBuilder(int index)
The list of disks and other storage to create or attach to the VM.VolumeOrBuilder
VirtualMachineOrBuilder. getVolumesOrBuilder(int index)
The list of disks and other storage to create or attach to the VM.Methods in com.google.cloud.lifesciences.v2beta that return types with arguments of type VolumeOrBuilder Modifier and Type Method Description List<? extends VolumeOrBuilder>
VirtualMachine.Builder. getVolumesOrBuilderList()
The list of disks and other storage to create or attach to the VM.List<? extends VolumeOrBuilder>
VirtualMachine. getVolumesOrBuilderList()
The list of disks and other storage to create or attach to the VM.List<? extends VolumeOrBuilder>
VirtualMachineOrBuilder. getVolumesOrBuilderList()
The list of disks and other storage to create or attach to the VM.
-