com.scalar.db.rpc.GetNamespaceTableNamesResponseOrBuilder 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 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);
}