Google Cloud Support V2 Client - Class FailureReason (1.7.0)

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 \ SupportEventSubscription

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

FAILURE_REASON_UNSPECIFIED

Value: 0

Unspecified failure reason.

Generated from protobuf enum FAILURE_REASON_UNSPECIFIED = 0;

PERMISSION_DENIED

Value: 1

The 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: 2

The specified Pub/Sub topic does not exist.

Generated from protobuf enum TOPIC_NOT_FOUND = 2;

OTHER

Value: 3

Message failed to publish due to a system-side error.

Generated from protobuf enum OTHER = 3;