Google Cloud Build V1 Client - Class State (0.11.0)

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 \ WebhookConfig

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;