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

org.yamcs.protobuf.StatisticsOrBuilder 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/yamcsManagement/yamcsManagement.proto

package org.yamcs.protobuf;

public interface StatisticsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.yamcsManagement.Statistics)
    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(); /** *
   * Processor name.
   * 
* * optional string processor = 7; * @return Whether the processor field is set. */ boolean hasProcessor(); /** *
   * Processor name.
   * 
* * optional string processor = 7; * @return The processor. */ java.lang.String getProcessor(); /** *
   * Processor name.
   * 
* * optional string processor = 7; * @return The bytes for processor. */ com.google.protobuf.ByteString getProcessorBytes(); /** * repeated .yamcs.protobuf.yamcsManagement.TmStatistics tmstats = 3; */ java.util.List getTmstatsList(); /** * repeated .yamcs.protobuf.yamcsManagement.TmStatistics tmstats = 3; */ org.yamcs.protobuf.TmStatistics getTmstats(int index); /** * repeated .yamcs.protobuf.yamcsManagement.TmStatistics tmstats = 3; */ int getTmstatsCount(); /** * repeated .yamcs.protobuf.yamcsManagement.TmStatistics tmstats = 3; */ java.util.List getTmstatsOrBuilderList(); /** * repeated .yamcs.protobuf.yamcsManagement.TmStatistics tmstats = 3; */ org.yamcs.protobuf.TmStatisticsOrBuilder getTmstatsOrBuilder( int index); /** *
   *java local time of the last update
   * 
* * optional .google.protobuf.Timestamp lastUpdated = 6; * @return Whether the lastUpdated field is set. */ boolean hasLastUpdated(); /** *
   *java local time of the last update
   * 
* * optional .google.protobuf.Timestamp lastUpdated = 6; * @return The lastUpdated. */ com.google.protobuf.Timestamp getLastUpdated(); /** *
   *java local time of the last update
   * 
* * optional .google.protobuf.Timestamp lastUpdated = 6; */ com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy