Interface Data.RemoveTagsFromBinaryDataByIDsRequestOrBuilder

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

public static interface Data.RemoveTagsFromBinaryDataByIDsRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getBinaryIds(int index)
    repeated .viam.app.data.v1.BinaryID binary_ids = 3 [json_name = "binaryIds"];
    int
    repeated .viam.app.data.v1.BinaryID binary_ids = 3 [json_name = "binaryIds"];
    repeated .viam.app.data.v1.BinaryID binary_ids = 3 [json_name = "binaryIds"];
    getTags(int index)
    repeated string tags = 2 [json_name = "tags"];
    com.google.protobuf.ByteString
    getTagsBytes(int index)
    repeated string tags = 2 [json_name = "tags"];
    int
    repeated string tags = 2 [json_name = "tags"];
    repeated string tags = 2 [json_name = "tags"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getBinaryIdsList

      List<Data.BinaryID> getBinaryIdsList()
      repeated .viam.app.data.v1.BinaryID binary_ids = 3 [json_name = "binaryIds"];
    • getBinaryIds

      Data.BinaryID getBinaryIds(int index)
      repeated .viam.app.data.v1.BinaryID binary_ids = 3 [json_name = "binaryIds"];
    • getBinaryIdsCount

      int getBinaryIdsCount()
      repeated .viam.app.data.v1.BinaryID binary_ids = 3 [json_name = "binaryIds"];
    • getTagsList

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

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

      String getTags(int index)
      repeated string tags = 2 [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 = 2 [json_name = "tags"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The tags at the given index.