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

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

  /**
   * 
   * Name of the parent Version resource. Example:
   * `apps/myapp/services/default/versions/v1`.
   * 
* * string parent = 1; */ java.lang.String getParent(); /** *
   * Name of the parent Version resource. Example:
   * `apps/myapp/services/default/versions/v1`.
   * 
* * string parent = 1; */ com.google.protobuf.ByteString getParentBytes(); /** *
   * Maximum results to return per page.
   * 
* * int32 page_size = 2; */ int getPageSize(); /** *
   * Continuation token for fetching the next page of results.
   * 
* * string page_token = 3; */ java.lang.String getPageToken(); /** *
   * Continuation token for fetching the next page of results.
   * 
* * string page_token = 3; */ com.google.protobuf.ByteString getPageTokenBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy