Interface EditTagRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    EditTagRequest, EditTagRequest.Builder

    public interface EditTagRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getColor()
      The color of the tag.
      com.google.protobuf.ByteString getColorBytes()
      The color of the tag.
      String getDescription()
      The description of the tag.
      com.google.protobuf.ByteString getDescriptionBytes()
      The description of the tag.
      String getInstance()
      Yamcs instance name.
      com.google.protobuf.ByteString getInstanceBytes()
      Yamcs instance name.
      String getName()
      The name of the tag.
      com.google.protobuf.ByteString getNameBytes()
      The name of the tag.
      String getStart()
      The start time of the tag.
      com.google.protobuf.ByteString getStartBytes()
      The start time of the tag.
      String getStop()
      The stop time of the tag.
      com.google.protobuf.ByteString getStopBytes()
      The stop time of the tag.
      int getTagId()
      optional int32 tagId = 3;
      long getTagTime()
      optional int64 tagTime = 2;
      boolean hasColor()
      The color of the tag.
      boolean hasDescription()
      The description of the tag.
      boolean hasInstance()
      Yamcs instance name.
      boolean hasName()
      The name of the tag.
      boolean hasStart()
      The start time of the tag.
      boolean hasStop()
      The stop time of the tag.
      boolean hasTagId()
      optional int32 tagId = 3;
      boolean hasTagTime()
      optional int64 tagTime = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasInstance

        boolean hasInstance()
         Yamcs instance name.
         
        optional string instance = 1;
      • getInstance

        String getInstance()
         Yamcs instance name.
         
        optional string instance = 1;
      • getInstanceBytes

        com.google.protobuf.ByteString getInstanceBytes()
         Yamcs instance name.
         
        optional string instance = 1;
      • hasTagTime

        boolean hasTagTime()
        optional int64 tagTime = 2;
      • getTagTime

        long getTagTime()
        optional int64 tagTime = 2;
      • hasTagId

        boolean hasTagId()
        optional int32 tagId = 3;
      • getTagId

        int getTagId()
        optional int32 tagId = 3;
      • hasName

        boolean hasName()
         The name of the tag.
         
        optional string name = 4;
      • getName

        String getName()
         The name of the tag.
         
        optional string name = 4;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         The name of the tag.
         
        optional string name = 4;
      • hasStart

        boolean hasStart()
         The start time of the tag. Must be a date string in ISO 8601 format.
         
        optional string start = 5;
      • getStart

        String getStart()
         The start time of the tag. Must be a date string in ISO 8601 format.
         
        optional string start = 5;
      • getStartBytes

        com.google.protobuf.ByteString getStartBytes()
         The start time of the tag. Must be a date string in ISO 8601 format.
         
        optional string start = 5;
      • hasStop

        boolean hasStop()
         The stop time of the tag. Must be a date string in ISO 8601 format.
         
        optional string stop = 6;
      • getStop

        String getStop()
         The stop time of the tag. Must be a date string in ISO 8601 format.
         
        optional string stop = 6;
      • getStopBytes

        com.google.protobuf.ByteString getStopBytes()
         The stop time of the tag. Must be a date string in ISO 8601 format.
         
        optional string stop = 6;
      • hasDescription

        boolean hasDescription()
         The description of the tag.
         
        optional string description = 7;
      • getDescription

        String getDescription()
         The description of the tag.
         
        optional string description = 7;
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         The description of the tag.
         
        optional string description = 7;
      • hasColor

        boolean hasColor()
         The color of the tag. Must be an RGB hex color, e.g. ``#ff0000``.
         
        optional string color = 8;
      • getColor

        String getColor()
         The color of the tag. Must be an RGB hex color, e.g. ``#ff0000``.
         
        optional string color = 8;
      • getColorBytes

        com.google.protobuf.ByteString getColorBytes()
         The color of the tag. Must be an RGB hex color, e.g. ``#ff0000``.
         
        optional string color = 8;