Uses of Class
co.yellowdog.platform.account.credentials.GoogleCloudCredential.Builder
Packages that use GoogleCloudCredential.Builder
Package
Description
Defines types to hold credentials specific to each cloud provider.
-
Uses of GoogleCloudCredential.Builder in co.yellowdog.platform.account.credentials
Methods in co.yellowdog.platform.account.credentials that return GoogleCloudCredential.BuilderModifier and TypeMethodDescriptionGoogleCloudCredential.builder()
GoogleCloudCredential.Builder.description
(String description) GoogleCloudCredential.Builder.serviceAccountKeyJson
(String serviceAccountKeyJson) The Google Cloud service account key JSON textGoogleCloudCredential.Builder.serviceAccountKeyJsonFile
(@NonNull Path serviceAccountKeyFile) Loads the Service Account Key JSON from the specified file.GoogleCloudCredential.toBuilder()