Uses of Class
com.google.cloud.lifesciences.v2beta.Volume.StorageCase
-
Packages that use Volume.StorageCase Package Description com.google.cloud.lifesciences.v2beta A client to Cloud Life Sciences API -
-
Uses of Volume.StorageCase in com.google.cloud.lifesciences.v2beta
Methods in com.google.cloud.lifesciences.v2beta that return Volume.StorageCase Modifier and Type Method Description static Volume.StorageCase
Volume.StorageCase. forNumber(int value)
Volume.StorageCase
Volume.Builder. getStorageCase()
Volume.StorageCase
Volume. getStorageCase()
Volume.StorageCase
VolumeOrBuilder. getStorageCase()
static Volume.StorageCase
Volume.StorageCase. valueOf(int value)
Deprecated.static Volume.StorageCase
Volume.StorageCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Volume.StorageCase[]
Volume.StorageCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-