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

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

  /**
   * 
   * Required. The database whose schema we wish to get.
   * 
* * string database = 1; */ java.lang.String getDatabase(); /** *
   * Required. The database whose schema we wish to get.
   * 
* * string database = 1; */ nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getDatabaseBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy