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

io.milvus.grpc.GetImportStateRequestOrBuilder 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 GetImportStateRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.milvus.GetImportStateRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * id of an import task
   * 
* * int64 task = 1; * @return The task. */ long getTask(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy