Interface ListServicesResponseOrBuilder (2.1.10)

public interface ListServicesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

getServices(int index)

public abstract Service getServices(int index)

The services belonging to the requested application.

repeated .google.appengine.v1.Service services = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Service

getServicesCount()

public abstract int getServicesCount()

The services belonging to the requested application.

repeated .google.appengine.v1.Service services = 1;

Returns
TypeDescription
int

getServicesList()

public abstract List<Service> getServicesList()

The services belonging to the requested application.

repeated .google.appengine.v1.Service services = 1;

Returns
TypeDescription
List<Service>

getServicesOrBuilder(int index)

public abstract ServiceOrBuilder getServicesOrBuilder(int index)

The services belonging to the requested application.

repeated .google.appengine.v1.Service services = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ServiceOrBuilder

getServicesOrBuilderList()

public abstract List<? extends ServiceOrBuilder> getServicesOrBuilderList()

The services belonging to the requested application.

repeated .google.appengine.v1.Service services = 1;

Returns
TypeDescription
List<? extends com.google.appengine.v1.ServiceOrBuilder>