Package biopb.tensor

Interface AddSourceProgressOrBuilder

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

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

    Modifier and Type
    Method
    Description
    int
    Number of sources registered so far in this request.
    Path currently being scanned / just registered (for a "Scanning ..." label), or a short status sentence while the add waits (e.g.
    com.google.protobuf.ByteString
    Path currently being scanned / just registered (for a "Scanning ..." label), or a short status sentence while the add waits (e.g.

    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 Details

    • getAddedCount

      int getAddedCount()
       Number of sources registered so far in this request.
       
      int32 added_count = 1;
      Returns:
      The addedCount.
    • getCurrentPath

      String getCurrentPath()
       Path currently being scanned / just registered (for a "Scanning ..." label),
       or a short status sentence while the add waits (e.g. for a catalog rescan).
       
      string current_path = 2;
      Returns:
      The currentPath.
    • getCurrentPathBytes

      com.google.protobuf.ByteString getCurrentPathBytes()
       Path currently being scanned / just registered (for a "Scanning ..." label),
       or a short status sentence while the add waits (e.g. for a catalog rescan).
       
      string current_path = 2;
      Returns:
      The bytes for currentPath.