Interface Robot.UploadDataFromPathResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Robot.UploadDataFromPathResponse, Robot.UploadDataFromPathResponse.Builder
Enclosing class:
Robot

public static interface Robot.UploadDataFromPathResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Total bytes discovered in the directory.
    long
    Total bytes successfully uploaded.
    long
    Total number of files that failed to upload.
    long
    Total number of files successfully uploaded.
    getIds(int index)
    Successfully uploaded binary data ids.
    com.google.protobuf.ByteString
    getIdsBytes(int index)
    Successfully uploaded binary data ids.
    int
    Successfully uploaded binary data ids.
    Successfully uploaded binary data ids.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getFilesUploaded

      long getFilesUploaded()
       Total number of files successfully uploaded.
       
      uint64 files_uploaded = 1 [json_name = "filesUploaded"];
      Returns:
      The filesUploaded.
    • getFilesFailed

      long getFilesFailed()
       Total number of files that failed to upload.
       
      uint64 files_failed = 2 [json_name = "filesFailed"];
      Returns:
      The filesFailed.
    • getBytesUploaded

      long getBytesUploaded()
       Total bytes successfully uploaded.
       
      uint64 bytes_uploaded = 3 [json_name = "bytesUploaded"];
      Returns:
      The bytesUploaded.
    • getBytesTotal

      long getBytesTotal()
       Total bytes discovered in the directory.
       
      uint64 bytes_total = 4 [json_name = "bytesTotal"];
      Returns:
      The bytesTotal.
    • getIdsList

      List<String> getIdsList()
       Successfully uploaded binary data ids.
       
      repeated string ids = 5 [json_name = "ids"];
      Returns:
      A list containing the ids.
    • getIdsCount

      int getIdsCount()
       Successfully uploaded binary data ids.
       
      repeated string ids = 5 [json_name = "ids"];
      Returns:
      The count of ids.
    • getIds

      String getIds(int index)
       Successfully uploaded binary data ids.
       
      repeated string ids = 5 [json_name = "ids"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The ids at the given index.
    • getIdsBytes

      com.google.protobuf.ByteString getIdsBytes(int index)
       Successfully uploaded binary data ids.
       
      repeated string ids = 5 [json_name = "ids"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The ids at the given index.