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