Interface Data.RemoveBinaryDataFromDatasetByIDsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Data.RemoveBinaryDataFromDatasetByIDsRequest, Data.RemoveBinaryDataFromDatasetByIDsRequest.Builder
Enclosing class:
Data

public static interface Data.RemoveBinaryDataFromDatasetByIDsRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Details

    • getBinaryIdsList

      @Deprecated List<Data.BinaryID> getBinaryIdsList()
      Deprecated.
      repeated .viam.app.data.v1.BinaryID binary_ids = 1 [json_name = "binaryIds", deprecated = true];
    • getBinaryIds

      @Deprecated Data.BinaryID getBinaryIds(int index)
      Deprecated.
      repeated .viam.app.data.v1.BinaryID binary_ids = 1 [json_name = "binaryIds", deprecated = true];
    • getBinaryIdsCount

      @Deprecated int getBinaryIdsCount()
      Deprecated.
      repeated .viam.app.data.v1.BinaryID binary_ids = 1 [json_name = "binaryIds", deprecated = true];
    • getBinaryDataIdsList

      List<String> getBinaryDataIdsList()
      repeated string binary_data_ids = 3 [json_name = "binaryDataIds"];
      Returns:
      A list containing the binaryDataIds.
    • getBinaryDataIdsCount

      int getBinaryDataIdsCount()
      repeated string binary_data_ids = 3 [json_name = "binaryDataIds"];
      Returns:
      The count of binaryDataIds.
    • getBinaryDataIds

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

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

      String getDatasetId()
      string dataset_id = 2 [json_name = "datasetId"];
      Returns:
      The datasetId.
    • getDatasetIdBytes

      com.google.protobuf.ByteString getDatasetIdBytes()
      string dataset_id = 2 [json_name = "datasetId"];
      Returns:
      The bytes for datasetId.