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

nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.ListInstancesResponseOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/spanner/admin/instance/v1/spanner_instance_admin.proto

package nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1;

public interface ListInstancesResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.spanner.admin.instance.v1.ListInstancesResponse)
    nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The list of requested instances.
   * 
* * repeated .google.spanner.admin.instance.v1.Instance instances = 1; */ java.util.List getInstancesList(); /** *
   * The list of requested instances.
   * 
* * repeated .google.spanner.admin.instance.v1.Instance instances = 1; */ nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.Instance getInstances(int index); /** *
   * The list of requested instances.
   * 
* * repeated .google.spanner.admin.instance.v1.Instance instances = 1; */ int getInstancesCount(); /** *
   * The list of requested instances.
   * 
* * repeated .google.spanner.admin.instance.v1.Instance instances = 1; */ java.util.List getInstancesOrBuilderList(); /** *
   * The list of requested instances.
   * 
* * repeated .google.spanner.admin.instance.v1.Instance instances = 1; */ nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.InstanceOrBuilder getInstancesOrBuilder( int index); /** *
   * `next_page_token` can be sent in a subsequent
   * [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances] call to fetch more
   * of the matching instances.
   * 
* * string next_page_token = 2; */ java.lang.String getNextPageToken(); /** *
   * `next_page_token` can be sent in a subsequent
   * [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances] call to fetch more
   * of the matching instances.
   * 
* * string next_page_token = 2; */ nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getNextPageTokenBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy