Description
:
Required. Name of the resource, i.e. app the filtering options are for. Format: apps/{app}
Required
:
Yes
Parameter Order
:
name
Description
:
Describes filtering options for releases.
▼▲
playdeveloperreporting.apps.search
Parameters
:
pageToken
Description
:
A page token, received from a previous `SearchAccessibleApps` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchAccessibleApps` must match the call that provided the page token.
Location
:
query
Type
:
string
pageSize
Format
:
int32
Type
:
integer
Location
:
query
Description
:
The maximum number of apps to return. The service may return fewer than this value. If unspecified, at most 50 apps will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
Description
:
Searches for Apps accessible by the user.
Description
:
Specifies a field that will be used to order the results. ** Supported dimensions:** * `errorReportCount`: Orders issues by number of error reports. * `distinctUsers`: Orders issues by number of unique affected users. ** Supported operations:** * `asc` for ascending order. * `desc` for descending order. Format: A field and an operation, e.g., `errorReportCount desc` *Note:* currently only one field is supported at a time.