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 HealthStateHealthState. forNumber(int value)HealthStateInstance.Builder. getHealthState()Output only.HealthStateInstance. getHealthState()Output only.HealthStateInstanceOrBuilder. getHealthState()Output only.static HealthStateHealthState. valueOf(int value)Deprecated.static HealthStateHealthState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static HealthStateHealthState. 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.BuilderInstance.Builder. setHealthState(HealthState value)Output only.
-