Expand description

Nested message and enum types in _ListFetchRequest.

Enums

  • Exclusive. If unbounded, this effectively means list.length() If end_index is > the number of elements to return, return as much as you can A negative index counts from the end of the list
  • Inclusive. If unbounded, 0 (start of list) by default A negative index counts from the end of the list