Enum SupportEventSubscription.FailureReason (0.78.0)

public enum SupportEventSubscription.FailureReason extends Enum<SupportEventSubscription.FailureReason> implements ProtocolMessageEnum

The reason why the subscription is failing.

Protobuf enum google.cloud.support.v2.SupportEventSubscription.FailureReason

Implements

ProtocolMessageEnum

Static Fields

Name Description
FAILURE_REASON_UNSPECIFIED

Unspecified failure reason.

FAILURE_REASON_UNSPECIFIED = 0;

FAILURE_REASON_UNSPECIFIED_VALUE

Unspecified failure reason.

FAILURE_REASON_UNSPECIFIED = 0;

OTHER

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

OTHER = 3;

OTHER_VALUE

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

OTHER = 3;

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 = 1;

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.

PERMISSION_DENIED = 1;

TOPIC_NOT_FOUND

The specified Pub/Sub topic does not exist.

TOPIC_NOT_FOUND = 2;

TOPIC_NOT_FOUND_VALUE

The specified Pub/Sub topic does not exist.

TOPIC_NOT_FOUND = 2;

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()