| Package | Description |
|---|---|
| com.google.api.services.container.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> |
NodeConfig.getServiceAccounts()
The optional list of ServiceAccounts, each with their specified scopes, to be made available on
all of the node VMs.
|
| Modifier and Type | Method and Description |
|---|---|
NodeConfig |
NodeConfig.setServiceAccounts(List<ServiceAccount> serviceAccounts)
The optional list of ServiceAccounts, each with their specified scopes, to be made available on
all of the node VMs.
|