Interface ListBandsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListBandsResponse, ListBandsResponse.Builder

public interface ListBandsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getBands(int index)
    repeated .yamcs.protobuf.timeline.TimelineBand bands = 1;
    int
    repeated .yamcs.protobuf.timeline.TimelineBand bands = 1;
    repeated .yamcs.protobuf.timeline.TimelineBand bands = 1;
    getBandsOrBuilder(int index)
    repeated .yamcs.protobuf.timeline.TimelineBand bands = 1;
    repeated .yamcs.protobuf.timeline.TimelineBand bands = 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

    • getBandsList

      List<TimelineBand> getBandsList()
      repeated .yamcs.protobuf.timeline.TimelineBand bands = 1;
    • getBands

      TimelineBand getBands(int index)
      repeated .yamcs.protobuf.timeline.TimelineBand bands = 1;
    • getBandsCount

      int getBandsCount()
      repeated .yamcs.protobuf.timeline.TimelineBand bands = 1;
    • getBandsOrBuilderList

      List<? extends TimelineBandOrBuilder> getBandsOrBuilderList()
      repeated .yamcs.protobuf.timeline.TimelineBand bands = 1;
    • getBandsOrBuilder

      TimelineBandOrBuilder getBandsOrBuilder(int index)
      repeated .yamcs.protobuf.timeline.TimelineBand bands = 1;