Interface ExportPacketRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getGentime()
      An exact match of the packet's generation time in ISO 8601 format.
      com.google.protobuf.TimestampOrBuilder getGentimeOrBuilder()
      An exact match of the packet's generation time in ISO 8601 format.
      String getInstance()
      Yamcs instance name.
      com.google.protobuf.ByteString getInstanceBytes()
      Yamcs instance name.
      int getSeqnum()
      Yamcs-specific archive distinguisher
      boolean hasGentime()
      An exact match of the packet's generation time in ISO 8601 format.
      boolean hasInstance()
      Yamcs instance name.
      boolean hasSeqnum()
      Yamcs-specific archive distinguisher
      • 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;
        Returns:
        Whether the instance field is set.
      • getInstance

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

        com.google.protobuf.ByteString getInstanceBytes()
         Yamcs instance name.
         
        optional string instance = 1;
        Returns:
        The bytes for instance.
      • hasGentime

        boolean hasGentime()
         An exact match of the packet's generation time in
         ISO 8601 format.
         
        optional .google.protobuf.Timestamp gentime = 2;
        Returns:
        Whether the gentime field is set.
      • getGentime

        com.google.protobuf.Timestamp getGentime()
         An exact match of the packet's generation time in
         ISO 8601 format.
         
        optional .google.protobuf.Timestamp gentime = 2;
        Returns:
        The gentime.
      • getGentimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getGentimeOrBuilder()
         An exact match of the packet's generation time in
         ISO 8601 format.
         
        optional .google.protobuf.Timestamp gentime = 2;
      • hasSeqnum

        boolean hasSeqnum()
         Yamcs-specific archive distinguisher
         
        optional int32 seqnum = 3;
        Returns:
        Whether the seqnum field is set.
      • getSeqnum

        int getSeqnum()
         Yamcs-specific archive distinguisher
         
        optional int32 seqnum = 3;
        Returns:
        The seqnum.