Package org.yamcs.protobuf
Interface ListLinksResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListLinksResponse,ListLinksResponse.Builder
public interface ListLinksResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkInfogetLinks(int index)repeated .yamcs.protobuf.yamcsManagement.LinkInfo links = 1;intgetLinksCount()repeated .yamcs.protobuf.yamcsManagement.LinkInfo links = 1;List<LinkInfo>getLinksList()repeated .yamcs.protobuf.yamcsManagement.LinkInfo links = 1;LinkInfoOrBuildergetLinksOrBuilder(int index)repeated .yamcs.protobuf.yamcsManagement.LinkInfo links = 1;List<? extends LinkInfoOrBuilder>getLinksOrBuilderList()repeated .yamcs.protobuf.yamcsManagement.LinkInfo links = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLinksList
List<LinkInfo> getLinksList()
repeated .yamcs.protobuf.yamcsManagement.LinkInfo links = 1;
-
getLinks
LinkInfo getLinks(int index)
repeated .yamcs.protobuf.yamcsManagement.LinkInfo links = 1;
-
getLinksCount
int getLinksCount()
repeated .yamcs.protobuf.yamcsManagement.LinkInfo links = 1;
-
getLinksOrBuilderList
List<? extends LinkInfoOrBuilder> getLinksOrBuilderList()
repeated .yamcs.protobuf.yamcsManagement.LinkInfo links = 1;
-
getLinksOrBuilder
LinkInfoOrBuilder getLinksOrBuilder(int index)
repeated .yamcs.protobuf.yamcsManagement.LinkInfo links = 1;
-
-