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
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
OK | The auth configuration is properly setup. |
OK_VALUE | The auth configuration is properly setup. |
SECRET_DELETED | The secret provided in auth_method has been deleted. |
SECRET_DELETED_VALUE | The secret provided in auth_method has been deleted. |
STATE_UNSPECIFIED | The webhook auth configuration not been checked. |
STATE_UNSPECIFIED_VALUE | The webhook auth configuration not been checked. |
UNRECOGNIZED | < |