com.scalar.db.rpc.CreateCoordinatorTablesRequestOrBuilder 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 CreateCoordinatorTablesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:rpc.CreateCoordinatorTablesRequest)
com.google.protobuf.MessageOrBuilder {
/**
* map<string, string> options = 1;
*/
int getOptionsCount();
/**
* map<string, string> options = 1;
*/
boolean containsOptions(
java.lang.String key);
/**
* Use {@link #getOptionsMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getOptions();
/**
* map<string, string> options = 1;
*/
java.util.Map
getOptionsMap();
/**
* map<string, string> options = 1;
*/
/* nullable */
java.lang.String getOptionsOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue);
/**
* map<string, string> options = 1;
*/
java.lang.String getOptionsOrThrow(
java.lang.String key);
/**
* bool if_not_exist = 2;
* @return The ifNotExist.
*/
boolean getIfNotExist();
}