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

org.yamcs.protobuf.ExportPacketsRequestOrBuilder 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 ExportPacketsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.packets.ExportPacketsRequest)
    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(); /** *
   * Filter the lower bound of the packet's generation time. Specify a date
   * string in ISO 8601 format. This bound is inclusive.
   * 
* * optional .google.protobuf.Timestamp start = 2; * @return Whether the start field is set. */ boolean hasStart(); /** *
   * Filter the lower bound of the packet's generation time. Specify a date
   * string in ISO 8601 format. This bound is inclusive.
   * 
* * optional .google.protobuf.Timestamp start = 2; * @return The start. */ com.google.protobuf.Timestamp getStart(); /** *
   * Filter the lower bound of the packet's generation time. Specify a date
   * string in ISO 8601 format. This bound is inclusive.
   * 
* * optional .google.protobuf.Timestamp start = 2; */ com.google.protobuf.TimestampOrBuilder getStartOrBuilder(); /** *
   * Filter the upper bound of the packet's generation time. Specify a date
   * string in ISO 8601 format. This bound is exclusive.
   * 
* * optional .google.protobuf.Timestamp stop = 3; * @return Whether the stop field is set. */ boolean hasStop(); /** *
   * Filter the upper bound of the packet's generation time. Specify a date
   * string in ISO 8601 format. This bound is exclusive.
   * 
* * optional .google.protobuf.Timestamp stop = 3; * @return The stop. */ com.google.protobuf.Timestamp getStop(); /** *
   * Filter the upper bound of the packet's generation time. Specify a date
   * string in ISO 8601 format. This bound is exclusive.
   * 
* * optional .google.protobuf.Timestamp stop = 3; */ com.google.protobuf.TimestampOrBuilder getStopOrBuilder(); /** *
   * The archived name of the packets. Names must match exactly.
   * 
* * repeated string name = 4; * @return A list containing the name. */ java.util.List getNameList(); /** *
   * The archived name of the packets. Names must match exactly.
   * 
* * repeated string name = 4; * @return The count of name. */ int getNameCount(); /** *
   * The archived name of the packets. Names must match exactly.
   * 
* * repeated string name = 4; * @param index The index of the element to return. * @return The name at the given index. */ java.lang.String getName(int index); /** *
   * The archived name of the packets. Names must match exactly.
   * 
* * repeated string name = 4; * @param index The index of the value to return. * @return The bytes of the name at the given index. */ com.google.protobuf.ByteString getNameBytes(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy