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
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
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;