public interface CreateServiceAccountRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId()
Required.
|
com.google.protobuf.ByteString |
getAccountIdBytes()
Required.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
ServiceAccount |
getServiceAccount()
The [ServiceAccount][google.iam.admin.v1.ServiceAccount] resource to
create.
|
ServiceAccountOrBuilder |
getServiceAccountOrBuilder()
The [ServiceAccount][google.iam.admin.v1.ServiceAccount] resource to
create.
|
boolean |
hasServiceAccount()
The [ServiceAccount][google.iam.admin.v1.ServiceAccount] resource to
create.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The resource name of the project associated with the service accounts, such as `projects/my-project-123`.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. The resource name of the project associated with the service accounts, such as `projects/my-project-123`.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getAccountId()
Required. The account id that is used to generate the service account email address and a stable unique id. It is unique within a project, must be 6-30 characters long, and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])` to comply with RFC1035.
string account_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getAccountIdBytes()
Required. The account id that is used to generate the service account email address and a stable unique id. It is unique within a project, must be 6-30 characters long, and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])` to comply with RFC1035.
string account_id = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasServiceAccount()
The [ServiceAccount][google.iam.admin.v1.ServiceAccount] resource to create. Currently, only the following values are user assignable: `display_name` and `description`.
.google.iam.admin.v1.ServiceAccount service_account = 3;ServiceAccount getServiceAccount()
The [ServiceAccount][google.iam.admin.v1.ServiceAccount] resource to create. Currently, only the following values are user assignable: `display_name` and `description`.
.google.iam.admin.v1.ServiceAccount service_account = 3;ServiceAccountOrBuilder getServiceAccountOrBuilder()
The [ServiceAccount][google.iam.admin.v1.ServiceAccount] resource to create. Currently, only the following values are user assignable: `display_name` and `description`.
.google.iam.admin.v1.ServiceAccount service_account = 3;Copyright © 2025 Google LLC. All rights reserved.