Google Cloud Support V2beta Client - Class FailureReason (1.7.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Support V2beta Client class FailureReason.
The reason why the subscription is failing.
Protobuf type google.cloud.support.v2beta.SupportEventSubscription.FailureReason
Namespace
Google \ Cloud \ Support \ V2beta \ 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-07-31 UTC."],[],[]]