public enum SupportEventSubscription.FailureReason extends Enum<SupportEventSubscription.FailureReason> implements ProtocolMessageEnumThe reason why the subscription is failing.
Protobuf enum google.cloud.support.v2beta.SupportEventSubscription.FailureReason
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
FAILURE_REASON_UNSPECIFIED |
Unspecified failure reason. |
FAILURE_REASON_UNSPECIFIED_VALUE |
Unspecified failure reason. |
OTHER |
Message failed to publish due to a system-side error. |
OTHER_VALUE |
Message failed to publish due to a system-side error. |
PERMISSION_DENIED |
The service account (i.e. cloud-support-apievents@system.gserviceaccount.com) lacks the permission to publish to the customer's Pub/Sub topic. |
PERMISSION_DENIED_VALUE |
The service account (i.e. cloud-support-apievents@system.gserviceaccount.com) lacks the permission to publish to the customer's Pub/Sub topic. |
TOPIC_NOT_FOUND |
The specified Pub/Sub topic does not exist. |
TOPIC_NOT_FOUND_VALUE |
The specified Pub/Sub topic does not exist. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|