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

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

There is a newer version: 2.4.8
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: milvus.proto

package io.milvus.grpc;

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

  /**
   * 
   * target collection, list all tasks if the name is empty
   * 
* * string collection_name = 1; * @return The collectionName. */ java.lang.String getCollectionName(); /** *
   * target collection, list all tasks if the name is empty
   * 
* * string collection_name = 1; * @return The bytes for collectionName. */ com.google.protobuf.ByteString getCollectionNameBytes(); /** *
   * maximum number of tasks returned, list all tasks if the value is 0
   * 
* * int64 limit = 2; * @return The limit. */ long getLimit(); /** * 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy