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

com.scalar.db.rpc.GetNamespaceTableNamesResponseOrBuilder 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 GetNamespaceTableNamesResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:rpc.GetNamespaceTableNamesResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated string table_names = 1;
   * @return A list containing the tableNames.
   */
  java.util.List
      getTableNamesList();
  /**
   * repeated string table_names = 1;
   * @return The count of tableNames.
   */
  int getTableNamesCount();
  /**
   * repeated string table_names = 1;
   * @param index The index of the element to return.
   * @return The tableNames at the given index.
   */
  java.lang.String getTableNames(int index);
  /**
   * repeated string table_names = 1;
   * @param index The index of the value to return.
   * @return The bytes of the tableNames at the given index.
   */
  com.google.protobuf.ByteString
      getTableNamesBytes(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy