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

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

There is a newer version: 1.1.6
Show newest version
// Generated by the protocol buffer nl.topicus.jdbc.shaded.com.iler.  DO NOT EDIT!
// source: google/spanner/v1/spanner.proto

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

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

  /**
   * 
   * Required. The session in which the transaction runs.
   * 
* * string session = 1; */ java.lang.String getSession(); /** *
   * Required. The session in which the transaction runs.
   * 
* * string session = 1; */ nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getSessionBytes(); /** *
   * Required. Options for the new transaction.
   * 
* * .google.spanner.v1.TransactionOptions options = 2; */ boolean hasOptions(); /** *
   * Required. Options for the new transaction.
   * 
* * .google.spanner.v1.TransactionOptions options = 2; */ nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionOptions getOptions(); /** *
   * Required. Options for the new transaction.
   * 
* * .google.spanner.v1.TransactionOptions options = 2; */ nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionOptionsOrBuilder getOptionsOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy