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

org.yamcs.protobuf.SubscribeBackfillingDataOrBuilder 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/archive/parameter_archive_service.proto

package org.yamcs.protobuf;

public interface SubscribeBackfillingDataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.archive.SubscribeBackfillingData)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Recently finished backfills (bundled over a 5 second interval)
   * 
* * repeated .yamcs.protobuf.archive.SubscribeBackfillingData.BackfillFinishedInfo finished = 1; */ java.util.List getFinishedList(); /** *
   * Recently finished backfills (bundled over a 5 second interval)
   * 
* * repeated .yamcs.protobuf.archive.SubscribeBackfillingData.BackfillFinishedInfo finished = 1; */ org.yamcs.protobuf.SubscribeBackfillingData.BackfillFinishedInfo getFinished(int index); /** *
   * Recently finished backfills (bundled over a 5 second interval)
   * 
* * repeated .yamcs.protobuf.archive.SubscribeBackfillingData.BackfillFinishedInfo finished = 1; */ int getFinishedCount(); /** *
   * Recently finished backfills (bundled over a 5 second interval)
   * 
* * repeated .yamcs.protobuf.archive.SubscribeBackfillingData.BackfillFinishedInfo finished = 1; */ java.util.List getFinishedOrBuilderList(); /** *
   * Recently finished backfills (bundled over a 5 second interval)
   * 
* * repeated .yamcs.protobuf.archive.SubscribeBackfillingData.BackfillFinishedInfo finished = 1; */ org.yamcs.protobuf.SubscribeBackfillingData.BackfillFinishedInfoOrBuilder getFinishedOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy