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