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

org.yamcs.protobuf.StreamSubscribeRequestOrBuilder 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/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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy