class VitalsCrashrate extends Resource (View source)

The "crashrate" collection of methods.

Typical usage is:

 $playdeveloperreportingService = new Google\Service\Playdeveloperreporting(...);
 $crashrate = $playdeveloperreportingService->vitals_crashrate;

Methods

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

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

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

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

Details

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

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

Parameters

string $name

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

array $optParams

Optional parameters.

Return Value

GooglePlayDeveloperReportingV1beta1CrashRateMetricSet

Exceptions

Exception

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

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

Parameters

string $name

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

GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetRequest $postBody
array $optParams

Optional parameters.

Return Value

GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetResponse

Exceptions

Exception