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