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