com.scalar.db.rpc.DropCoordinatorTablesRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: scalardb.proto
// Protobuf Java Version: 3.25.5
package com.scalar.db.rpc;
public interface DropCoordinatorTablesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:rpc.DropCoordinatorTablesRequest)
com.google.protobuf.MessageOrBuilder {
/**
* bool if_exist = 1;
* @return The ifExist.
*/
boolean getIfExist();
}