Interface ListAuthorizedDomainsResponseOrBuilder (2.45.0)

public interface ListAuthorizedDomainsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDomains(int index)

public abstract AuthorizedDomain getDomains(int index)

The authorized domains belonging to the user.

repeated .google.appengine.v1.AuthorizedDomain domains = 1;

Parameter
Name Description
index int
Returns
Type Description
AuthorizedDomain

getDomainsCount()

public abstract int getDomainsCount()

The authorized domains belonging to the user.

repeated .google.appengine.v1.AuthorizedDomain domains = 1;

Returns
Type Description
int

getDomainsList()

public abstract List<AuthorizedDomain> getDomainsList()

The authorized domains belonging to the user.

repeated .google.appengine.v1.AuthorizedDomain domains = 1;

Returns
Type Description
List<AuthorizedDomain>

getDomainsOrBuilder(int index)

public abstract AuthorizedDomainOrBuilder getDomainsOrBuilder(int index)

The authorized domains belonging to the user.

repeated .google.appengine.v1.AuthorizedDomain domains = 1;

Parameter
Name Description
index int
Returns
Type Description
AuthorizedDomainOrBuilder

getDomainsOrBuilderList()

public abstract List<? extends AuthorizedDomainOrBuilder> getDomainsOrBuilderList()

The authorized domains belonging to the user.

repeated .google.appengine.v1.AuthorizedDomain domains = 1;

Returns
Type Description
List<? extends com.google.appengine.v1.AuthorizedDomainOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

Continuation token for fetching the next page of results.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Continuation token for fetching the next page of results.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.