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

nl.topicus.jdbc.shaded.com.google.spanner.admin.database.v1.DatabaseOrBuilder 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 DatabaseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.spanner.admin.database.v1.Database)
    nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Required. The name of the database. Values are of the form
   * `projects/<project>/instances/<instance>/databases/<database>`,
   * where `<database>` is as specified in the `CREATE DATABASE`
   * statement. This name can be passed to other API methods to
   * identify the database.
   * 
* * string name = 1; */ java.lang.String getName(); /** *
   * Required. The name of the database. Values are of the form
   * `projects/<project>/instances/<instance>/databases/<database>`,
   * where `<database>` is as specified in the `CREATE DATABASE`
   * statement. This name can be passed to other API methods to
   * identify the database.
   * 
* * string name = 1; */ nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getNameBytes(); /** *
   * Output only. The current database state.
   * 
* * .google.spanner.admin.database.v1.Database.State state = 2; */ int getStateValue(); /** *
   * Output only. The current database state.
   * 
* * .google.spanner.admin.database.v1.Database.State state = 2; */ nl.topicus.jdbc.shaded.com.google.spanner.admin.database.v1.Database.State getState(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy