Interface DataManager.UploadBinaryDataToDatasetsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
DataManager.UploadBinaryDataToDatasetsRequest, DataManager.UploadBinaryDataToDatasetsRequest.Builder
Enclosing class:
DataManager

public static interface DataManager.UploadBinaryDataToDatasetsRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes binary_data = 2 [json_name = "binaryData"];
    getDatasetIds(int index)
    repeated string dataset_ids = 4 [json_name = "datasetIds"];
    com.google.protobuf.ByteString
    getDatasetIdsBytes(int index)
    repeated string dataset_ids = 4 [json_name = "datasetIds"];
    int
    repeated string dataset_ids = 4 [json_name = "datasetIds"];
    repeated string dataset_ids = 4 [json_name = "datasetIds"];
    com.google.protobuf.Struct
    Additional arguments to the method
    .viam.app.datasync.v1.MimeType mime_type = 5 [json_name = "mimeType"];
    int
    .viam.app.datasync.v1.MimeType mime_type = 5 [json_name = "mimeType"];
    string name = 1 [json_name = "name"];
    com.google.protobuf.ByteString
    string name = 1 [json_name = "name"];
    getTags(int index)
    repeated string tags = 3 [json_name = "tags"];
    com.google.protobuf.ByteString
    getTagsBytes(int index)
    repeated string tags = 3 [json_name = "tags"];
    int
    repeated string tags = 3 [json_name = "tags"];
    repeated string tags = 3 [json_name = "tags"];
    boolean
    Additional arguments to the method

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getName

      String getName()
      string name = 1 [json_name = "name"];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 1 [json_name = "name"];
      Returns:
      The bytes for name.
    • getBinaryData

      com.google.protobuf.ByteString getBinaryData()
      bytes binary_data = 2 [json_name = "binaryData"];
      Returns:
      The binaryData.
    • getTagsList

      List<String> getTagsList()
      repeated string tags = 3 [json_name = "tags"];
      Returns:
      A list containing the tags.
    • getTagsCount

      int getTagsCount()
      repeated string tags = 3 [json_name = "tags"];
      Returns:
      The count of tags.
    • getTags

      String getTags(int index)
      repeated string tags = 3 [json_name = "tags"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The tags at the given index.
    • getTagsBytes

      com.google.protobuf.ByteString getTagsBytes(int index)
      repeated string tags = 3 [json_name = "tags"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The tags at the given index.
    • getDatasetIdsList

      List<String> getDatasetIdsList()
      repeated string dataset_ids = 4 [json_name = "datasetIds"];
      Returns:
      A list containing the datasetIds.
    • getDatasetIdsCount

      int getDatasetIdsCount()
      repeated string dataset_ids = 4 [json_name = "datasetIds"];
      Returns:
      The count of datasetIds.
    • getDatasetIds

      String getDatasetIds(int index)
      repeated string dataset_ids = 4 [json_name = "datasetIds"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The datasetIds at the given index.
    • getDatasetIdsBytes

      com.google.protobuf.ByteString getDatasetIdsBytes(int index)
      repeated string dataset_ids = 4 [json_name = "datasetIds"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The datasetIds at the given index.
    • getMimeTypeValue

      int getMimeTypeValue()
      .viam.app.datasync.v1.MimeType mime_type = 5 [json_name = "mimeType"];
      Returns:
      The enum numeric value on the wire for mimeType.
    • getMimeType

      DataSync.MimeType getMimeType()
      .viam.app.datasync.v1.MimeType mime_type = 5 [json_name = "mimeType"];
      Returns:
      The mimeType.
    • 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.