class VitalsSlowrenderingrate extends Resource (View source)

The "slowrenderingrate" collection of methods.

Typical usage is:

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

Methods

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

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

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

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

Details

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

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

Parameters

string $name

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

array $optParams

Optional parameters.

Return Value

GooglePlayDeveloperReportingV1beta1SlowRenderingRateMetricSet

Exceptions

Exception

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

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

Parameters

string $name

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

GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetRequest $postBody
array $optParams

Optional parameters.

Return Value

GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetResponse

Exceptions

Exception