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

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

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

package org.yamcs.protobuf;

public interface ManagementSubscriptionRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.web.ManagementSubscriptionRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional bool clientInfo = 1;
   */
  boolean hasClientInfo();
  /**
   * optional bool clientInfo = 1;
   */
  boolean getClientInfo();

  /**
   * optional bool processorStatistics = 3;
   */
  boolean hasProcessorStatistics();
  /**
   * optional bool processorStatistics = 3;
   */
  boolean getProcessorStatistics();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy