public interface ListServicesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNextPageToken()
Continuation token for fetching the next page of results.
|
ByteString |
getNextPageTokenBytes()
Continuation token for fetching the next page of results.
|
Service |
getServices(int index)
The services belonging to the requested application.
|
int |
getServicesCount()
The services belonging to the requested application.
|
java.util.List<Service> |
getServicesList()
The services belonging to the requested application.
|
ServiceOrBuilder |
getServicesOrBuilder(int index)
The services belonging to the requested application.
|
java.util.List<? extends ServiceOrBuilder> |
getServicesOrBuilderList()
The services belonging to the requested application.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<Service> getServicesList()
The services belonging to the requested application.
repeated .google.appengine.v1.Service services = 1;
Service getServices(int index)
The services belonging to the requested application.
repeated .google.appengine.v1.Service services = 1;
int getServicesCount()
The services belonging to the requested application.
repeated .google.appengine.v1.Service services = 1;
java.util.List<? extends ServiceOrBuilder> getServicesOrBuilderList()
The services belonging to the requested application.
repeated .google.appengine.v1.Service services = 1;
ServiceOrBuilder getServicesOrBuilder(int index)
The services belonging to the requested application.
repeated .google.appengine.v1.Service services = 1;
java.lang.String getNextPageToken()
Continuation token for fetching the next page of results.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
Continuation token for fetching the next page of results.
string next_page_token = 2;