org.yamcs.protobuf.LinkInfoOrBuilder 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/yamcsManagement/yamcsManagement.proto
package org.yamcs.protobuf;
public interface LinkInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:yamcs.protobuf.yamcsManagement.LinkInfo)
com.google.protobuf.MessageOrBuilder {
/**
* optional string instance = 1;
*/
boolean hasInstance();
/**
* optional string instance = 1;
*/
java.lang.String getInstance();
/**
* optional string instance = 1;
*/
com.google.protobuf.ByteString
getInstanceBytes();
/**
* optional string name = 2;
*/
boolean hasName();
/**
* optional string name = 2;
*/
java.lang.String getName();
/**
* optional string name = 2;
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* optional string type = 3;
*/
boolean hasType();
/**
* optional string type = 3;
*/
java.lang.String getType();
/**
* optional string type = 3;
*/
com.google.protobuf.ByteString
getTypeBytes();
/**
* optional string spec = 4;
*/
boolean hasSpec();
/**
* optional string spec = 4;
*/
java.lang.String getSpec();
/**
* optional string spec = 4;
*/
com.google.protobuf.ByteString
getSpecBytes();
/**
* optional bool disabled = 6;
*/
boolean hasDisabled();
/**
* optional bool disabled = 6;
*/
boolean getDisabled();
/**
* optional string status = 7;
*/
boolean hasStatus();
/**
* optional string status = 7;
*/
java.lang.String getStatus();
/**
* optional string status = 7;
*/
com.google.protobuf.ByteString
getStatusBytes();
/**
* optional int64 dataInCount = 10;
*/
boolean hasDataInCount();
/**
* optional int64 dataInCount = 10;
*/
long getDataInCount();
/**
* optional int64 dataOutCount = 11;
*/
boolean hasDataOutCount();
/**
* optional int64 dataOutCount = 11;
*/
long getDataOutCount();
/**
* optional string detailedStatus = 9;
*/
boolean hasDetailedStatus();
/**
* optional string detailedStatus = 9;
*/
java.lang.String getDetailedStatus();
/**
* optional string detailedStatus = 9;
*/
com.google.protobuf.ByteString
getDetailedStatusBytes();
/**
*
*if this is a sublink of an aggregated data link, this is the name of the parent
*
*
* optional string parentName = 12;
*/
boolean hasParentName();
/**
*
*if this is a sublink of an aggregated data link, this is the name of the parent
*
*
* optional string parentName = 12;
*/
java.lang.String getParentName();
/**
*
*if this is a sublink of an aggregated data link, this is the name of the parent
*
*
* optional string parentName = 12;
*/
com.google.protobuf.ByteString
getParentNameBytes();
}