All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.protobuf.ExtractPacketRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/packets/packets_service.proto

package org.yamcs.protobuf;

public interface ExtractPacketRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.packets.ExtractPacketRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Yamcs instance name.
   * 
* * optional string instance = 1; * @return Whether the instance field is set. */ boolean hasInstance(); /** *
   * Yamcs instance name.
   * 
* * optional string instance = 1; * @return The instance. */ java.lang.String getInstance(); /** *
   * Yamcs instance name.
   * 
* * optional string instance = 1; * @return The bytes for instance. */ com.google.protobuf.ByteString getInstanceBytes(); /** *
   * Stored packet name
   * 
* * optional string pname = 4; * @return Whether the pname field is set. */ boolean hasPname(); /** *
   * Stored packet name
   * 
* * optional string pname = 4; * @return The pname. */ java.lang.String getPname(); /** *
   * Stored packet name
   * 
* * optional string pname = 4; * @return The bytes for pname. */ com.google.protobuf.ByteString getPnameBytes(); /** *
   * An exact match of the packet's generation time in
   * ISO 8601 format.
   * 
* * optional .google.protobuf.Timestamp gentime = 2; * @return Whether the gentime field is set. */ boolean hasGentime(); /** *
   * An exact match of the packet's generation time in
   * ISO 8601 format.
   * 
* * optional .google.protobuf.Timestamp gentime = 2; * @return The gentime. */ com.google.protobuf.Timestamp getGentime(); /** *
   * An exact match of the packet's generation time in
   * ISO 8601 format.
   * 
* * optional .google.protobuf.Timestamp gentime = 2; */ com.google.protobuf.TimestampOrBuilder getGentimeOrBuilder(); /** *
   * Yamcs-specific archive distinguisher
   * 
* * optional int32 seqnum = 3; * @return Whether the seqnum field is set. */ boolean hasSeqnum(); /** *
   * Yamcs-specific archive distinguisher
   * 
* * optional int32 seqnum = 3; * @return The seqnum. */ int getSeqnum(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy