com.google.appengine.v1.ListServicesResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-appengine-v1 Show documentation
Show all versions of proto-google-appengine-v1 Show documentation
PROTO library for proto-google-appengine-v1
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/appengine/v1/appengine.proto
package com.google.appengine.v1;
public interface ListServicesResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.appengine.v1.ListServicesResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* The services belonging to the requested application.
*
*
* repeated .google.appengine.v1.Service services = 1;
*/
java.util.List
getServicesList();
/**
*
* The services belonging to the requested application.
*
*
* repeated .google.appengine.v1.Service services = 1;
*/
com.google.appengine.v1.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 com.google.appengine.v1.ServiceOrBuilder>
getServicesOrBuilderList();
/**
*
* The services belonging to the requested application.
*
*
* repeated .google.appengine.v1.Service services = 1;
*/
com.google.appengine.v1.ServiceOrBuilder getServicesOrBuilder(
int index);
/**
*
* Continuation token for fetching the next page of results.
*
*
* string next_page_token = 2;
*/
java.lang.String getNextPageToken();
/**
*
* Continuation token for fetching the next page of results.
*
*
* string next_page_token = 2;
*/
com.google.protobuf.ByteString
getNextPageTokenBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy