org.yamcs.protobuf.ParameterSubscriptionResponseOrBuilder 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 ParameterSubscriptionResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:yamcs.protobuf.web.ParameterSubscriptionResponse)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .yamcs.protobuf.NamedObjectId invalid = 2;
*/
java.util.List
getInvalidList();
/**
* repeated .yamcs.protobuf.NamedObjectId invalid = 2;
*/
org.yamcs.protobuf.Yamcs.NamedObjectId getInvalid(int index);
/**
* repeated .yamcs.protobuf.NamedObjectId invalid = 2;
*/
int getInvalidCount();
/**
* repeated .yamcs.protobuf.NamedObjectId invalid = 2;
*/
java.util.List extends org.yamcs.protobuf.Yamcs.NamedObjectIdOrBuilder>
getInvalidOrBuilderList();
/**
* repeated .yamcs.protobuf.NamedObjectId invalid = 2;
*/
org.yamcs.protobuf.Yamcs.NamedObjectIdOrBuilder getInvalidOrBuilder(
int index);
/**
* optional int32 subscriptionId = 3;
*/
boolean hasSubscriptionId();
/**
* optional int32 subscriptionId = 3;
*/
int getSubscriptionId();
/**
*
*currently the list of subscribed parameters is sent back only if the option useNmericIds has been specified in the request
*it will contain the mapping between the subscribed id and the numeric id
*
*
* repeated .yamcs.protobuf.web.SubscribedParameter subscribed = 4;
*/
java.util.List
getSubscribedList();
/**
*
*currently the list of subscribed parameters is sent back only if the option useNmericIds has been specified in the request
*it will contain the mapping between the subscribed id and the numeric id
*
*
* repeated .yamcs.protobuf.web.SubscribedParameter subscribed = 4;
*/
org.yamcs.protobuf.SubscribedParameter getSubscribed(int index);
/**
*
*currently the list of subscribed parameters is sent back only if the option useNmericIds has been specified in the request
*it will contain the mapping between the subscribed id and the numeric id
*
*
* repeated .yamcs.protobuf.web.SubscribedParameter subscribed = 4;
*/
int getSubscribedCount();
/**
*
*currently the list of subscribed parameters is sent back only if the option useNmericIds has been specified in the request
*it will contain the mapping between the subscribed id and the numeric id
*
*
* repeated .yamcs.protobuf.web.SubscribedParameter subscribed = 4;
*/
java.util.List extends org.yamcs.protobuf.SubscribedParameterOrBuilder>
getSubscribedOrBuilderList();
/**
*
*currently the list of subscribed parameters is sent back only if the option useNmericIds has been specified in the request
*it will contain the mapping between the subscribed id and the numeric id
*
*
* repeated .yamcs.protobuf.web.SubscribedParameter subscribed = 4;
*/
org.yamcs.protobuf.SubscribedParameterOrBuilder getSubscribedOrBuilder(
int index);
}