Interface ScheduleIdListOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getScheduleIds(int index)
    * A list of schedule identifiers, in no particular order.
    int
    * A list of schedule identifiers, in no particular order.
    * A list of schedule identifiers, in no particular order.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getScheduleIdsList

      List<ScheduleID> getScheduleIdsList()
       *
       A list of schedule identifiers, in no particular order.
       <p>
       While the order is not _specified_, it MUST be deterministic.
       
      repeated .proto.ScheduleID schedule_ids = 1;
    • getScheduleIds

      ScheduleID getScheduleIds(int index)
       *
       A list of schedule identifiers, in no particular order.
       <p>
       While the order is not _specified_, it MUST be deterministic.
       
      repeated .proto.ScheduleID schedule_ids = 1;
    • getScheduleIdsCount

      int getScheduleIdsCount()
       *
       A list of schedule identifiers, in no particular order.
       <p>
       While the order is not _specified_, it MUST be deterministic.
       
      repeated .proto.ScheduleID schedule_ids = 1;