public enum Repository.GitRemoteSettings.TokenStatus extends Enum<Repository.GitRemoteSettings.TokenStatus> implements ProtocolMessageEnumIndicates the status of a Git authentication token.
Protobuf enum google.cloud.dataform.v1beta1.Repository.GitRemoteSettings.TokenStatus
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| INVALID | The token could not be used to authenticate against the Git remote. |
| INVALID_VALUE | The token could not be used to authenticate against the Git remote. |
| 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_VALUE | The token could not be found in Secret Manager (or the Dataform Service Account did not have permission to access it). |
| TOKEN_STATUS_UNSPECIFIED | Default value. This value is unused. |
| TOKEN_STATUS_UNSPECIFIED_VALUE | Default value. This value is unused. |
| UNRECOGNIZED | |
| VALID | The token was used successfully to authenticate against the Git remote. |
| VALID_VALUE | The token was used successfully to authenticate against the Git remote. |
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() |