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

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

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

package org.yamcs.protobuf;

public interface StreamEventOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.yamcsManagement.StreamEvent)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Event type
   * 
* * optional .yamcs.protobuf.yamcsManagement.StreamEvent.Type type = 1; * @return Whether the type field is set. */ boolean hasType(); /** *
   * Event type
   * 
* * optional .yamcs.protobuf.yamcsManagement.StreamEvent.Type type = 1; * @return The type. */ org.yamcs.protobuf.StreamEvent.Type getType(); /** *
   * Stream name
   * 
* * optional string name = 2; * @return Whether the name field is set. */ boolean hasName(); /** *
   * Stream name
   * 
* * optional string name = 2; * @return The name. */ java.lang.String getName(); /** *
   * Stream name
   * 
* * optional string name = 2; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * Number of tuples
   * 
* * optional int64 dataCount = 3; * @return Whether the dataCount field is set. */ boolean hasDataCount(); /** *
   * Number of tuples
   * 
* * optional int64 dataCount = 3; * @return The dataCount. */ long getDataCount(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy