Interface Yamcs.ArchiveTagOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Yamcs.ArchiveTag, Yamcs.ArchiveTag.Builder
    Enclosing class:
    Yamcs

    public static interface Yamcs.ArchiveTagOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getColor()
      optional string color = 6;
      com.google.protobuf.ByteString getColorBytes()
      optional string color = 6;
      String getDescription()
      optional string description = 5;
      com.google.protobuf.ByteString getDescriptionBytes()
      optional string description = 5;
      int getId()
      optional int32 id = 1;
      String getName()
      optional string name = 2;
      com.google.protobuf.ByteString getNameBytes()
      optional string name = 2;
      long getStart()
      optional int64 start = 3;
      com.google.protobuf.Timestamp getStartUTC()
      optional .google.protobuf.Timestamp startUTC = 7;
      com.google.protobuf.TimestampOrBuilder getStartUTCOrBuilder()
      optional .google.protobuf.Timestamp startUTC = 7;
      long getStop()
      optional int64 stop = 4;
      com.google.protobuf.Timestamp getStopUTC()
      optional .google.protobuf.Timestamp stopUTC = 8;
      com.google.protobuf.TimestampOrBuilder getStopUTCOrBuilder()
      optional .google.protobuf.Timestamp stopUTC = 8;
      boolean hasColor()
      optional string color = 6;
      boolean hasDescription()
      optional string description = 5;
      boolean hasId()
      optional int32 id = 1;
      boolean hasName()
      optional string name = 2;
      boolean hasStart()
      optional int64 start = 3;
      boolean hasStartUTC()
      optional .google.protobuf.Timestamp startUTC = 7;
      boolean hasStop()
      optional int64 stop = 4;
      boolean hasStopUTC()
      optional .google.protobuf.Timestamp stopUTC = 8;
      • 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

      • hasId

        boolean hasId()
        optional int32 id = 1;
      • getId

        int getId()
        optional int32 id = 1;
      • hasName

        boolean hasName()
        optional string name = 2;
      • getName

        String getName()
        optional string name = 2;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        optional string name = 2;
      • hasStart

        boolean hasStart()
        optional int64 start = 3;
      • getStart

        long getStart()
        optional int64 start = 3;
      • hasStop

        boolean hasStop()
        optional int64 stop = 4;
      • getStop

        long getStop()
        optional int64 stop = 4;
      • hasDescription

        boolean hasDescription()
        optional string description = 5;
      • getDescription

        String getDescription()
        optional string description = 5;
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
        optional string description = 5;
      • hasColor

        boolean hasColor()
        optional string color = 6;
      • getColor

        String getColor()
        optional string color = 6;
      • getColorBytes

        com.google.protobuf.ByteString getColorBytes()
        optional string color = 6;
      • hasStartUTC

        boolean hasStartUTC()
        optional .google.protobuf.Timestamp startUTC = 7;
      • getStartUTC

        com.google.protobuf.Timestamp getStartUTC()
        optional .google.protobuf.Timestamp startUTC = 7;
      • getStartUTCOrBuilder

        com.google.protobuf.TimestampOrBuilder getStartUTCOrBuilder()
        optional .google.protobuf.Timestamp startUTC = 7;
      • hasStopUTC

        boolean hasStopUTC()
        optional .google.protobuf.Timestamp stopUTC = 8;
      • getStopUTC

        com.google.protobuf.Timestamp getStopUTC()
        optional .google.protobuf.Timestamp stopUTC = 8;
      • getStopUTCOrBuilder

        com.google.protobuf.TimestampOrBuilder getStopUTCOrBuilder()
        optional .google.protobuf.Timestamp stopUTC = 8;