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