| 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:** We are in the process of deprecating this method.
|
| Constructor and Description |
|---|
Update(String name,
ServiceAccount content)
**Note:** We are in the process of deprecating this method.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceAccount |
ServiceAccount.clone() |
ServiceAccount |
ServiceAccount.encodeEtag(byte[] etag)
Deprecated.
|
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)
Output only.
|
ServiceAccount |
ServiceAccount.setDisplayName(String displayName)
Optional.
|
ServiceAccount |
ServiceAccount.setEmail(String email)
Output only.
|
ServiceAccount |
ServiceAccount.setEtag(String etag)
Deprecated.
|
ServiceAccount |
ServiceAccount.setName(String name)
The resource name of the service account.
|
ServiceAccount |
ServiceAccount.setOauth2ClientId(String oauth2ClientId)
Output only.
|
ServiceAccount |
ServiceAccount.setProjectId(String projectId)
Output only.
|
ServiceAccount |
ServiceAccount.setUniqueId(String uniqueId)
Output only.
|
| 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–2023 Google. All rights reserved.