Interface ListServicesResponseOrBuilder (2.46.0)

publicinterface ListServicesResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

publicabstractStringgetNextPageToken()

Continuation token for fetching the next page of results.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

publicabstractByteStringgetNextPageTokenBytes()

Continuation token for fetching the next page of results.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getServices(int index)

publicabstractServicegetServices(intindex)

The services belonging to the requested application.

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

Parameter
Name Description
index int
Returns
Type Description
Service

getServicesCount()

publicabstractintgetServicesCount()

The services belonging to the requested application.

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

Returns
Type Description
int

getServicesList()

publicabstractList<Service>getServicesList()

The services belonging to the requested application.

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

Returns
Type Description
List<Service>

getServicesOrBuilder(int index)

publicabstractServiceOrBuildergetServicesOrBuilder(intindex)

The services belonging to the requested application.

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

Parameter
Name Description
index int
Returns
Type Description
ServiceOrBuilder

getServicesOrBuilderList()

publicabstractList<?extendsServiceOrBuilder>getServicesOrBuilderList()

The services belonging to the requested application.

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

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.