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