Module: Google::Cloud::Build::V1::PubsubConfig::State
- Defined in:
 - proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
 
Overview
Enumerates potential issues with the underlying Pub/Sub subscription configuration.
Constant Summary collapse
- STATE_UNSPECIFIED =
          
The subscription configuration has not been checked.
 0- OK =
          
The Pub/Sub subscription is properly configured.
 1- SUBSCRIPTION_DELETED =
          
The subscription has been deleted.
 2- TOPIC_DELETED =
          
The topic has been deleted.
 3- SUBSCRIPTION_MISCONFIGURED =
          
Some of the subscription's field are misconfigured.
 4