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

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    An exact match of the packet's generation time in ISO 8601 format.
    com.google.protobuf.TimestampOrBuilder
    An exact match of the packet's generation time in ISO 8601 format.
    Yamcs instance name.
    com.google.protobuf.ByteString
    Yamcs instance name.
    Stored packet name
    com.google.protobuf.ByteString
    Stored packet name
    int
    Yamcs-specific archive distinguisher
    boolean
    An exact match of the packet's generation time in ISO 8601 format.
    boolean
    Yamcs instance name.
    boolean
    Stored packet name
    boolean
    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 Details

    • 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.
    • hasPname

      boolean hasPname()
       Stored packet name
       
      optional string pname = 4;
      Returns:
      Whether the pname field is set.
    • getPname

      String getPname()
       Stored packet name
       
      optional string pname = 4;
      Returns:
      The pname.
    • getPnameBytes

      com.google.protobuf.ByteString getPnameBytes()
       Stored packet name
       
      optional string pname = 4;
      Returns:
      The bytes for pname.
    • 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.