Interface ListServiceAccountsResponseOrBuilder (1.2.5)

public interface ListServiceAccountsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccounts(int index)

public abstract ServiceAccount getAccounts(int index)

The list of matching service accounts.

repeated .google.iam.admin.v1.ServiceAccount accounts = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ServiceAccount

getAccountsCount()

public abstract int getAccountsCount()

The list of matching service accounts.

repeated .google.iam.admin.v1.ServiceAccount accounts = 1;

Returns
TypeDescription
int

getAccountsList()

public abstract List<ServiceAccount> getAccountsList()

The list of matching service accounts.

repeated .google.iam.admin.v1.ServiceAccount accounts = 1;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
ServiceAccountOrBuilder

getAccountsOrBuilderList()

public abstract List<? extends ServiceAccountOrBuilder> getAccountsOrBuilderList()

The list of matching service accounts.

repeated .google.iam.admin.v1.ServiceAccount accounts = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.