Interface DataSync.FileUploadResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
DataSync.FileUploadResponse, DataSync.FileUploadResponse.Builder
Enclosing class:
DataSync

public static interface DataSync.FileUploadResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string binary_data_id = 2 [json_name = "binaryDataId"];
    com.google.protobuf.ByteString
    string binary_data_id = 2 [json_name = "binaryDataId"];
    Deprecated.
    viam.app.datasync.v1.FileUploadResponse.file_id is deprecated.
    com.google.protobuf.ByteString
    Deprecated.
    viam.app.datasync.v1.FileUploadResponse.file_id is deprecated.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getFileId

      @Deprecated String getFileId()
      Deprecated.
      viam.app.datasync.v1.FileUploadResponse.file_id is deprecated. See app/datasync/v1/data_sync.proto;l=52
      string file_id = 1 [json_name = "fileId", deprecated = true];
      Returns:
      The fileId.
    • getFileIdBytes

      @Deprecated com.google.protobuf.ByteString getFileIdBytes()
      Deprecated.
      viam.app.datasync.v1.FileUploadResponse.file_id is deprecated. See app/datasync/v1/data_sync.proto;l=52
      string file_id = 1 [json_name = "fileId", deprecated = true];
      Returns:
      The bytes for fileId.
    • getBinaryDataId

      String getBinaryDataId()
      string binary_data_id = 2 [json_name = "binaryDataId"];
      Returns:
      The binaryDataId.
    • getBinaryDataIdBytes

      com.google.protobuf.ByteString getBinaryDataIdBytes()
      string binary_data_id = 2 [json_name = "binaryDataId"];
      Returns:
      The bytes for binaryDataId.