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

    Modifier and Type
    Method
    Description
    optional string color = 6;
    com.google.protobuf.ByteString
    optional string color = 6;
    optional string description = 5;
    com.google.protobuf.ByteString
    optional string description = 5;
    int
    optional int32 id = 1;
    optional string name = 2;
    com.google.protobuf.ByteString
    optional string name = 2;
    long
    optional int64 start = 3;
    com.google.protobuf.Timestamp
    optional .google.protobuf.Timestamp startUTC = 7;
    com.google.protobuf.TimestampOrBuilder
    optional .google.protobuf.Timestamp startUTC = 7;
    long
    optional int64 stop = 4;
    com.google.protobuf.Timestamp
    optional .google.protobuf.Timestamp stopUTC = 8;
    com.google.protobuf.TimestampOrBuilder
    optional .google.protobuf.Timestamp stopUTC = 8;
    boolean
    optional string color = 6;
    boolean
    optional string description = 5;
    boolean
    optional int32 id = 1;
    boolean
    optional string name = 2;
    boolean
    optional int64 start = 3;
    boolean
    optional .google.protobuf.Timestamp startUTC = 7;
    boolean
    optional int64 stop = 4;
    boolean
    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 Details

    • 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;