Uses of Class
com.google.cloud.notebooks.v1.Execution.State
-
Packages that use Execution.State Package Description com.google.cloud.notebooks.v1 A client to Notebooks API -
-
Uses of Execution.State in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return Execution.State Modifier and Type Method Description static Execution.State
Execution.State. forNumber(int value)
Execution.State
Execution.Builder. getState()
Output only.Execution.State
Execution. getState()
Output only.Execution.State
ExecutionOrBuilder. getState()
Output only.static Execution.State
Execution.State. valueOf(int value)
Deprecated.static Execution.State
Execution.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Execution.State
Execution.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Execution.State[]
Execution.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.notebooks.v1 that return types with arguments of type Execution.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Execution.State>
Execution.State. internalGetValueMap()
Methods in com.google.cloud.notebooks.v1 with parameters of type Execution.State Modifier and Type Method Description Execution.Builder
Execution.Builder. setState(Execution.State value)
Output only.
-