public interface ListServiceAccountsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ServiceAccount |
getAccounts(int index)
The list of matching service accounts.
|
int |
getAccountsCount()
The list of matching service accounts.
|
List<ServiceAccount> |
getAccountsList()
The list of matching service accounts.
|
ServiceAccountOrBuilder |
getAccountsOrBuilder(int index)
The list of matching service accounts.
|
List<? extends ServiceAccountOrBuilder> |
getAccountsOrBuilderList()
The list of matching service accounts.
|
String |
getNextPageToken()
To retrieve the next page of results, set
[ListServiceAccountsRequest.page_token][google.iam.admin.v1.ListServiceAccountsRequest.page_token]
to this value.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
To retrieve the next page of results, set
[ListServiceAccountsRequest.page_token][google.iam.admin.v1.ListServiceAccountsRequest.page_token]
to this value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ServiceAccount> getAccountsList()
The list of matching service accounts.
repeated .google.iam.admin.v1.ServiceAccount accounts = 1;ServiceAccount getAccounts(int index)
The list of matching service accounts.
repeated .google.iam.admin.v1.ServiceAccount accounts = 1;int getAccountsCount()
The list of matching service accounts.
repeated .google.iam.admin.v1.ServiceAccount accounts = 1;List<? extends ServiceAccountOrBuilder> getAccountsOrBuilderList()
The list of matching service accounts.
repeated .google.iam.admin.v1.ServiceAccount accounts = 1;ServiceAccountOrBuilder getAccountsOrBuilder(int index)
The list of matching service accounts.
repeated .google.iam.admin.v1.ServiceAccount accounts = 1;String getNextPageToken()
To retrieve the next page of results, set [ListServiceAccountsRequest.page_token][google.iam.admin.v1.ListServiceAccountsRequest.page_token] to this value.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
To retrieve the next page of results, set [ListServiceAccountsRequest.page_token][google.iam.admin.v1.ListServiceAccountsRequest.page_token] to this value.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.