org.yamcs.protobuf.StreamSubscribeRequestOrBuilder 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/rest.proto
package org.yamcs.protobuf;
public interface StreamSubscribeRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:yamcs.protobuf.web.StreamSubscribeRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*repeated ColumnValue limit = 2; // Multiple limits are AND-ed together
*
*
* optional string stream = 1;
*/
boolean hasStream();
/**
*
*repeated ColumnValue limit = 2; // Multiple limits are AND-ed together
*
*
* optional string stream = 1;
*/
java.lang.String getStream();
/**
*
*repeated ColumnValue limit = 2; // Multiple limits are AND-ed together
*
*
* optional string stream = 1;
*/
com.google.protobuf.ByteString
getStreamBytes();
}