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

com.scalar.db.rpc.CoordinatorTablesExistResponseOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: scalardb.proto

package com.scalar.db.rpc;

public interface CoordinatorTablesExistResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:rpc.CoordinatorTablesExistResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * bool exist = 1;
   * @return The exist.
   */
  boolean getExist();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy