| Package | Description | 
|---|---|
| com.google.api.services.compute.model | 
| Modifier and Type | Method and Description | 
|---|---|
| ServiceAccount | ServiceAccount. clone() | 
| ServiceAccount | ServiceAccount. set(String fieldName,
   Object value) | 
| ServiceAccount | ServiceAccount. setEmail(String email)Email address of the service account. | 
| ServiceAccount | ServiceAccount. setScopes(List<String> scopes)The list of scopes to be made available for this service account. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ServiceAccount> | InstanceProperties. getServiceAccounts()A list of service accounts with specified scopes. | 
| List<ServiceAccount> | Instance. getServiceAccounts()A list of service accounts, with their specified scopes, authorized for this instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| InstanceProperties | InstanceProperties. setServiceAccounts(List<ServiceAccount> serviceAccounts)A list of service accounts with specified scopes. | 
| Instance | Instance. setServiceAccounts(List<ServiceAccount> serviceAccounts)A list of service accounts, with their specified scopes, authorized for this instance. | 
Copyright © 2011–2021 Google. All rights reserved.