| Modifier and Type | Method and Description |
|---|---|
ServiceAccount.Builder |
ListServiceAccountsResponse.Builder.addAccountsBuilder()
The list of matching service accounts.
|
ServiceAccount.Builder |
ListServiceAccountsResponse.Builder.addAccountsBuilder(int index)
The list of matching service accounts.
|
ServiceAccount.Builder |
ServiceAccount.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ServiceAccount.Builder |
ServiceAccount.Builder.clear() |
ServiceAccount.Builder |
ServiceAccount.Builder.clearDescription()
Optional.
|
ServiceAccount.Builder |
ServiceAccount.Builder.clearDisabled()
Output only.
|
ServiceAccount.Builder |
ServiceAccount.Builder.clearDisplayName()
Optional.
|
ServiceAccount.Builder |
ServiceAccount.Builder.clearEmail()
Output only.
|
ServiceAccount.Builder |
ServiceAccount.Builder.clearEtag()
Deprecated.
google.iam.admin.v1.ServiceAccount.etag is deprecated. See
google/iam/admin/v1/iam.proto;l=538
|
ServiceAccount.Builder |
ServiceAccount.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ServiceAccount.Builder |
ServiceAccount.Builder.clearName()
The resource name of the service account.
|
ServiceAccount.Builder |
ServiceAccount.Builder.clearOauth2ClientId()
Output only.
|
ServiceAccount.Builder |
ServiceAccount.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ServiceAccount.Builder |
ServiceAccount.Builder.clearProjectId()
Output only.
|
ServiceAccount.Builder |
ServiceAccount.Builder.clearUniqueId()
Output only.
|
ServiceAccount.Builder |
ServiceAccount.Builder.clone() |
ServiceAccount.Builder |
ListServiceAccountsResponse.Builder.getAccountsBuilder(int index)
The list of matching service accounts.
|
ServiceAccount.Builder |
UndeleteServiceAccountResponse.Builder.getRestoredAccountBuilder()
Metadata for the restored service account.
|
ServiceAccount.Builder |
CreateServiceAccountRequest.Builder.getServiceAccountBuilder()
The [ServiceAccount][google.iam.admin.v1.ServiceAccount] resource to
create.
|
ServiceAccount.Builder |
PatchServiceAccountRequest.Builder.getServiceAccountBuilder()
.google.iam.admin.v1.ServiceAccount service_account = 1; |
ServiceAccount.Builder |
ServiceAccount.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ServiceAccount.Builder |
ServiceAccount.Builder.mergeFrom(com.google.protobuf.Message other) |
ServiceAccount.Builder |
ServiceAccount.Builder.mergeFrom(ServiceAccount other) |
ServiceAccount.Builder |
ServiceAccount.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ServiceAccount.Builder |
ServiceAccount.newBuilder() |
static ServiceAccount.Builder |
ServiceAccount.newBuilder(ServiceAccount prototype) |
ServiceAccount.Builder |
ServiceAccount.newBuilderForType() |
protected ServiceAccount.Builder |
ServiceAccount.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ServiceAccount.Builder |
ServiceAccount.Builder.setDescription(String value)
Optional.
|
ServiceAccount.Builder |
ServiceAccount.Builder.setDescriptionBytes(com.google.protobuf.ByteString value)
Optional.
|
ServiceAccount.Builder |
ServiceAccount.Builder.setDisabled(boolean value)
Output only.
|
ServiceAccount.Builder |
ServiceAccount.Builder.setDisplayName(String value)
Optional.
|
ServiceAccount.Builder |
ServiceAccount.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value)
Optional.
|
ServiceAccount.Builder |
ServiceAccount.Builder.setEmail(String value)
Output only.
|
ServiceAccount.Builder |
ServiceAccount.Builder.setEmailBytes(com.google.protobuf.ByteString value)
Output only.
|
ServiceAccount.Builder |
ServiceAccount.Builder.setEtag(com.google.protobuf.ByteString value)
Deprecated.
google.iam.admin.v1.ServiceAccount.etag is deprecated. See
google/iam/admin/v1/iam.proto;l=538
|
ServiceAccount.Builder |
ServiceAccount.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ServiceAccount.Builder |
ServiceAccount.Builder.setName(String value)
The resource name of the service account.
|
ServiceAccount.Builder |
ServiceAccount.Builder.setNameBytes(com.google.protobuf.ByteString value)
The resource name of the service account.
|
ServiceAccount.Builder |
ServiceAccount.Builder.setOauth2ClientId(String value)
Output only.
|
ServiceAccount.Builder |
ServiceAccount.Builder.setOauth2ClientIdBytes(com.google.protobuf.ByteString value)
Output only.
|
ServiceAccount.Builder |
ServiceAccount.Builder.setProjectId(String value)
Output only.
|
ServiceAccount.Builder |
ServiceAccount.Builder.setProjectIdBytes(com.google.protobuf.ByteString value)
Output only.
|
ServiceAccount.Builder |
ServiceAccount.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ServiceAccount.Builder |
ServiceAccount.Builder.setUniqueId(String value)
Output only.
|
ServiceAccount.Builder |
ServiceAccount.Builder.setUniqueIdBytes(com.google.protobuf.ByteString value)
Output only.
|
ServiceAccount.Builder |
ServiceAccount.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ServiceAccount.Builder |
ServiceAccount.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceAccount.Builder> |
ListServiceAccountsResponse.Builder.getAccountsBuilderList()
The list of matching service accounts.
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceAccountsResponse.Builder |
ListServiceAccountsResponse.Builder.addAccounts(int index,
ServiceAccount.Builder builderForValue)
The list of matching service accounts.
|
ListServiceAccountsResponse.Builder |
ListServiceAccountsResponse.Builder.addAccounts(ServiceAccount.Builder builderForValue)
The list of matching service accounts.
|
ListServiceAccountsResponse.Builder |
ListServiceAccountsResponse.Builder.setAccounts(int index,
ServiceAccount.Builder builderForValue)
The list of matching service accounts.
|
UndeleteServiceAccountResponse.Builder |
UndeleteServiceAccountResponse.Builder.setRestoredAccount(ServiceAccount.Builder builderForValue)
Metadata for the restored service account.
|
CreateServiceAccountRequest.Builder |
CreateServiceAccountRequest.Builder.setServiceAccount(ServiceAccount.Builder builderForValue)
The [ServiceAccount][google.iam.admin.v1.ServiceAccount] resource to
create.
|
PatchServiceAccountRequest.Builder |
PatchServiceAccountRequest.Builder.setServiceAccount(ServiceAccount.Builder builderForValue)
.google.iam.admin.v1.ServiceAccount service_account = 1; |
Copyright © 2025 Google LLC. All rights reserved.