public interface ListServiceAccountsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccounts(int index)
public abstract ServiceAccount getAccounts(int index)The list of matching service accounts.
repeated .google.iam.admin.v1.ServiceAccount accounts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ServiceAccount |
|
getAccountsCount()
public abstract int getAccountsCount()The list of matching service accounts.
repeated .google.iam.admin.v1.ServiceAccount accounts = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAccountsList()
public abstract List<ServiceAccount> getAccountsList()The list of matching service accounts.
repeated .google.iam.admin.v1.ServiceAccount accounts = 1;
| Returns | |
|---|---|
| Type | Description |
List<ServiceAccount> |
|
getAccountsOrBuilder(int index)
public abstract ServiceAccountOrBuilder getAccountsOrBuilder(int index)The list of matching service accounts.
repeated .google.iam.admin.v1.ServiceAccount accounts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ServiceAccountOrBuilder |
|
getAccountsOrBuilderList()
public abstract List<? extends ServiceAccountOrBuilder> getAccountsOrBuilderList()The list of matching service accounts.
repeated .google.iam.admin.v1.ServiceAccount accounts = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.iam.admin.v1.ServiceAccountOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()To retrieve the next page of results, set ListServiceAccountsRequest.page_token to this value.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()To retrieve the next page of results, set ListServiceAccountsRequest.page_token to this value.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |