Uses of Class
com.google.cloud.notebooks.v1.Runtime.State
-
Packages that use Runtime.State Package Description com.google.cloud.notebooks.v1 A client to Notebooks API -
-
Uses of Runtime.State in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return Runtime.State Modifier and Type Method Description static Runtime.State
Runtime.State. forNumber(int value)
Runtime.State
Runtime.Builder. getState()
Output only.Runtime.State
Runtime. getState()
Output only.Runtime.State
RuntimeOrBuilder. getState()
Output only.static Runtime.State
Runtime.State. valueOf(int value)
Deprecated.static Runtime.State
Runtime.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Runtime.State
Runtime.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Runtime.State[]
Runtime.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 Runtime.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Runtime.State>
Runtime.State. internalGetValueMap()
Methods in com.google.cloud.notebooks.v1 with parameters of type Runtime.State Modifier and Type Method Description Runtime.Builder
Runtime.Builder. setState(Runtime.State value)
Output only.
-