Hi,
I wonder does (client.schedules)ScheduleInfo.getNextActionTimes() returned ordered list? ChatGPT says yes but I cannot find the proof, doc didn’t mention and javadoc didn’t say.
Can we specify in doc or it’s actually unordered?
Thanks
Hi,
I wonder does (client.schedules)ScheduleInfo.getNextActionTimes() returned ordered list? ChatGPT says yes but I cannot find the proof, doc didn’t mention and javadoc didn’t say.
Can we specify in doc or it’s actually unordered?
Thanks
its repeated timestamp, repeated fields maintain order. you can always look at api repo to confirm:
Thanks for your reply. Yes I saw this part of code but repeated fields maintain the inserted/added order correct? May I ask was the original insertion or original list ordered? Is it ascending?