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

org.yamcs.protobuf.ServerMessageOrBuilder 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/api/websocket.proto

package org.yamcs.protobuf;

public interface ServerMessageOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.api.ServerMessage)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Message type. Typically the name of the subscribed topic, or a built-in like "reply".
   * 
* * string type = 1; * @return The type. */ java.lang.String getType(); /** *
   * Message type. Typically the name of the subscribed topic, or a built-in like "reply".
   * 
* * string type = 1; * @return The bytes for type. */ com.google.protobuf.ByteString getTypeBytes(); /** *
   * If applicable, the call associated with this message
   * 
* * int32 call = 2; * @return The call. */ int getCall(); /** *
   * Sequence counter (scoped to the call)
   * 
* * int32 seq = 3; * @return The seq. */ int getSeq(); /** * .google.protobuf.Any data = 4; * @return Whether the data field is set. */ boolean hasData(); /** * .google.protobuf.Any data = 4; * @return The data. */ com.google.protobuf.Any getData(); /** * .google.protobuf.Any data = 4; */ com.google.protobuf.AnyOrBuilder getDataOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy