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

com.google.appengine.v1.ListInstancesResponseOrBuilder 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 ListInstancesResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.appengine.v1.ListInstancesResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The instances belonging to the requested version.
   * 
* * repeated .google.appengine.v1.Instance instances = 1; */ java.util.List getInstancesList(); /** *
   * The instances belonging to the requested version.
   * 
* * repeated .google.appengine.v1.Instance instances = 1; */ com.google.appengine.v1.Instance getInstances(int index); /** *
   * The instances belonging to the requested version.
   * 
* * repeated .google.appengine.v1.Instance instances = 1; */ int getInstancesCount(); /** *
   * The instances belonging to the requested version.
   * 
* * repeated .google.appengine.v1.Instance instances = 1; */ java.util.List getInstancesOrBuilderList(); /** *
   * The instances belonging to the requested version.
   * 
* * repeated .google.appengine.v1.Instance instances = 1; */ com.google.appengine.v1.InstanceOrBuilder getInstancesOrBuilder( 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