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

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

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

  /**
   * 
   * The Cloud Spanner timestamp at which the transaction committed.
   * 
* * .google.protobuf.Timestamp commit_timestamp = 1; */ boolean hasCommitTimestamp(); /** *
   * The Cloud Spanner timestamp at which the transaction committed.
   * 
* * .google.protobuf.Timestamp commit_timestamp = 1; */ nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp getCommitTimestamp(); /** *
   * The Cloud Spanner timestamp at which the transaction committed.
   * 
* * .google.protobuf.Timestamp commit_timestamp = 1; */ nl.topicus.jdbc.shaded.com.google.protobuf.TimestampOrBuilder getCommitTimestampOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy