All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.appengine.v1.ListServicesResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.12.0
Show newest version
// 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 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