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

nl.topicus.jdbc.shaded.com.google.spanner.admin.database.v1.ListDatabasesRequestOrBuilder Maven / Gradle / Ivy

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

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

public interface ListDatabasesRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.spanner.admin.database.v1.ListDatabasesRequest)
    nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Required. The instance whose databases should be listed.
   * Values are of the form `projects/<project>/instances/<instance>`.
   * 
* * string parent = 1; */ java.lang.String getParent(); /** *
   * Required. The instance whose databases should be listed.
   * Values are of the form `projects/<project>/instances/<instance>`.
   * 
* * string parent = 1; */ nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getParentBytes(); /** *
   * Number of databases to be returned in the response. If 0 or less,
   * defaults to the server's maximum allowed page size.
   * 
* * int32 page_size = 3; */ int getPageSize(); /** *
   * If non-empty, `page_token` should contain a
   * [next_page_token][google.spanner.admin.database.v1.ListDatabasesResponse.next_page_token] from a
   * previous [ListDatabasesResponse][google.spanner.admin.database.v1.ListDatabasesResponse].
   * 
* * string page_token = 4; */ java.lang.String getPageToken(); /** *
   * If non-empty, `page_token` should contain a
   * [next_page_token][google.spanner.admin.database.v1.ListDatabasesResponse.next_page_token] from a
   * previous [ListDatabasesResponse][google.spanner.admin.database.v1.ListDatabasesResponse].
   * 
* * string page_token = 4; */ nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getPageTokenBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy