| Package | Description |
|---|---|
| com.google.cloud.compute |
A client to Google Cloud Compute.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceAccount |
ServiceAccount.of(String email,
List<String> scopes)
Returns a
ServiceAccount object for the provided email and scopes. |
static ServiceAccount |
ServiceAccount.of(String email,
String... scopes)
Returns a
ServiceAccount object for the provided email and scopes. |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceAccount> |
InstanceInfo.serviceAccounts()
Returns a list of service accounts, with their specified scopes, authorized for this instance.
|
| Modifier and Type | Method and Description |
|---|---|
abstract InstanceInfo.Builder |
InstanceInfo.Builder.serviceAccounts(List<ServiceAccount> serviceAccounts)
Sets a list of service accounts, with their specified scopes, authorized for this instance.
|
InstanceInfo.Builder |
InstanceInfo.BuilderImpl.serviceAccounts(List<ServiceAccount> serviceAccounts) |
Instance.Builder |
Instance.Builder.serviceAccounts(List<ServiceAccount> serviceAccounts) |
Copyright © 2016 Google. All rights reserved.