Package org.yamcs.protobuf.links
Interface LinkEventOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LinkEvent
,LinkEvent.Builder
public interface LinkEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetLinks
(int index) Detail for all linksint
Detail for all linksDetail for all linksgetLinksOrBuilder
(int index) Detail for all linksList<? extends LinkInfoOrBuilder>
Detail for all linksMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getLinksList
Detail for all links
repeated .yamcs.protobuf.links.LinkInfo links = 3;
-
getLinks
Detail for all links
repeated .yamcs.protobuf.links.LinkInfo links = 3;
-
getLinksCount
int getLinksCount()Detail for all links
repeated .yamcs.protobuf.links.LinkInfo links = 3;
-
getLinksOrBuilderList
List<? extends LinkInfoOrBuilder> getLinksOrBuilderList()Detail for all links
repeated .yamcs.protobuf.links.LinkInfo links = 3;
-
getLinksOrBuilder
Detail for all links
repeated .yamcs.protobuf.links.LinkInfo links = 3;
-