| Package | Description |
|---|---|
| com.google.cloud |
Core classes for the
gcloud-java library. |
| Modifier and Type | Method and Description |
|---|---|
static AuthCredentials.ServiceAccountAuthCredentials |
AuthCredentials.createFor(String account,
PrivateKey privateKey)
Creates Service Account Credentials given an account id and a private key.
|
static AuthCredentials.ServiceAccountAuthCredentials |
AuthCredentials.createForJson(InputStream jsonCredentialStream)
Creates Service Account Credentials given a stream for credentials in JSON format.
|
Copyright © 2016 Google. All rights reserved.