| Package | Description |
|---|---|
| com.google.api.services.iam.v1 | |
| com.google.api.services.iam.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Iam.Projects.ServiceAccounts.Update |
Iam.Projects.ServiceAccounts.update(String name,
ServiceAccount content)
Note: This method is in the process of being deprecated.
|
| Constructor and Description |
|---|
Update(String name,
ServiceAccount content)
Note: This method is in the process of being deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceAccount |
ServiceAccount.clone() |
ServiceAccount |
ServiceAccount.encodeEtag(byte[] etag)
Optional.
|
ServiceAccount |
UndeleteServiceAccountResponse.getRestoredAccount()
Metadata for the restored service account.
|
ServiceAccount |
CreateServiceAccountRequest.getServiceAccount()
The ServiceAccount resource to create.
|
ServiceAccount |
PatchServiceAccountRequest.getServiceAccount() |
ServiceAccount |
ServiceAccount.set(String fieldName,
Object value) |
ServiceAccount |
ServiceAccount.setDescription(String description)
Optional.
|
ServiceAccount |
ServiceAccount.setDisabled(Boolean disabled) |
ServiceAccount |
ServiceAccount.setDisplayName(String displayName)
Optional.
|
ServiceAccount |
ServiceAccount.setEmail(String email) |
ServiceAccount |
ServiceAccount.setEtag(String etag)
Optional.
|
ServiceAccount |
ServiceAccount.setName(String name)
The resource name of the service account in the following format:
`projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`.
|
ServiceAccount |
ServiceAccount.setOauth2ClientId(String oauth2ClientId) |
ServiceAccount |
ServiceAccount.setProjectId(String projectId) |
ServiceAccount |
ServiceAccount.setUniqueId(String uniqueId) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceAccount> |
ListServiceAccountsResponse.getAccounts()
The list of matching service accounts.
|
| Modifier and Type | Method and Description |
|---|---|
UndeleteServiceAccountResponse |
UndeleteServiceAccountResponse.setRestoredAccount(ServiceAccount restoredAccount)
Metadata for the restored service account.
|
CreateServiceAccountRequest |
CreateServiceAccountRequest.setServiceAccount(ServiceAccount serviceAccount)
The ServiceAccount resource to create.
|
PatchServiceAccountRequest |
PatchServiceAccountRequest.setServiceAccount(ServiceAccount serviceAccount) |
| Modifier and Type | Method and Description |
|---|---|
ListServiceAccountsResponse |
ListServiceAccountsResponse.setAccounts(List<ServiceAccount> accounts)
The list of matching service accounts.
|
Copyright © 2011–2019 Google. All rights reserved.