Reference documentation and code samples for the Google Cloud Support V2 Client class FailureReason.
The reason why the subscription is failing.
Protobuf type google.cloud.support.v2.SupportEventSubscription.FailureReason
Namespace
Google \ Cloud \ Support \ V2 \ SupportEventSubscriptionMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
FAILURE_REASON_UNSPECIFIED
Value: 0Unspecified failure reason.
Generated from protobuf enum FAILURE_REASON_UNSPECIFIED = 0;
PERMISSION_DENIED
Value: 1The service account (i.e.
cloud-support-apievents@system.gserviceaccount.com) lacks the permission to publish to the customer's Pub/Sub topic.
Generated from protobuf enum PERMISSION_DENIED = 1;
TOPIC_NOT_FOUND
Value: 2The specified Pub/Sub topic does not exist.
Generated from protobuf enum TOPIC_NOT_FOUND = 2;
OTHER
Value: 3Message failed to publish due to a system-side error.
Generated from protobuf enum OTHER = 3;