Reference documentation and code samples for the Google Cloud Build V1 Client class State.
Enumerates potential issues with the Secret Manager secret provided by the user.
Protobuf type google.devtools.cloudbuild.v1.WebhookConfig.State
Namespace
Google \ Cloud \ Build \ V1 \ WebhookConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
The webhook auth configuration not been checked.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
OK
Value: 1
The auth configuration is properly setup.
Generated from protobuf enum OK = 1;
SECRET_DELETED
Value: 2
The secret provided in auth_method has been deleted.
Generated from protobuf enum SECRET_DELETED = 2;