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