Interface ScheduleListOrBuilder

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

@Generated public interface ScheduleListOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getSchedules(int index)
    * a list of schedules, in no particular order.
    int
    * a list of schedules, in no particular order.
    * a list of schedules, in no particular order.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getSchedulesList

      List<Schedule> getSchedulesList()
       *
       a list of schedules, in no particular order.
       <p>
       While the order is not _specified_, it MUST be deterministic.
       
      repeated .proto.Schedule schedules = 1;
    • getSchedules

      Schedule getSchedules(int index)
       *
       a list of schedules, in no particular order.
       <p>
       While the order is not _specified_, it MUST be deterministic.
       
      repeated .proto.Schedule schedules = 1;
    • getSchedulesCount

      int getSchedulesCount()
       *
       a list of schedules, in no particular order.
       <p>
       While the order is not _specified_, it MUST be deterministic.
       
      repeated .proto.Schedule schedules = 1;