public interface ListServicesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()Continuation token for fetching the next page of results.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()Continuation token for fetching the next page of results.
string next_page_token = 2;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| Service |
getServicesCount()
public abstract int getServicesCount()The services belonging to the requested application.
repeated .google.appengine.v1.Service services = 1;
| Type | Description |
| int |
getServicesList()
public abstract List<Service> getServicesList()The services belonging to the requested application.
repeated .google.appengine.v1.Service services = 1;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| ServiceOrBuilder |
getServicesOrBuilderList()
public abstract List<? extends ServiceOrBuilder> getServicesOrBuilderList()The services belonging to the requested application.
repeated .google.appengine.v1.Service services = 1;
| Type | Description |
| List<? extends com.google.appengine.v1.ServiceOrBuilder> |