class Apps extends Resource (View source)

The "apps" collection of methods.

Typical usage is:

 $playdeveloperreportingService = new Google\Service\Playdeveloperreporting(...);
 $apps = $playdeveloperreportingService->apps;

Methods

fetchReleaseFilterOptions(string $name, array $optParams = [])

Describes filtering options for releases. (apps.fetchReleaseFilterOptions)

search(array $optParams = [])

Searches for Apps accessible by the user. (apps.search)

Details

GooglePlayDeveloperReportingV1beta1ReleaseFilterOptions fetchReleaseFilterOptions(string $name, array $optParams = [])

Describes filtering options for releases. (apps.fetchReleaseFilterOptions)

Parameters

string $name

Required. Name of the resource, i.e. app the filtering options are for. Format: apps/{app}

array $optParams

Optional parameters.

Return Value

GooglePlayDeveloperReportingV1beta1ReleaseFilterOptions

Exceptions

Exception

Searches for Apps accessible by the user. (apps.search)

Parameters

array $optParams

Optional parameters.

Return Value

GooglePlayDeveloperReportingV1beta1SearchAccessibleAppsResponse

Exceptions

Exception