org.yamcs.protobuf.ProcessorSubscriptionRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yamcs-api Show documentation
Show all versions of yamcs-api Show documentation
Used by external clients to communicate with Yamcs
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: yamcs/protobuf/web/websocket.proto
package org.yamcs.protobuf;
public interface ProcessorSubscriptionRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:yamcs.protobuf.web.ProcessorSubscriptionRequest)
com.google.protobuf.MessageOrBuilder {
/**
* optional bool allProcessors = 1;
*/
boolean hasAllProcessors();
/**
* optional bool allProcessors = 1;
*/
boolean getAllProcessors();
/**
* optional bool allInstances = 2;
*/
boolean hasAllInstances();
/**
* optional bool allInstances = 2;
*/
boolean getAllInstances();
}