Package viam.app.v1

Interface App.FragmentTagOrBuilder

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

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

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

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getTag

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

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

      String getRevision()
      string revision = 2 [json_name = "revision"];
      Returns:
      The revision.
    • getRevisionBytes

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