Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PlayDeveloperReporting

import { PlayDeveloperReporting } from "https://googleapis.deno.dev/v1/playdeveloperreporting:v1beta1.ts";
class PlayDeveloperReporting {
constructor(client?: CredentialsClient, baseUrl?: string);
async anomaliesList(parent: string, opts?: AnomaliesListOptions): Promise<GooglePlayDeveloperReportingV1beta1ListAnomaliesResponse>;
async appsFetchReleaseFilterOptions(name: string): Promise<GooglePlayDeveloperReportingV1beta1ReleaseFilterOptions>;
async vitalsAnrrateGet(name: string): Promise<GooglePlayDeveloperReportingV1beta1AnrRateMetricSet>;
async vitalsCrashrateGet(name: string): Promise<GooglePlayDeveloperReportingV1beta1CrashRateMetricSet>;
async vitalsErrorsCountsGet(name: string): Promise<GooglePlayDeveloperReportingV1beta1ErrorCountMetricSet>;
async vitalsErrorsIssuesSearch(parent: string, opts?: VitalsErrorsIssuesSearchOptions): Promise<GooglePlayDeveloperReportingV1beta1SearchErrorIssuesResponse>;
async vitalsErrorsReportsSearch(parent: string, opts?: VitalsErrorsReportsSearchOptions): Promise<GooglePlayDeveloperReportingV1beta1SearchErrorReportsResponse>;
async vitalsExcessivewakeuprateGet(name: string): Promise<GooglePlayDeveloperReportingV1beta1ExcessiveWakeupRateMetricSet>;
async vitalsSlowrenderingrateGet(name: string): Promise<GooglePlayDeveloperReportingV1beta1SlowRenderingRateMetricSet>;
async vitalsSlowstartrateGet(name: string): Promise<GooglePlayDeveloperReportingV1beta1SlowStartRateMetricSet>;
async vitalsStuckbackgroundwakelockrateGet(name: string): Promise<GooglePlayDeveloperReportingV1beta1StuckBackgroundWakelockRateMetricSet>;
}

§Constructors

§
new PlayDeveloperReporting(client?: CredentialsClient, baseUrl?: string)
[src]

§Methods

§

Lists anomalies in any of the datasets.

@param parent

Required. Parent app for which anomalies were detected. Format: apps/{app}

§
appsFetchReleaseFilterOptions(name: string): Promise<GooglePlayDeveloperReportingV1beta1ReleaseFilterOptions>
[src]

Describes filtering options for releases.

@param name

Required. Name of the resource, i.e. app the filtering options are for. Format: apps/{app}

§

Searches for Apps accessible by the user.

§
vitalsAnrrateGet(name: string): Promise<GooglePlayDeveloperReportingV1beta1AnrRateMetricSet>
[src]

Describes the properties of the metric set.

@param name

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

§

Queries the metrics in the metric set.

@param name

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

§
vitalsCrashrateGet(name: string): Promise<GooglePlayDeveloperReportingV1beta1CrashRateMetricSet>
[src]

Describes the properties of the metric set.

@param name

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

§

Queries the metrics in the metric set.

@param name

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

§
vitalsErrorsCountsGet(name: string): Promise<GooglePlayDeveloperReportingV1beta1ErrorCountMetricSet>
[src]

Describes the properties of the metrics set.

@param name

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

§

Queries the metrics in the metrics set.

@param name

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

§

Searches all error issues in which reports have been grouped.

@param parent

Required. Parent resource of the error issues, indicating the application for which they were received. Format: apps/{app}

§

Searches all error reports received for an app.

@param parent

Required. Parent resource of the reports, indicating the application for which they were received. Format: apps/{app}

§
vitalsExcessivewakeuprateGet(name: string): Promise<GooglePlayDeveloperReportingV1beta1ExcessiveWakeupRateMetricSet>
[src]

Describes the properties of the metric set.

@param name

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

§

Queries the metrics in the metric set.

@param name

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

§
vitalsSlowrenderingrateGet(name: string): Promise<GooglePlayDeveloperReportingV1beta1SlowRenderingRateMetricSet>
[src]

Describes the properties of the metric set.

@param name

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

§

Queries the metrics in the metric set.

@param name

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

§
vitalsSlowstartrateGet(name: string): Promise<GooglePlayDeveloperReportingV1beta1SlowStartRateMetricSet>
[src]

Describes the properties of the metric set.

@param name

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

§

Queries the metrics in the metric set.

@param name

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

§
vitalsStuckbackgroundwakelockrateGet(name: string): Promise<GooglePlayDeveloperReportingV1beta1StuckBackgroundWakelockRateMetricSet>
[src]

Describes the properties of the metric set.

@param name

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

§

Queries the metrics in the metric set.

@param name

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