public enum PSCAutomationState extends Enum<PSCAutomationState> implements com.google.protobuf.ProtocolMessageEnum
The state of the PSC service automation.Protobuf enum
google.cloud.aiplatform.v1.PSCAutomationState| Enum Constant and Description |
|---|
PSC_AUTOMATION_STATE_FAILED
The PSC service automation has failed.
|
PSC_AUTOMATION_STATE_SUCCESSFUL
The PSC service automation is successful.
|
PSC_AUTOMATION_STATE_UNSPECIFIED
Should not be used.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
PSC_AUTOMATION_STATE_FAILED_VALUE
The PSC service automation has failed.
|
static int |
PSC_AUTOMATION_STATE_SUCCESSFUL_VALUE
The PSC service automation is successful.
|
static int |
PSC_AUTOMATION_STATE_UNSPECIFIED_VALUE
Should not be used.
|
| Modifier and Type | Method and Description |
|---|---|
static PSCAutomationState |
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<PSCAutomationState> |
internalGetValueMap() |
static PSCAutomationState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PSCAutomationState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PSCAutomationState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PSCAutomationState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PSCAutomationState PSC_AUTOMATION_STATE_UNSPECIFIED
Should not be used.
PSC_AUTOMATION_STATE_UNSPECIFIED = 0;public static final PSCAutomationState PSC_AUTOMATION_STATE_SUCCESSFUL
The PSC service automation is successful.
PSC_AUTOMATION_STATE_SUCCESSFUL = 1;public static final PSCAutomationState PSC_AUTOMATION_STATE_FAILED
The PSC service automation has failed.
PSC_AUTOMATION_STATE_FAILED = 2;public static final PSCAutomationState UNRECOGNIZED
public static final int PSC_AUTOMATION_STATE_UNSPECIFIED_VALUE
Should not be used.
PSC_AUTOMATION_STATE_UNSPECIFIED = 0;public static final int PSC_AUTOMATION_STATE_SUCCESSFUL_VALUE
The PSC service automation is successful.
PSC_AUTOMATION_STATE_SUCCESSFUL = 1;public static final int PSC_AUTOMATION_STATE_FAILED_VALUE
The PSC service automation has failed.
PSC_AUTOMATION_STATE_FAILED = 2;public static PSCAutomationState[] values()
for (PSCAutomationState c : PSCAutomationState.values()) System.out.println(c);
public static PSCAutomationState 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 PSCAutomationState valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static PSCAutomationState forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<PSCAutomationState> 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 PSCAutomationState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.