Interface GetPacketRequestOrBuilder

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

    public interface GetPacketRequestOrBuilder
    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;
      • getInstance

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

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

        boolean hasGentime()
         An exact match of the packet's generation time in
         ISO 8601 format.
         
        optional .google.protobuf.Timestamp gentime = 2;
      • 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;
      • 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;
      • getSeqnum

        int getSeqnum()
         Yamcs-specific archive distinguisher
         
        optional int32 seqnum = 3;