class VitalsErrorsCounts extends Resource (View source)

The "counts" collection of methods.

Typical usage is:

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

Methods

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

Describes the properties of the metrics set. (counts.get)

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

Queries the metrics in the metrics set. (counts.query)

Details

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

Describes the properties of the metrics set. (counts.get)

Parameters

string $name

Required. Name of the errors metric set. Format: apps/{app}/errorCountMetricSet

array $optParams

Optional parameters.

Return Value

GooglePlayDeveloperReportingV1beta1ErrorCountMetricSet

Exceptions

Exception

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

Queries the metrics in the metrics set. (counts.query)

Parameters

string $name

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

GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest $postBody
array $optParams

Optional parameters.

Return Value

GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse

Exceptions

Exception