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.StateRuntime.State. forNumber(int value)Runtime.StateRuntime.Builder. getState()Output only.Runtime.StateRuntime. getState()Output only.Runtime.StateRuntimeOrBuilder. getState()Output only.static Runtime.StateRuntime.State. valueOf(int value)Deprecated.static Runtime.StateRuntime.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Runtime.StateRuntime.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.BuilderRuntime.Builder. setState(Runtime.State value)Output only.
-