OptionalafterIf given, skips over all items before that cursor as returned by a previous request.
OptionalfieldsIf given, return only the parts of each entity that match the field declarations.
OptionalfilterIf given, return only entities that match the given filter.
OptionallimitIf given, returns at most N items from the result set.
OptionaloffsetIf given, skips over the first N items in the result set.
OptionalorderIf given, order the result set by those directives.
The request type for CatalogClient.getEntities.