Package biopb.tensor

Interface ResolveProgressOrBuilder

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

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

    Modifier and Type
    Method
    Description
    double
    Seconds elapsed since resolution began on the server.
    long
    Size in bytes of the recall target, or 0 when unknown (e.g.
    Human-readable name of the recall target (file / directory basename), or empty when the server cannot name it.
    com.google.protobuf.ByteString
    Human-readable name of the recall target (file / directory basename), or empty when the server cannot name it.

    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

    • getElapsedSeconds

      double getElapsedSeconds()
       Seconds elapsed since resolution began on the server.
       
      double elapsed_seconds = 1;
      Returns:
      The elapsedSeconds.
    • getTargetName

      String getTargetName()
       Human-readable name of the recall target (file / directory basename), or
       empty when the server cannot name it.
       
      string target_name = 2;
      Returns:
      The targetName.
    • getTargetNameBytes

      com.google.protobuf.ByteString getTargetNameBytes()
       Human-readable name of the recall target (file / directory basename), or
       empty when the server cannot name it.
       
      string target_name = 2;
      Returns:
      The bytes for targetName.
    • getTargetBytes

      long getTargetBytes()
       Size in bytes of the recall target, or 0 when unknown (e.g. a directory, a
       remote URL, or a stat failure).
       
      int64 target_bytes = 3;
      Returns:
      The targetBytes.