Package viam.app.v1

Interface App.DeleteFragmentTagRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
App.DeleteFragmentTagRequest, App.DeleteFragmentTagRequest.Builder
Enclosing class:
App

public static interface App.DeleteFragmentTagRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string fragment_id = 1 [json_name = "fragmentId"];
    com.google.protobuf.ByteString
    string fragment_id = 1 [json_name = "fragmentId"];
    string tag = 2 [json_name = "tag"];
    com.google.protobuf.ByteString
    string tag = 2 [json_name = "tag"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getFragmentId

      String getFragmentId()
      string fragment_id = 1 [json_name = "fragmentId"];
      Returns:
      The fragmentId.
    • getFragmentIdBytes

      com.google.protobuf.ByteString getFragmentIdBytes()
      string fragment_id = 1 [json_name = "fragmentId"];
      Returns:
      The bytes for fragmentId.
    • getTag

      String getTag()
      string tag = 2 [json_name = "tag"];
      Returns:
      The tag.
    • getTagBytes

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