Uses of Enum
com.google.cloud.aiplatform.v1.NotebookRuntime.HealthState
Packages that use NotebookRuntime.HealthState
-
Uses of NotebookRuntime.HealthState in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return NotebookRuntime.HealthStateModifier and TypeMethodDescriptionstatic NotebookRuntime.HealthStateNotebookRuntime.HealthState.forNumber(int value) NotebookRuntime.Builder.getHealthState()Output only.NotebookRuntime.getHealthState()Output only.NotebookRuntimeOrBuilder.getHealthState()Output only.static NotebookRuntime.HealthStateNotebookRuntime.HealthState.valueOf(int value) Deprecated.static NotebookRuntime.HealthStateNotebookRuntime.HealthState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static NotebookRuntime.HealthStateReturns the enum constant of this type with the specified name.static NotebookRuntime.HealthState[]NotebookRuntime.HealthState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type NotebookRuntime.HealthStateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<NotebookRuntime.HealthState>NotebookRuntime.HealthState.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type NotebookRuntime.HealthStateModifier and TypeMethodDescriptionNotebookRuntime.Builder.setHealthState(NotebookRuntime.HealthState value) Output only.