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

    Modifier and Type
    Method
    Description
    getLinks(int index)
    repeated .yamcs.protobuf.yamcsManagement.LinkInfo links = 1;
    int
    repeated .yamcs.protobuf.yamcsManagement.LinkInfo links = 1;
    repeated .yamcs.protobuf.yamcsManagement.LinkInfo links = 1;
    getLinksOrBuilder(int index)
    repeated .yamcs.protobuf.yamcsManagement.LinkInfo links = 1;
    repeated .yamcs.protobuf.yamcsManagement.LinkInfo links = 1;

    Methods 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

      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;