| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceAccount |
ServiceAccount.clone() |
ServiceAccount |
ServiceAccount.set(java.lang.String fieldName,
java.lang.Object value) |
ServiceAccount |
ServiceAccount.setEmail(java.lang.String email)
Email address of the service account.
|
ServiceAccount |
ServiceAccount.setScopes(java.util.List<java.lang.String> scopes)
The list of scopes to be made available for this service account.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.util.List<ServiceAccount> serviceAccounts)
The optional list of ServiceAccounts, each with their specified scopes, to be made available on
all of the node VMs.
|