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

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

There is a newer version: 3.13.0
Show newest version
// 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 CreateNamespaceRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:rpc.CreateNamespaceRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string namespace = 1;
   * @return The namespace.
   */
  java.lang.String getNamespace();
  /**
   * string namespace = 1;
   * @return The bytes for namespace.
   */
  com.google.protobuf.ByteString
      getNamespaceBytes();

  /**
   * map<string, string> options = 2;
   */
  int getOptionsCount();
  /**
   * map<string, string> options = 2;
   */
  boolean containsOptions(
      java.lang.String key);
  /**
   * Use {@link #getOptionsMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getOptions();
  /**
   * map<string, string> options = 2;
   */
  java.util.Map
  getOptionsMap();
  /**
   * map<string, string> options = 2;
   */
  /* nullable */
java.lang.String getOptionsOrDefault(
      java.lang.String key,
      /* nullable */
java.lang.String defaultValue);
  /**
   * map<string, string> options = 2;
   */
  java.lang.String getOptionsOrThrow(
      java.lang.String key);

  /**
   * bool if_not_exists = 3;
   * @return The ifNotExists.
   */
  boolean getIfNotExists();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy