Interface Robot.UploadDataFromPathRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.Struct
    Additional arguments to the method.
    File or folder path on the robot to upload.
    com.google.protobuf.ByteString
    File or folder path on the robot to upload.
    Optional metadata to apply to uploaded files.
    boolean
    Additional arguments to the method.
    boolean
    Optional metadata to apply to uploaded files.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getPath

      String getPath()
       File or folder path on the robot to upload.
       
      string path = 1 [json_name = "path"];
      Returns:
      The path.
    • getPathBytes

      com.google.protobuf.ByteString getPathBytes()
       File or folder path on the robot to upload.
       
      string path = 1 [json_name = "path"];
      Returns:
      The bytes for path.
    • hasUploadMetadata

      boolean hasUploadMetadata()
       Optional metadata to apply to uploaded files.
       
      optional .viam.app.datasync.v1.UploadMetadata upload_metadata = 2 [json_name = "uploadMetadata"];
      Returns:
      Whether the uploadMetadata field is set.
    • getUploadMetadata

      DataSync.UploadMetadata getUploadMetadata()
       Optional metadata to apply to uploaded files.
       
      optional .viam.app.datasync.v1.UploadMetadata upload_metadata = 2 [json_name = "uploadMetadata"];
      Returns:
      The uploadMetadata.
    • hasExtra

      boolean hasExtra()
       Additional arguments to the method.
       
      .google.protobuf.Struct extra = 99 [json_name = "extra"];
      Returns:
      Whether the extra field is set.
    • getExtra

      com.google.protobuf.Struct getExtra()
       Additional arguments to the method.
       
      .google.protobuf.Struct extra = 99 [json_name = "extra"];
      Returns:
      The extra.