Interface ListImportTasksRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ListImportTasksRequest, ListImportTasksRequest.Builder

    public interface ListImportTasksRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCollectionName()
      target collection, list all tasks if the name is empty
      com.google.protobuf.ByteString getCollectionNameBytes()
      target collection, list all tasks if the name is empty
      String getDbName()
      string db_name = 3;
      com.google.protobuf.ByteString getDbNameBytes()
      string db_name = 3;
      long getLimit()
      maximum number of tasks returned, list all tasks if the value is 0
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getCollectionName

        String getCollectionName()
         target collection, list all tasks if the name is empty
         
        string collection_name = 1;
        Returns:
        The collectionName.
      • getCollectionNameBytes

        com.google.protobuf.ByteString getCollectionNameBytes()
         target collection, list all tasks if the name is empty
         
        string collection_name = 1;
        Returns:
        The bytes for collectionName.
      • getLimit

        long getLimit()
         maximum number of tasks returned, list all tasks if the value is 0
         
        int64 limit = 2;
        Returns:
        The limit.
      • getDbName

        String getDbName()
        string db_name = 3;
        Returns:
        The dbName.
      • getDbNameBytes

        com.google.protobuf.ByteString getDbNameBytes()
        string db_name = 3;
        Returns:
        The bytes for dbName.