Enum WebhookConfig.State (3.26.0)

public enum WebhookConfig.State extends Enum<WebhookConfig.State> implements ProtocolMessageEnum

Enumerates potential issues with the Secret Manager secret provided by the user.

Protobuf enum google.devtools.cloudbuild.v1.WebhookConfig.State

Implements

ProtocolMessageEnum
<

Static Fields

NameDescription
OK

The auth configuration is properly setup.

OK = 1;

OK_VALUE

The auth configuration is properly setup.

OK = 1;

SECRET_DELETED

The secret provided in auth_method has been deleted.

SECRET_DELETED = 2;

SECRET_DELETED_VALUE

The secret provided in auth_method has been deleted.

SECRET_DELETED = 2;

STATE_UNSPECIFIED

The webhook auth configuration not been checked.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The webhook auth configuration not been checked.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED