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