class VitalsExcessivewakeuprate extends Resource (View source)

The "excessivewakeuprate" collection of methods.

Typical usage is:

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

Methods

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

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

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

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

Details

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

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

Parameters

string $name

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

array $optParams

Optional parameters.

Return Value

GooglePlayDeveloperReportingV1beta1ExcessiveWakeupRateMetricSet

Exceptions

Exception

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

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

Parameters

string $name

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

GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetRequest $postBody
array $optParams

Optional parameters.

Return Value

GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetResponse

Exceptions

Exception