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

io.milvus.grpc.ListImportsAuthPlaceholderOrBuilder Maven / Gradle / Ivy

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

package io.milvus.grpc;

public interface ListImportsAuthPlaceholderOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.milvus.ListImportsAuthPlaceholder)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string db_name = 3;
   * @return The dbName.
   */
  java.lang.String getDbName();
  /**
   * string db_name = 3;
   * @return The bytes for dbName.
   */
  com.google.protobuf.ByteString
      getDbNameBytes();

  /**
   * string collection_name = 1;
   * @return The collectionName.
   */
  java.lang.String getCollectionName();
  /**
   * string collection_name = 1;
   * @return The bytes for collectionName.
   */
  com.google.protobuf.ByteString
      getCollectionNameBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy