view property
Sets the granularity of the count results. Possible string values are:
- "COUNT_RESULT_VIEW_UNSPECIFIED" : Default. Same as TOTAL_COUNT.
- "TOTAL_COUNT" : Response includes counts of the total accounts, queried accounts, matching accounts, non-queryable accounts, and queried account errors.
- "ALL" : Response includes the same details as TOTAL_COUNT, plus additional account breakdown.
Implementation
core.String? view;