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;
| Name | Description |
| index | int |
| Type | Description |
| ServiceAccount |
getAccountsCount()
public abstract int getAccountsCount()The list of matching service accounts.
repeated .google.iam.admin.v1.ServiceAccount accounts = 1;
| Type | Description |
| int |
getAccountsList()
public abstract List<ServiceAccount> getAccountsList()The list of matching service accounts.
repeated .google.iam.admin.v1.ServiceAccount accounts = 1;
| 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;
| Name | Description |
| index | int |
| Type | Description |
| ServiceAccountOrBuilder |
getAccountsOrBuilderList()
public abstract List<? extends ServiceAccountOrBuilder> getAccountsOrBuilderList()The list of matching service accounts.
repeated .google.iam.admin.v1.ServiceAccount accounts = 1;
| 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;
| 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |