public static enum NotebookRuntime.HealthState extends Enum<NotebookRuntime.HealthState> implements com.google.protobuf.ProtocolMessageEnum
The substate of the NotebookRuntime to display health information.Protobuf enum
google.cloud.aiplatform.v1.NotebookRuntime.HealthState| Enum Constant and Description |
|---|
HEALTH_STATE_UNSPECIFIED
Unspecified health state.
|
HEALTHY
NotebookRuntime is in healthy state.
|
UNHEALTHY
NotebookRuntime is in unhealthy state.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
HEALTH_STATE_UNSPECIFIED_VALUE
Unspecified health state.
|
static int |
HEALTHY_VALUE
NotebookRuntime is in healthy state.
|
static int |
UNHEALTHY_VALUE
NotebookRuntime is in unhealthy state.
|
| Modifier and Type | Method and Description |
|---|---|
static NotebookRuntime.HealthState |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<NotebookRuntime.HealthState> |
internalGetValueMap() |
static NotebookRuntime.HealthState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static NotebookRuntime.HealthState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NotebookRuntime.HealthState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotebookRuntime.HealthState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotebookRuntime.HealthState HEALTH_STATE_UNSPECIFIED
Unspecified health state.
HEALTH_STATE_UNSPECIFIED = 0;public static final NotebookRuntime.HealthState HEALTHY
NotebookRuntime is in healthy state. Applies to ACTIVE state.
HEALTHY = 1;public static final NotebookRuntime.HealthState UNHEALTHY
NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
UNHEALTHY = 2;public static final NotebookRuntime.HealthState UNRECOGNIZED
public static final int HEALTH_STATE_UNSPECIFIED_VALUE
Unspecified health state.
HEALTH_STATE_UNSPECIFIED = 0;public static final int HEALTHY_VALUE
NotebookRuntime is in healthy state. Applies to ACTIVE state.
HEALTHY = 1;public static final int UNHEALTHY_VALUE
NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
UNHEALTHY = 2;public static NotebookRuntime.HealthState[] values()
for (NotebookRuntime.HealthState c : NotebookRuntime.HealthState.values()) System.out.println(c);
public static NotebookRuntime.HealthState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static NotebookRuntime.HealthState valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static NotebookRuntime.HealthState forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<NotebookRuntime.HealthState> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static NotebookRuntime.HealthState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.