nl.topicus.jdbc.shaded.com.google.spanner.v1.RollbackRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spanner-jdbc Show documentation
Show all versions of spanner-jdbc Show documentation
JDBC Driver for Google Cloud Spanner
// 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 RollbackRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.spanner.v1.RollbackRequest)
nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* Required. The session in which the transaction to roll back is running.
*
*
* string session = 1;
*/
java.lang.String getSession();
/**
*
* Required. The session in which the transaction to roll back is running.
*
*
* string session = 1;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getSessionBytes();
/**
*
* Required. The transaction to roll back.
*
*
* bytes transaction_id = 2;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getTransactionId();
}