Class GoogleCloudCredential
java.lang.Object
co.yellowdog.platform.account.credentials.GoogleCloudCredential
- All Implemented Interfaces:
Credential, Serializable
@JsonClassDescription("Google Cloud service account credential")
public final class GoogleCloudCredential
extends Object
implements Credential
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA builder that can be used to build a new GoogleCloudCredential that is automatically validated on build. -
Method Summary
Methods inherited from interface Credential
getExpiryTime
-
Method Details
-
builder
-
toBuilder
- Specified by:
toBuilderin interfaceCredential
-
getName
Description copied from interface:CredentialReturns the name assigned to the Credential to identify it to the ComputeServiceClient.- Specified by:
getNamein interfaceCredential- Returns:
- the name assigned to the Credential
-
getDescription
- Specified by:
getDescriptionin interfaceCredential
-
getServiceAccountKeyJson
The Google Cloud service account key JSON text- Returns:
- the service account key JSON
-
equals
-
hashCode
-
toString
-