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

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

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

package com.scalar.db.rpc;

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

  /**
   * bool exists = 1;
   * @return The exists.
   */
  boolean getExists();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy