class VitalsSlowstartrate extends Resource (View source)

The "slowstartrate" collection of methods.

Typical usage is:

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

Methods

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

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

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

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

Details

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

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

Parameters

string $name

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

array $optParams

Optional parameters.

Return Value

GooglePlayDeveloperReportingV1beta1SlowStartRateMetricSet

Exceptions

Exception

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

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

Parameters

string $name

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

GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetRequest $postBody
array $optParams

Optional parameters.

Return Value

GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetResponse

Exceptions

Exception