public static enum Instance.DisabledReason extends Enum<Instance.DisabledReason> implements com.google.protobuf.ProtocolMessageEnum
The reason for disabling the instance if the state is DISABLED.Protobuf enum
google.cloud.datafusion.v1.Instance.DisabledReason| Enum Constant and Description |
|---|
DISABLED_REASON_UNSPECIFIED
This is an unknown reason for disabling.
|
KMS_KEY_ISSUE
The KMS key used by the instance is either revoked or denied access to
KMS_KEY_ISSUE = 1; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DISABLED_REASON_UNSPECIFIED_VALUE
This is an unknown reason for disabling.
|
static int |
KMS_KEY_ISSUE_VALUE
The KMS key used by the instance is either revoked or denied access to
KMS_KEY_ISSUE = 1; |
| Modifier and Type | Method and Description |
|---|---|
static Instance.DisabledReason |
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<Instance.DisabledReason> |
internalGetValueMap() |
static Instance.DisabledReason |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Instance.DisabledReason |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Instance.DisabledReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Instance.DisabledReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Instance.DisabledReason DISABLED_REASON_UNSPECIFIED
This is an unknown reason for disabling.
DISABLED_REASON_UNSPECIFIED = 0;public static final Instance.DisabledReason KMS_KEY_ISSUE
The KMS key used by the instance is either revoked or denied access to
KMS_KEY_ISSUE = 1;public static final Instance.DisabledReason UNRECOGNIZED
public static final int DISABLED_REASON_UNSPECIFIED_VALUE
This is an unknown reason for disabling.
DISABLED_REASON_UNSPECIFIED = 0;public static final int KMS_KEY_ISSUE_VALUE
The KMS key used by the instance is either revoked or denied access to
KMS_KEY_ISSUE = 1;public static Instance.DisabledReason[] values()
for (Instance.DisabledReason c : Instance.DisabledReason.values()) System.out.println(c);
public static Instance.DisabledReason 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 Instance.DisabledReason valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Instance.DisabledReason forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Instance.DisabledReason> 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 Instance.DisabledReason valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.