| Modifier and Type | Method and Description |
|---|---|
ServiceAccount |
ServiceAccount.Builder.build() |
ServiceAccount |
ServiceAccount.Builder.buildPartial() |
ServiceAccount |
ListServiceAccountsResponseOrBuilder.getAccounts(int index)
The list of matching service accounts.
|
ServiceAccount |
ListServiceAccountsResponse.getAccounts(int index)
The list of matching service accounts.
|
ServiceAccount |
ListServiceAccountsResponse.Builder.getAccounts(int index)
The list of matching service accounts.
|
static ServiceAccount |
ServiceAccount.getDefaultInstance() |
ServiceAccount |
ServiceAccount.getDefaultInstanceForType() |
ServiceAccount |
ServiceAccount.Builder.getDefaultInstanceForType() |
ServiceAccount |
UndeleteServiceAccountResponseOrBuilder.getRestoredAccount()
Metadata for the restored service account.
|
ServiceAccount |
UndeleteServiceAccountResponse.getRestoredAccount()
Metadata for the restored service account.
|
ServiceAccount |
UndeleteServiceAccountResponse.Builder.getRestoredAccount()
Metadata for the restored service account.
|
ServiceAccount |
CreateServiceAccountRequest.getServiceAccount()
The [ServiceAccount][google.iam.admin.v1.ServiceAccount] resource to
create.
|
ServiceAccount |
CreateServiceAccountRequest.Builder.getServiceAccount()
The [ServiceAccount][google.iam.admin.v1.ServiceAccount] resource to
create.
|
ServiceAccount |
PatchServiceAccountRequest.getServiceAccount()
.google.iam.admin.v1.ServiceAccount service_account = 1; |
ServiceAccount |
PatchServiceAccountRequest.Builder.getServiceAccount()
.google.iam.admin.v1.ServiceAccount service_account = 1; |
ServiceAccount |
PatchServiceAccountRequestOrBuilder.getServiceAccount()
.google.iam.admin.v1.ServiceAccount service_account = 1; |
ServiceAccount |
CreateServiceAccountRequestOrBuilder.getServiceAccount()
The [ServiceAccount][google.iam.admin.v1.ServiceAccount] resource to
create.
|
static ServiceAccount |
ServiceAccount.parseDelimitedFrom(InputStream input) |
static ServiceAccount |
ServiceAccount.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceAccount |
ServiceAccount.parseFrom(byte[] data) |
static ServiceAccount |
ServiceAccount.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceAccount |
ServiceAccount.parseFrom(ByteBuffer data) |
static ServiceAccount |
ServiceAccount.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceAccount |
ServiceAccount.parseFrom(com.google.protobuf.ByteString data) |
static ServiceAccount |
ServiceAccount.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceAccount |
ServiceAccount.parseFrom(com.google.protobuf.CodedInputStream input) |
static ServiceAccount |
ServiceAccount.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceAccount |
ServiceAccount.parseFrom(InputStream input) |
static ServiceAccount |
ServiceAccount.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceAccount> |
ListServiceAccountsResponseOrBuilder.getAccountsList()
The list of matching service accounts.
|
List<ServiceAccount> |
ListServiceAccountsResponse.getAccountsList()
The list of matching service accounts.
|
List<ServiceAccount> |
ListServiceAccountsResponse.Builder.getAccountsList()
The list of matching service accounts.
|
com.google.protobuf.Parser<ServiceAccount> |
ServiceAccount.getParserForType() |
static com.google.protobuf.Parser<ServiceAccount> |
ServiceAccount.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListServiceAccountsResponse.Builder |
ListServiceAccountsResponse.Builder.addAccounts(int index,
ServiceAccount value)
The list of matching service accounts.
|
ListServiceAccountsResponse.Builder |
ListServiceAccountsResponse.Builder.addAccounts(ServiceAccount value)
The list of matching service accounts.
|
ServiceAccount.Builder |
ServiceAccount.Builder.mergeFrom(ServiceAccount other) |
UndeleteServiceAccountResponse.Builder |
UndeleteServiceAccountResponse.Builder.mergeRestoredAccount(ServiceAccount value)
Metadata for the restored service account.
|
CreateServiceAccountRequest.Builder |
CreateServiceAccountRequest.Builder.mergeServiceAccount(ServiceAccount value)
The [ServiceAccount][google.iam.admin.v1.ServiceAccount] resource to
create.
|
PatchServiceAccountRequest.Builder |
PatchServiceAccountRequest.Builder.mergeServiceAccount(ServiceAccount value)
.google.iam.admin.v1.ServiceAccount service_account = 1; |
static ServiceAccount.Builder |
ServiceAccount.newBuilder(ServiceAccount prototype) |
ListServiceAccountsResponse.Builder |
ListServiceAccountsResponse.Builder.setAccounts(int index,
ServiceAccount value)
The list of matching service accounts.
|
UndeleteServiceAccountResponse.Builder |
UndeleteServiceAccountResponse.Builder.setRestoredAccount(ServiceAccount value)
Metadata for the restored service account.
|
CreateServiceAccountRequest.Builder |
CreateServiceAccountRequest.Builder.setServiceAccount(ServiceAccount value)
The [ServiceAccount][google.iam.admin.v1.ServiceAccount] resource to
create.
|
PatchServiceAccountRequest.Builder |
PatchServiceAccountRequest.Builder.setServiceAccount(ServiceAccount value)
.google.iam.admin.v1.ServiceAccount service_account = 1; |
| Modifier and Type | Method and Description |
|---|---|
ListServiceAccountsResponse.Builder |
ListServiceAccountsResponse.Builder.addAllAccounts(Iterable<? extends ServiceAccount> values)
The list of matching service accounts.
|
Copyright © 2025 Google LLC. All rights reserved.