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