Interface ListAuthorizedDomainsResponseOrBuilder (2.3.3)

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

getDomainsCount()

public abstract int getDomainsCount()

The authorized domains belonging to the user.

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

Returns
TypeDescription
int

getDomainsList()

public abstract List<AuthorizedDomain> getDomainsList()

The authorized domains belonging to the user.

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

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

getDomainsOrBuilderList()

public abstract List<? extends AuthorizedDomainOrBuilder> getDomainsOrBuilderList()

The authorized domains belonging to the user.

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

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

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Continuation token for fetching the next page of results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.