class VitalsAnrrate extends Resource (View source)

The "anrrate" collection of methods.

Typical usage is:

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

Methods

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

Describes the properties of the metric set. (anrrate.get)

query(string $name, GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetRequest $postBody, array $optParams = [])

Queries the metrics in the metric set. (anrrate.query)

Details

GooglePlayDeveloperReportingV1beta1AnrRateMetricSet get(string $name, array $optParams = [])

Describes the properties of the metric set. (anrrate.get)

Parameters

string $name

Required. The resource name. Format: apps/{app}/anrRateMetricSet

array $optParams

Optional parameters.

Return Value

GooglePlayDeveloperReportingV1beta1AnrRateMetricSet

Exceptions

Exception

GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetResponse query(string $name, GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetRequest $postBody, array $optParams = [])

Queries the metrics in the metric set. (anrrate.query)

Parameters

string $name

Required. The resource name. Format: apps/{app}/anrRateMetricSet

GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetRequest $postBody
array $optParams

Optional parameters.

Return Value

GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetResponse

Exceptions

Exception