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

nl.topicus.jdbc.shaded.com.google.spanner.v1.CreateSessionRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/spanner/v1/spanner.proto

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

public interface CreateSessionRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.spanner.v1.CreateSessionRequest)
    nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Required. The database in which the new session is created.
   * 
* * string database = 1; */ java.lang.String getDatabase(); /** *
   * Required. The database in which the new session is created.
   * 
* * string database = 1; */ nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getDatabaseBytes(); /** *
   * The session to create.
   * 
* * .google.spanner.v1.Session session = 2; */ boolean hasSession(); /** *
   * The session to create.
   * 
* * .google.spanner.v1.Session session = 2; */ nl.topicus.jdbc.shaded.com.google.spanner.v1.Session getSession(); /** *
   * The session to create.
   * 
* * .google.spanner.v1.Session session = 2; */ nl.topicus.jdbc.shaded.com.google.spanner.v1.SessionOrBuilder getSessionOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy