Enum WebhookConfig.State (3.45.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

Name Description
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

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()