Interface Data.DeleteTabularFilterOrBuilder

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

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

    Modifier and Type
    Method
    Description
    string component_name = 5 [json_name = "componentName"];
    com.google.protobuf.ByteString
    string component_name = 5 [json_name = "componentName"];
    string component_type = 4 [json_name = "componentType"];
    com.google.protobuf.ByteString
    string component_type = 4 [json_name = "componentType"];
    getLocationIds(int index)
    repeated string location_ids = 1 [json_name = "locationIds"];
    com.google.protobuf.ByteString
    repeated string location_ids = 1 [json_name = "locationIds"];
    int
    repeated string location_ids = 1 [json_name = "locationIds"];
    repeated string location_ids = 1 [json_name = "locationIds"];
    string method = 6 [json_name = "method"];
    com.google.protobuf.ByteString
    string method = 6 [json_name = "method"];
    string part_id = 3 [json_name = "partId"];
    com.google.protobuf.ByteString
    string part_id = 3 [json_name = "partId"];
    string robot_id = 2 [json_name = "robotId"];
    com.google.protobuf.ByteString
    string robot_id = 2 [json_name = "robotId"];
    .viam.app.data.v1.TagsFilter tags_filter = 7 [json_name = "tagsFilter"];
    boolean
    .viam.app.data.v1.TagsFilter tags_filter = 7 [json_name = "tagsFilter"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getLocationIdsList

      List<String> getLocationIdsList()
      repeated string location_ids = 1 [json_name = "locationIds"];
      Returns:
      A list containing the locationIds.
    • getLocationIdsCount

      int getLocationIdsCount()
      repeated string location_ids = 1 [json_name = "locationIds"];
      Returns:
      The count of locationIds.
    • getLocationIds

      String getLocationIds(int index)
      repeated string location_ids = 1 [json_name = "locationIds"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The locationIds at the given index.
    • getLocationIdsBytes

      com.google.protobuf.ByteString getLocationIdsBytes(int index)
      repeated string location_ids = 1 [json_name = "locationIds"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The locationIds at the given index.
    • getRobotId

      String getRobotId()
      string robot_id = 2 [json_name = "robotId"];
      Returns:
      The robotId.
    • getRobotIdBytes

      com.google.protobuf.ByteString getRobotIdBytes()
      string robot_id = 2 [json_name = "robotId"];
      Returns:
      The bytes for robotId.
    • getPartId

      String getPartId()
      string part_id = 3 [json_name = "partId"];
      Returns:
      The partId.
    • getPartIdBytes

      com.google.protobuf.ByteString getPartIdBytes()
      string part_id = 3 [json_name = "partId"];
      Returns:
      The bytes for partId.
    • getComponentType

      String getComponentType()
      string component_type = 4 [json_name = "componentType"];
      Returns:
      The componentType.
    • getComponentTypeBytes

      com.google.protobuf.ByteString getComponentTypeBytes()
      string component_type = 4 [json_name = "componentType"];
      Returns:
      The bytes for componentType.
    • getComponentName

      String getComponentName()
      string component_name = 5 [json_name = "componentName"];
      Returns:
      The componentName.
    • getComponentNameBytes

      com.google.protobuf.ByteString getComponentNameBytes()
      string component_name = 5 [json_name = "componentName"];
      Returns:
      The bytes for componentName.
    • getMethod

      String getMethod()
      string method = 6 [json_name = "method"];
      Returns:
      The method.
    • getMethodBytes

      com.google.protobuf.ByteString getMethodBytes()
      string method = 6 [json_name = "method"];
      Returns:
      The bytes for method.
    • hasTagsFilter

      boolean hasTagsFilter()
      .viam.app.data.v1.TagsFilter tags_filter = 7 [json_name = "tagsFilter"];
      Returns:
      Whether the tagsFilter field is set.
    • getTagsFilter

      Data.TagsFilter getTagsFilter()
      .viam.app.data.v1.TagsFilter tags_filter = 7 [json_name = "tagsFilter"];
      Returns:
      The tagsFilter.