public enum AuthType extends Enum<AuthType> implements ProtocolMessageEnumAuthType represents the authentication type.
 Protobuf enum google.cloud.apihub.v1.AuthType
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| API_KEY | API Key authentication.   | 
| API_KEY_VALUE | API Key authentication.   | 
| AUTH_TYPE_UNSPECIFIED | Authentication type not specified.   | 
| AUTH_TYPE_UNSPECIFIED_VALUE | Authentication type not specified.   | 
| GOOGLE_SERVICE_ACCOUNT | Google service account authentication.   | 
| GOOGLE_SERVICE_ACCOUNT_VALUE | Google service account authentication.   | 
| NO_AUTH | No authentication.   | 
| NO_AUTH_VALUE | No authentication.   | 
| OAUTH2_CLIENT_CREDENTIALS | Oauth 2.0 client credentials grant authentication.   | 
| OAUTH2_CLIENT_CREDENTIALS_VALUE | Oauth 2.0 client credentials grant authentication.   | 
| UNRECOGNIZED | |
| USER_PASSWORD | Username and password authentication.   | 
| USER_PASSWORD_VALUE | Username and password authentication.   | 
| 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() | |