Google Cloud Build V1 Client - Class State (0.12.0)

Reference documentation and code samples for the Google Cloud Build V1 Client class State.

Enumerates potential issues with the underlying Pub/Sub subscription configuration.

Protobuf type google.devtools.cloudbuild.v1.PubsubConfig.State

Namespace

Google \ Cloud \ Build \ V1 \ PubsubConfig

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The subscription configuration has not been checked.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

OK

Value: 1

The Pub/Sub subscription is properly configured.

Generated from protobuf enum OK = 1;

SUBSCRIPTION_DELETED

Value: 2

The subscription has been deleted.

Generated from protobuf enum SUBSCRIPTION_DELETED = 2;

TOPIC_DELETED

Value: 3

The topic has been deleted.

Generated from protobuf enum TOPIC_DELETED = 3;

SUBSCRIPTION_MISCONFIGURED

Value: 4

Some of the subscription's field are misconfigured.

Generated from protobuf enum SUBSCRIPTION_MISCONFIGURED = 4;