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

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

package org.yamcs.protobuf;

public interface ConnectionInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.web.ConnectionInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional int32 clientId = 1;
   */
  boolean hasClientId();
  /**
   * optional int32 clientId = 1;
   */
  int getClientId();

  /**
   * optional .yamcs.protobuf.yamcsManagement.YamcsInstance instance = 2;
   */
  boolean hasInstance();
  /**
   * optional .yamcs.protobuf.yamcsManagement.YamcsInstance instance = 2;
   */
  org.yamcs.protobuf.YamcsInstance getInstance();
  /**
   * optional .yamcs.protobuf.yamcsManagement.YamcsInstance instance = 2;
   */
  org.yamcs.protobuf.YamcsInstanceOrBuilder getInstanceOrBuilder();

  /**
   * optional .yamcs.protobuf.yamcsManagement.ProcessorInfo processor = 3;
   */
  boolean hasProcessor();
  /**
   * optional .yamcs.protobuf.yamcsManagement.ProcessorInfo processor = 3;
   */
  org.yamcs.protobuf.ProcessorInfo getProcessor();
  /**
   * optional .yamcs.protobuf.yamcsManagement.ProcessorInfo processor = 3;
   */
  org.yamcs.protobuf.ProcessorInfoOrBuilder getProcessorOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy