com.scalar.db.rpc.RollbackResponseOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: scalardb.proto
package com.scalar.db.rpc;
public interface RollbackResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:rpc.RollbackResponse)
com.google.protobuf.MessageOrBuilder {
/**
* .rpc.TransactionState state = 1;
* @return The enum numeric value on the wire for state.
*/
int getStateValue();
/**
* .rpc.TransactionState state = 1;
* @return The state.
*/
com.scalar.db.rpc.TransactionState getState();
}