Enum Repository.GitRemoteSettings.TokenStatus (0.12.0)

public enum Repository.GitRemoteSettings.TokenStatus extends Enum<Repository.GitRemoteSettings.TokenStatus> implements ProtocolMessageEnum

Indicates the status of a Git authentication token.

Protobuf enum google.cloud.dataform.v1beta1.Repository.GitRemoteSettings.TokenStatus

Implements

ProtocolMessageEnum

Static Fields

NameDescription
INVALID

The token could not be used to authenticate against the Git remote.

INVALID = 2;

INVALID_VALUE

The token could not be used to authenticate against the Git remote.

INVALID = 2;

NOT_FOUND

The token could not be found in Secret Manager (or the Dataform Service Account did not have permission to access it).

NOT_FOUND = 1;

NOT_FOUND_VALUE

The token could not be found in Secret Manager (or the Dataform Service Account did not have permission to access it).

NOT_FOUND = 1;

TOKEN_STATUS_UNSPECIFIED

Default value. This value is unused.

TOKEN_STATUS_UNSPECIFIED = 0;

TOKEN_STATUS_UNSPECIFIED_VALUE

Default value. This value is unused.

TOKEN_STATUS_UNSPECIFIED = 0;

UNRECOGNIZED
VALID

The token was used successfully to authenticate against the Git remote.

VALID = 3;

VALID_VALUE

The token was used successfully to authenticate against the Git remote.

VALID = 3;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()