playdeveloperreporting
packageThis package is not in the latest version of its module.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
Documentation¶
Overview¶
Package playdeveloperreporting provides access to the Google Play Developer Reporting API.
For product documentation, see:https://developers.google.com/play/developer/reporting
Library status¶
These client libraries are officially supported by Google. However, thislibrary is considered complete and is in maintenance mode. This meansthat we will address critical bugs and security issues but will not addany new features.
When possible, we recommend using our newer[Cloud Client Libraries for Go](https://pkg.go.dev/cloud.google.com/go)that are still actively being worked and iterated on.
Creating a client¶
Usage example:
import "google.golang.org/api/playdeveloperreporting/v1alpha1"...ctx := context.Background()playdeveloperreportingService, err := playdeveloperreporting.NewService(ctx)
In this example, Google Application Default Credentials are used forauthentication. For information on how to create and obtain ApplicationDefault Credentials, seehttps://developers.google.com/identity/protocols/application-default-credentials.
Other authentication options¶
To use an API key for authentication (note: some APIs do not support APIkeys), usegoogle.golang.org/api/option.WithAPIKey:
playdeveloperreportingService, err := playdeveloperreporting.NewService(ctx, option.WithAPIKey("AIza..."))To use an OAuth token (e.g., a user token obtained via a three-legged OAuthflow, usegoogle.golang.org/api/option.WithTokenSource:
config := &oauth2.Config{...}// ...token, err := config.Exchange(ctx, ...)playdeveloperreportingService, err := playdeveloperreporting.NewService(ctx, option.WithTokenSource(config.TokenSource(ctx, token)))Seegoogle.golang.org/api/option.ClientOption for details on options.
Index¶
- Constants
- type AnomaliesListCall
- func (c *AnomaliesListCall) Context(ctx context.Context) *AnomaliesListCall
- func (c *AnomaliesListCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1ListAnomaliesResponse, error)
- func (c *AnomaliesListCall) Fields(s ...googleapi.Field) *AnomaliesListCall
- func (c *AnomaliesListCall) Filter(filter string) *AnomaliesListCall
- func (c *AnomaliesListCall) Header() http.Header
- func (c *AnomaliesListCall) IfNoneMatch(entityTag string) *AnomaliesListCall
- func (c *AnomaliesListCall) PageSize(pageSize int64) *AnomaliesListCall
- func (c *AnomaliesListCall) PageToken(pageToken string) *AnomaliesListCall
- func (c *AnomaliesListCall) Pages(ctx context.Context, ...) error
- type AnomaliesService
- type AppsFetchReleaseFilterOptionsCall
- func (c *AppsFetchReleaseFilterOptionsCall) Context(ctx context.Context) *AppsFetchReleaseFilterOptionsCall
- func (c *AppsFetchReleaseFilterOptionsCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1ReleaseFilterOptions, error)
- func (c *AppsFetchReleaseFilterOptionsCall) Fields(s ...googleapi.Field) *AppsFetchReleaseFilterOptionsCall
- func (c *AppsFetchReleaseFilterOptionsCall) Header() http.Header
- func (c *AppsFetchReleaseFilterOptionsCall) IfNoneMatch(entityTag string) *AppsFetchReleaseFilterOptionsCall
- type AppsSearchCall
- func (c *AppsSearchCall) Context(ctx context.Context) *AppsSearchCall
- func (c *AppsSearchCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1SearchAccessibleAppsResponse, error)
- func (c *AppsSearchCall) Fields(s ...googleapi.Field) *AppsSearchCall
- func (c *AppsSearchCall) Header() http.Header
- func (c *AppsSearchCall) IfNoneMatch(entityTag string) *AppsSearchCall
- func (c *AppsSearchCall) PageSize(pageSize int64) *AppsSearchCall
- func (c *AppsSearchCall) PageToken(pageToken string) *AppsSearchCall
- func (c *AppsSearchCall) Pages(ctx context.Context, ...) error
- type AppsService
- type GooglePlayDeveloperReportingV1alpha1Anomaly
- type GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet
- type GooglePlayDeveloperReportingV1alpha1App
- type GooglePlayDeveloperReportingV1alpha1AppVersion
- type GooglePlayDeveloperReportingV1alpha1CrashRateMetricSet
- type GooglePlayDeveloperReportingV1alpha1DecimalConfidenceInterval
- type GooglePlayDeveloperReportingV1alpha1DeviceId
- type GooglePlayDeveloperReportingV1alpha1DeviceModelSummary
- type GooglePlayDeveloperReportingV1alpha1DimensionValue
- type GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet
- type GooglePlayDeveloperReportingV1alpha1ErrorIssue
- type GooglePlayDeveloperReportingV1alpha1ErrorReport
- type GooglePlayDeveloperReportingV1alpha1ExcessiveWakeupRateMetricSet
- type GooglePlayDeveloperReportingV1alpha1FreshnessInfo
- type GooglePlayDeveloperReportingV1alpha1FreshnessInfoFreshness
- type GooglePlayDeveloperReportingV1alpha1IssueAnnotation
- type GooglePlayDeveloperReportingV1alpha1ListAnomaliesResponse
- type GooglePlayDeveloperReportingV1alpha1LmkRateMetricSet
- type GooglePlayDeveloperReportingV1alpha1MetricValue
- type GooglePlayDeveloperReportingV1alpha1MetricsRow
- type GooglePlayDeveloperReportingV1alpha1OsVersion
- type GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest
- type GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetResponse
- type GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest
- type GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetResponse
- type GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest
- type GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetResponse
- type GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequest
- type GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetResponse
- type GooglePlayDeveloperReportingV1alpha1QueryLmkRateMetricSetRequest
- type GooglePlayDeveloperReportingV1alpha1QueryLmkRateMetricSetResponse
- type GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetRequest
- type GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetResponse
- type GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest
- type GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetResponse
- type GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetRequest
- type GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetResponse
- type GooglePlayDeveloperReportingV1alpha1Release
- type GooglePlayDeveloperReportingV1alpha1ReleaseFilterOptions
- type GooglePlayDeveloperReportingV1alpha1SearchAccessibleAppsResponse
- type GooglePlayDeveloperReportingV1alpha1SearchErrorIssuesResponse
- type GooglePlayDeveloperReportingV1alpha1SearchErrorReportsResponse
- type GooglePlayDeveloperReportingV1alpha1SlowRenderingRateMetricSet
- type GooglePlayDeveloperReportingV1alpha1SlowStartRateMetricSet
- type GooglePlayDeveloperReportingV1alpha1StuckBackgroundWakelockRateMetricSet
- type GooglePlayDeveloperReportingV1alpha1TimelineSpec
- type GooglePlayDeveloperReportingV1alpha1Track
- type GoogleTypeDateTime
- type GoogleTypeDecimal
- type GoogleTypeTimeZone
- type Service
- type VitalsAnrrateGetCall
- func (c *VitalsAnrrateGetCall) Context(ctx context.Context) *VitalsAnrrateGetCall
- func (c *VitalsAnrrateGetCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet, error)
- func (c *VitalsAnrrateGetCall) Fields(s ...googleapi.Field) *VitalsAnrrateGetCall
- func (c *VitalsAnrrateGetCall) Header() http.Header
- func (c *VitalsAnrrateGetCall) IfNoneMatch(entityTag string) *VitalsAnrrateGetCall
- type VitalsAnrrateQueryCall
- func (c *VitalsAnrrateQueryCall) Context(ctx context.Context) *VitalsAnrrateQueryCall
- func (c *VitalsAnrrateQueryCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetResponse, error)
- func (c *VitalsAnrrateQueryCall) Fields(s ...googleapi.Field) *VitalsAnrrateQueryCall
- func (c *VitalsAnrrateQueryCall) Header() http.Header
- func (c *VitalsAnrrateQueryCall) Pages(ctx context.Context, ...) error
- type VitalsAnrrateService
- type VitalsCrashrateGetCall
- func (c *VitalsCrashrateGetCall) Context(ctx context.Context) *VitalsCrashrateGetCall
- func (c *VitalsCrashrateGetCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1CrashRateMetricSet, error)
- func (c *VitalsCrashrateGetCall) Fields(s ...googleapi.Field) *VitalsCrashrateGetCall
- func (c *VitalsCrashrateGetCall) Header() http.Header
- func (c *VitalsCrashrateGetCall) IfNoneMatch(entityTag string) *VitalsCrashrateGetCall
- type VitalsCrashrateQueryCall
- func (c *VitalsCrashrateQueryCall) Context(ctx context.Context) *VitalsCrashrateQueryCall
- func (c *VitalsCrashrateQueryCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetResponse, error)
- func (c *VitalsCrashrateQueryCall) Fields(s ...googleapi.Field) *VitalsCrashrateQueryCall
- func (c *VitalsCrashrateQueryCall) Header() http.Header
- func (c *VitalsCrashrateQueryCall) Pages(ctx context.Context, ...) error
- type VitalsCrashrateService
- type VitalsErrorsCountsGetCall
- func (c *VitalsErrorsCountsGetCall) Context(ctx context.Context) *VitalsErrorsCountsGetCall
- func (c *VitalsErrorsCountsGetCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet, error)
- func (c *VitalsErrorsCountsGetCall) Fields(s ...googleapi.Field) *VitalsErrorsCountsGetCall
- func (c *VitalsErrorsCountsGetCall) Header() http.Header
- func (c *VitalsErrorsCountsGetCall) IfNoneMatch(entityTag string) *VitalsErrorsCountsGetCall
- type VitalsErrorsCountsQueryCall
- func (c *VitalsErrorsCountsQueryCall) Context(ctx context.Context) *VitalsErrorsCountsQueryCall
- func (c *VitalsErrorsCountsQueryCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetResponse, error)
- func (c *VitalsErrorsCountsQueryCall) Fields(s ...googleapi.Field) *VitalsErrorsCountsQueryCall
- func (c *VitalsErrorsCountsQueryCall) Header() http.Header
- func (c *VitalsErrorsCountsQueryCall) Pages(ctx context.Context, ...) error
- type VitalsErrorsCountsService
- type VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) Context(ctx context.Context) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1SearchErrorIssuesResponse, error)
- func (c *VitalsErrorsIssuesSearchCall) Fields(s ...googleapi.Field) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) Filter(filter string) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) Header() http.Header
- func (c *VitalsErrorsIssuesSearchCall) IfNoneMatch(entityTag string) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) IntervalEndTimeDay(intervalEndTimeDay int64) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) IntervalEndTimeHours(intervalEndTimeHours int64) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) IntervalEndTimeMinutes(intervalEndTimeMinutes int64) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) IntervalEndTimeMonth(intervalEndTimeMonth int64) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) IntervalEndTimeNanos(intervalEndTimeNanos int64) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) IntervalEndTimeSeconds(intervalEndTimeSeconds int64) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) IntervalEndTimeTimeZoneId(intervalEndTimeTimeZoneId string) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) IntervalEndTimeTimeZoneVersion(intervalEndTimeTimeZoneVersion string) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) IntervalEndTimeUtcOffset(intervalEndTimeUtcOffset string) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) IntervalEndTimeYear(intervalEndTimeYear int64) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) IntervalStartTimeDay(intervalStartTimeDay int64) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) IntervalStartTimeHours(intervalStartTimeHours int64) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) IntervalStartTimeMinutes(intervalStartTimeMinutes int64) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) IntervalStartTimeMonth(intervalStartTimeMonth int64) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) IntervalStartTimeNanos(intervalStartTimeNanos int64) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) IntervalStartTimeSeconds(intervalStartTimeSeconds int64) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) IntervalStartTimeTimeZoneId(intervalStartTimeTimeZoneId string) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) IntervalStartTimeTimeZoneVersion(intervalStartTimeTimeZoneVersion string) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) IntervalStartTimeUtcOffset(intervalStartTimeUtcOffset string) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) IntervalStartTimeYear(intervalStartTimeYear int64) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) OrderBy(orderBy string) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) PageSize(pageSize int64) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) PageToken(pageToken string) *VitalsErrorsIssuesSearchCall
- func (c *VitalsErrorsIssuesSearchCall) Pages(ctx context.Context, ...) error
- func (c *VitalsErrorsIssuesSearchCall) SampleErrorReportLimit(sampleErrorReportLimit int64) *VitalsErrorsIssuesSearchCall
- type VitalsErrorsIssuesService
- type VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) Context(ctx context.Context) *VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1SearchErrorReportsResponse, error)
- func (c *VitalsErrorsReportsSearchCall) Fields(s ...googleapi.Field) *VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) Filter(filter string) *VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) Header() http.Header
- func (c *VitalsErrorsReportsSearchCall) IfNoneMatch(entityTag string) *VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) IntervalEndTimeDay(intervalEndTimeDay int64) *VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) IntervalEndTimeHours(intervalEndTimeHours int64) *VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) IntervalEndTimeMinutes(intervalEndTimeMinutes int64) *VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) IntervalEndTimeMonth(intervalEndTimeMonth int64) *VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) IntervalEndTimeNanos(intervalEndTimeNanos int64) *VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) IntervalEndTimeSeconds(intervalEndTimeSeconds int64) *VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) IntervalEndTimeTimeZoneId(intervalEndTimeTimeZoneId string) *VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) IntervalEndTimeTimeZoneVersion(intervalEndTimeTimeZoneVersion string) *VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) IntervalEndTimeUtcOffset(intervalEndTimeUtcOffset string) *VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) IntervalEndTimeYear(intervalEndTimeYear int64) *VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) IntervalStartTimeDay(intervalStartTimeDay int64) *VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) IntervalStartTimeHours(intervalStartTimeHours int64) *VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) IntervalStartTimeMinutes(intervalStartTimeMinutes int64) *VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) IntervalStartTimeMonth(intervalStartTimeMonth int64) *VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) IntervalStartTimeNanos(intervalStartTimeNanos int64) *VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) IntervalStartTimeSeconds(intervalStartTimeSeconds int64) *VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) IntervalStartTimeTimeZoneId(intervalStartTimeTimeZoneId string) *VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) IntervalStartTimeTimeZoneVersion(intervalStartTimeTimeZoneVersion string) *VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) IntervalStartTimeUtcOffset(intervalStartTimeUtcOffset string) *VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) IntervalStartTimeYear(intervalStartTimeYear int64) *VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) PageSize(pageSize int64) *VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) PageToken(pageToken string) *VitalsErrorsReportsSearchCall
- func (c *VitalsErrorsReportsSearchCall) Pages(ctx context.Context, ...) error
- type VitalsErrorsReportsService
- type VitalsErrorsService
- type VitalsExcessivewakeuprateGetCall
- func (c *VitalsExcessivewakeuprateGetCall) Context(ctx context.Context) *VitalsExcessivewakeuprateGetCall
- func (c *VitalsExcessivewakeuprateGetCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1ExcessiveWakeupRateMetricSet, error)
- func (c *VitalsExcessivewakeuprateGetCall) Fields(s ...googleapi.Field) *VitalsExcessivewakeuprateGetCall
- func (c *VitalsExcessivewakeuprateGetCall) Header() http.Header
- func (c *VitalsExcessivewakeuprateGetCall) IfNoneMatch(entityTag string) *VitalsExcessivewakeuprateGetCall
- type VitalsExcessivewakeuprateQueryCall
- func (c *VitalsExcessivewakeuprateQueryCall) Context(ctx context.Context) *VitalsExcessivewakeuprateQueryCall
- func (c *VitalsExcessivewakeuprateQueryCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetResponse, ...)
- func (c *VitalsExcessivewakeuprateQueryCall) Fields(s ...googleapi.Field) *VitalsExcessivewakeuprateQueryCall
- func (c *VitalsExcessivewakeuprateQueryCall) Header() http.Header
- func (c *VitalsExcessivewakeuprateQueryCall) Pages(ctx context.Context, ...) error
- type VitalsExcessivewakeuprateService
- type VitalsLmkrateGetCall
- func (c *VitalsLmkrateGetCall) Context(ctx context.Context) *VitalsLmkrateGetCall
- func (c *VitalsLmkrateGetCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1LmkRateMetricSet, error)
- func (c *VitalsLmkrateGetCall) Fields(s ...googleapi.Field) *VitalsLmkrateGetCall
- func (c *VitalsLmkrateGetCall) Header() http.Header
- func (c *VitalsLmkrateGetCall) IfNoneMatch(entityTag string) *VitalsLmkrateGetCall
- type VitalsLmkrateQueryCall
- func (c *VitalsLmkrateQueryCall) Context(ctx context.Context) *VitalsLmkrateQueryCall
- func (c *VitalsLmkrateQueryCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1QueryLmkRateMetricSetResponse, error)
- func (c *VitalsLmkrateQueryCall) Fields(s ...googleapi.Field) *VitalsLmkrateQueryCall
- func (c *VitalsLmkrateQueryCall) Header() http.Header
- func (c *VitalsLmkrateQueryCall) Pages(ctx context.Context, ...) error
- type VitalsLmkrateService
- type VitalsService
- type VitalsSlowrenderingrateGetCall
- func (c *VitalsSlowrenderingrateGetCall) Context(ctx context.Context) *VitalsSlowrenderingrateGetCall
- func (c *VitalsSlowrenderingrateGetCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1SlowRenderingRateMetricSet, error)
- func (c *VitalsSlowrenderingrateGetCall) Fields(s ...googleapi.Field) *VitalsSlowrenderingrateGetCall
- func (c *VitalsSlowrenderingrateGetCall) Header() http.Header
- func (c *VitalsSlowrenderingrateGetCall) IfNoneMatch(entityTag string) *VitalsSlowrenderingrateGetCall
- type VitalsSlowrenderingrateQueryCall
- func (c *VitalsSlowrenderingrateQueryCall) Context(ctx context.Context) *VitalsSlowrenderingrateQueryCall
- func (c *VitalsSlowrenderingrateQueryCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetResponse, ...)
- func (c *VitalsSlowrenderingrateQueryCall) Fields(s ...googleapi.Field) *VitalsSlowrenderingrateQueryCall
- func (c *VitalsSlowrenderingrateQueryCall) Header() http.Header
- func (c *VitalsSlowrenderingrateQueryCall) Pages(ctx context.Context, ...) error
- type VitalsSlowrenderingrateService
- type VitalsSlowstartrateGetCall
- func (c *VitalsSlowstartrateGetCall) Context(ctx context.Context) *VitalsSlowstartrateGetCall
- func (c *VitalsSlowstartrateGetCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1SlowStartRateMetricSet, error)
- func (c *VitalsSlowstartrateGetCall) Fields(s ...googleapi.Field) *VitalsSlowstartrateGetCall
- func (c *VitalsSlowstartrateGetCall) Header() http.Header
- func (c *VitalsSlowstartrateGetCall) IfNoneMatch(entityTag string) *VitalsSlowstartrateGetCall
- type VitalsSlowstartrateQueryCall
- func (c *VitalsSlowstartrateQueryCall) Context(ctx context.Context) *VitalsSlowstartrateQueryCall
- func (c *VitalsSlowstartrateQueryCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetResponse, ...)
- func (c *VitalsSlowstartrateQueryCall) Fields(s ...googleapi.Field) *VitalsSlowstartrateQueryCall
- func (c *VitalsSlowstartrateQueryCall) Header() http.Header
- func (c *VitalsSlowstartrateQueryCall) Pages(ctx context.Context, ...) error
- type VitalsSlowstartrateService
- type VitalsStuckbackgroundwakelockrateGetCall
- func (c *VitalsStuckbackgroundwakelockrateGetCall) Context(ctx context.Context) *VitalsStuckbackgroundwakelockrateGetCall
- func (c *VitalsStuckbackgroundwakelockrateGetCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1StuckBackgroundWakelockRateMetricSet, ...)
- func (c *VitalsStuckbackgroundwakelockrateGetCall) Fields(s ...googleapi.Field) *VitalsStuckbackgroundwakelockrateGetCall
- func (c *VitalsStuckbackgroundwakelockrateGetCall) Header() http.Header
- func (c *VitalsStuckbackgroundwakelockrateGetCall) IfNoneMatch(entityTag string) *VitalsStuckbackgroundwakelockrateGetCall
- type VitalsStuckbackgroundwakelockrateQueryCall
- func (c *VitalsStuckbackgroundwakelockrateQueryCall) Context(ctx context.Context) *VitalsStuckbackgroundwakelockrateQueryCall
- func (c *VitalsStuckbackgroundwakelockrateQueryCall) Do(opts ...googleapi.CallOption) (...)
- func (c *VitalsStuckbackgroundwakelockrateQueryCall) Fields(s ...googleapi.Field) *VitalsStuckbackgroundwakelockrateQueryCall
- func (c *VitalsStuckbackgroundwakelockrateQueryCall) Header() http.Header
- func (c *VitalsStuckbackgroundwakelockrateQueryCall) Pages(ctx context.Context, f func(...) error) error
- type VitalsStuckbackgroundwakelockrateService
Constants¶
const (// See metrics and data about the apps in your Google Play Developer accountPlaydeveloperreportingScope = "https://www.googleapis.com/auth/playdeveloperreporting")OAuth2 scopes used by this API.
Variables¶
This section is empty.
Functions¶
This section is empty.
Types¶
typeAnomaliesListCall¶
type AnomaliesListCall struct {// contains filtered or unexported fields}func (*AnomaliesListCall)Context¶
func (c *AnomaliesListCall) Context(ctxcontext.Context) *AnomaliesListCall
Context sets the context to be used in this call's Do method.
func (*AnomaliesListCall)Do¶
func (c *AnomaliesListCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1ListAnomaliesResponse,error)
Do executes the "playdeveloperreporting.anomalies.list" call.Any non-2xx status code is an error. Response headers are in either*GooglePlayDeveloperReportingV1alpha1ListAnomaliesResponse.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*AnomaliesListCall)Fields¶
func (c *AnomaliesListCall) Fields(s ...googleapi.Field) *AnomaliesListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*AnomaliesListCall)Filter¶
func (c *AnomaliesListCall) Filter(filterstring) *AnomaliesListCall
Filter sets the optional parameter "filter": Filtering criteria foranomalies. For basic filter guidance, please check:https://google.aip.dev/160. **Supported functions:** *`activeBetween(startTime, endTime)`: If specified, only list anomalies thatwere active in between `startTime` (inclusive) and `endTime` (exclusive).Both parameters are expected to conform to an RFC-3339 formatted string(e.g. `2012-04-21T11:30:00-04:00`). UTC offsets are supported. Both`startTime` and `endTime` accept the special value `UNBOUNDED`, to signifyintervals with no lower or upper bound, respectively. Examples: *`activeBetween("2021-04-21T11:30:00Z", "2021-07-21T00:00:00Z")` *`activeBetween(UNBOUNDED, "2021-11-21T00:00:00-04:00")` *`activeBetween("2021-07-21T00:00:00-04:00", UNBOUNDED)`
func (*AnomaliesListCall)Header¶
func (c *AnomaliesListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*AnomaliesListCall)IfNoneMatch¶
func (c *AnomaliesListCall) IfNoneMatch(entityTagstring) *AnomaliesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*AnomaliesListCall)PageSize¶
func (c *AnomaliesListCall) PageSize(pageSizeint64) *AnomaliesListCall
PageSize sets the optional parameter "pageSize": Maximum size of thereturned data. If unspecified, at most 10 anomalies will be returned. Themaximum value is 100; values above 100 will be coerced to 100.
func (*AnomaliesListCall)PageToken¶
func (c *AnomaliesListCall) PageToken(pageTokenstring) *AnomaliesListCall
PageToken sets the optional parameter "pageToken": A page token, receivedfrom a previous `ListErrorReports` call. Provide this to retrieve thesubsequent page. When paginating, all other parameters provided to`ListErrorReports` must match the call that provided the page token.
func (*AnomaliesListCall)Pages¶
func (c *AnomaliesListCall) Pages(ctxcontext.Context, f func(*GooglePlayDeveloperReportingV1alpha1ListAnomaliesResponse)error)error
Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.
typeAnomaliesService¶
type AnomaliesService struct {// contains filtered or unexported fields}funcNewAnomaliesService¶
func NewAnomaliesService(s *Service) *AnomaliesService
func (*AnomaliesService)List¶
func (r *AnomaliesService) List(parentstring) *AnomaliesListCall
List: Lists anomalies in any of the datasets.
- parent: Parent app for which anomalies were detected. Format: apps/{app}.
typeAppsFetchReleaseFilterOptionsCall¶added inv0.123.0
type AppsFetchReleaseFilterOptionsCall struct {// contains filtered or unexported fields}func (*AppsFetchReleaseFilterOptionsCall)Context¶added inv0.123.0
func (c *AppsFetchReleaseFilterOptionsCall) Context(ctxcontext.Context) *AppsFetchReleaseFilterOptionsCall
Context sets the context to be used in this call's Do method.
func (*AppsFetchReleaseFilterOptionsCall)Do¶added inv0.123.0
func (c *AppsFetchReleaseFilterOptionsCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1ReleaseFilterOptions,error)
Do executes the "playdeveloperreporting.apps.fetchReleaseFilterOptions" call.Any non-2xx status code is an error. Response headers are in either*GooglePlayDeveloperReportingV1alpha1ReleaseFilterOptions.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*AppsFetchReleaseFilterOptionsCall)Fields¶added inv0.123.0
func (c *AppsFetchReleaseFilterOptionsCall) Fields(s ...googleapi.Field) *AppsFetchReleaseFilterOptionsCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*AppsFetchReleaseFilterOptionsCall)Header¶added inv0.123.0
func (c *AppsFetchReleaseFilterOptionsCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*AppsFetchReleaseFilterOptionsCall)IfNoneMatch¶added inv0.123.0
func (c *AppsFetchReleaseFilterOptionsCall) IfNoneMatch(entityTagstring) *AppsFetchReleaseFilterOptionsCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeAppsSearchCall¶added inv0.123.0
type AppsSearchCall struct {// contains filtered or unexported fields}func (*AppsSearchCall)Context¶added inv0.123.0
func (c *AppsSearchCall) Context(ctxcontext.Context) *AppsSearchCall
Context sets the context to be used in this call's Do method.
func (*AppsSearchCall)Do¶added inv0.123.0
func (c *AppsSearchCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1SearchAccessibleAppsResponse,error)
Do executes the "playdeveloperreporting.apps.search" call.Any non-2xx status code is an error. Response headers are in either*GooglePlayDeveloperReportingV1alpha1SearchAccessibleAppsResponse.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*AppsSearchCall)Fields¶added inv0.123.0
func (c *AppsSearchCall) Fields(s ...googleapi.Field) *AppsSearchCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*AppsSearchCall)Header¶added inv0.123.0
func (c *AppsSearchCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*AppsSearchCall)IfNoneMatch¶added inv0.123.0
func (c *AppsSearchCall) IfNoneMatch(entityTagstring) *AppsSearchCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*AppsSearchCall)PageSize¶added inv0.123.0
func (c *AppsSearchCall) PageSize(pageSizeint64) *AppsSearchCall
PageSize sets the optional parameter "pageSize": The maximum number of appsto return. The service may return fewer than this value. If unspecified, atmost 50 apps will be returned. The maximum value is 1000; values above 1000will be coerced to 1000.
func (*AppsSearchCall)PageToken¶added inv0.123.0
func (c *AppsSearchCall) PageToken(pageTokenstring) *AppsSearchCall
PageToken sets the optional parameter "pageToken": A page token, receivedfrom a previous `SearchAccessibleApps` call. Provide this to retrieve thesubsequent page. When paginating, all other parameters provided to`SearchAccessibleApps` must match the call that provided the page token.
func (*AppsSearchCall)Pages¶added inv0.123.0
func (c *AppsSearchCall) Pages(ctxcontext.Context, f func(*GooglePlayDeveloperReportingV1alpha1SearchAccessibleAppsResponse)error)error
Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.
typeAppsService¶added inv0.123.0
type AppsService struct {// contains filtered or unexported fields}funcNewAppsService¶added inv0.123.0
func NewAppsService(s *Service) *AppsService
func (*AppsService)FetchReleaseFilterOptions¶added inv0.123.0
func (r *AppsService) FetchReleaseFilterOptions(namestring) *AppsFetchReleaseFilterOptionsCall
FetchReleaseFilterOptions: Describes filtering options for releases.
- name: Name of the resource, i.e. app the filtering options are for.Format: apps/{app}.
func (*AppsService)Search¶added inv0.123.0
func (r *AppsService) Search() *AppsSearchCall
Search: Searches for Apps accessible by the user.
typeGooglePlayDeveloperReportingV1alpha1Anomaly¶
type GooglePlayDeveloperReportingV1alpha1Anomaly struct {// Dimensions: Combination of dimensions in which the anomaly was detected.Dimensions []*GooglePlayDeveloperReportingV1alpha1DimensionValue `json:"dimensions,omitempty"`// Metric: Metric where the anomaly was detected, together with the anomalous// value.Metric *GooglePlayDeveloperReportingV1alpha1MetricValue `json:"metric,omitempty"`// MetricSet: Metric set resource where the anomaly was detected.MetricSetstring `json:"metricSet,omitempty"`// Name: Identifier. Name of the anomaly. Format:// apps/{app}/anomalies/{anomaly}Namestring `json:"name,omitempty"`// TimelineSpec: Timeline specification that covers the anomaly period.TimelineSpec *GooglePlayDeveloperReportingV1alpha1TimelineSpec `json:"timelineSpec,omitempty"`// ForceSendFields is a list of field names (e.g. "Dimensions") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Dimensions") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1Anomaly: Represents an anomaly detectedin a dataset. Our anomaly detection systems flag datapoints in a time seriesthat fall outside of and expected range derived from historical data.Although those expected ranges have an upper and a lower bound, we only flaganomalies when the data has become unexpectedly _worse_, which usuallycorresponds to the case where the metric crosses the upper bound. Multiplecontiguous datapoints in a timeline outside of the expected range will begrouped into a single anomaly. Therefore, an anomaly represents effectivelya segment of a metric's timeline. The information stored in the`timeline_spec`, `dimensions` and `metric` can be used to fetch a fulltimeline with extended ragne for context. **Required permissions**: toaccess this resource, the calling user needs the _View app information(read-only)_ permission for the app.
func (GooglePlayDeveloperReportingV1alpha1Anomaly)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1Anomaly) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1AnrRateMetricSet¶
type GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet struct {// FreshnessInfo: Summary about data freshness in this resource.FreshnessInfo *GooglePlayDeveloperReportingV1alpha1FreshnessInfo `json:"freshnessInfo,omitempty"`// Name: Identifier. The resource name. Format: apps/{app}/anrRateMetricSetNamestring `json:"name,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "FreshnessInfo") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "FreshnessInfo") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet: Singleton resourcerepresenting the set of ANR (Application not responding) metrics. Thismetric set contains ANRs data combined with usage data to produce anormalized metric independent of user counts. **Supported aggregationperiods:** * DAILY: metrics are aggregated in calendar date intervals. Dueto historical constraints, the only supported timezone is`America/Los_Angeles`. * HOURLY: metrics are aggregated in hourly intervals.The default and only supported timezone is `UTC`. **Supported metrics:** *`anrRate` (`google.type.Decimal`): Percentage of distinct users in theaggregation period that experienced at least one ANR. *`anrRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of`anrRate` in the last 7 days. The daily values are weighted by the count ofdistinct users for the day. Not supported in HOURLY granularity. *`anrRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of`anrRate` in the last 28 days. The daily values are weighted by the count ofdistinct users for the day. Not supported in HOURLY granularity. *`userPerceivedAnrRate` (`google.type.Decimal`): Percentage of distinct usersin the aggregation period that experienced at least one user-perceived ANR.User-perceived ANRs are currently those of 'Input dispatching' type. *`userPerceivedAnrRate7dUserWeighted` (`google.type.Decimal`): Rollingaverage value of `userPerceivedAnrRate` in the last 7 days. The daily valuesare weighted by the count of distinct users for the day. Not supported inHOURLY granularity. * `userPerceivedAnrRate28dUserWeighted`(`google.type.Decimal`): Rolling average value of `userPerceivedAnrRate` inthe last 28 days. The daily values are weighted by the count of distinctusers for the day. * `distinctUsers` (`google.type.Decimal`): Count ofdistinct users in the aggregation period that were used as normalizationvalue for the `anrRate` and `userPerceivedAnrRate` metrics. A user iscounted in this metric if they used the app in the foreground during theaggregation period. Care must be taken not to aggregate this count further,as it may result in users being counted multiple times. The value is roundedto the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on themagnitude of the value. **Supported dimensions:** * `apiLevel` (string): theAPI level of Android that was running on the user's device, e.g., 26. *`versionCode` (int64): version of the app that was running on the user'sdevice. * `deviceModel` (string): unique identifier of the user's devicemodel. The form of the identifier is 'deviceBrand/device', where deviceBrandcorresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,google/coral. * `deviceBrand` (string): unique identifier of the user'sdevice brand, e.g., google. * `deviceType` (string): the type (also known asform factor) of the user's device, e.g., PHONE. * `countryCode` (string):the country or region of the user's device based on their IP address,represented as a 2-letter ISO-3166 code (e.g. US for the United States). *`deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB,etc.). * `deviceSocMake` (string): Make of the device's primarysystem-on-chip, e.g., Samsung. Reference(https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER)* `deviceSocModel` (string): Model of the device's primary system-on-chip,e.g., "Exynos 2100". Reference(https://developer.android.com/reference/android/os/Build#SOC_MODEL) *`deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. *`deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". *`deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. *`deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. *`deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. *`deviceVulkanVersion` (string): Vulkan version of the device, e.g.,"4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device,e.g., "196610". * `deviceScreenSize` (string): Screen size of the device,e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of thedevice, e.g., mdpi, hdpi. **Required permissions**: to access this resource,the calling user needs the _View app information (read-only)_ permission forthe app. **Related metric sets:** * vitals.errors contains unnormalizedversion (absolute counts) of crashes. * vitals.errors contains normalizedmetrics about crashes, another stability metric.
func (GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1AnrRateMetricSet) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1App¶added inv0.123.0
type GooglePlayDeveloperReportingV1alpha1App struct {// DisplayName: Title of the app. This is the latest title as set in the Play// Console and may not yet have been reviewed, so might not match the Play// Store. Example: `Google Maps`.DisplayNamestring `json:"displayName,omitempty"`// Name: Identifier. The resource name. Format: apps/{app}Namestring `json:"name,omitempty"`// PackageName: Package name of the app. Example: `com.example.app123`.PackageNamestring `json:"packageName,omitempty"`// ForceSendFields is a list of field names (e.g. "DisplayName") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DisplayName") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1App: A representation of an app in thePlay Store.
func (GooglePlayDeveloperReportingV1alpha1App)MarshalJSON¶added inv0.123.0
func (sGooglePlayDeveloperReportingV1alpha1App) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1AppVersion¶added inv0.123.0
type GooglePlayDeveloperReportingV1alpha1AppVersion struct {// VersionCode: Numeric version code of the app version (set by the app's// developer).VersionCodeint64 `json:"versionCode,omitempty,string"`// ForceSendFields is a list of field names (e.g. "VersionCode") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "VersionCode") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1AppVersion: Representations of an appversion.
func (GooglePlayDeveloperReportingV1alpha1AppVersion)MarshalJSON¶added inv0.123.0
func (sGooglePlayDeveloperReportingV1alpha1AppVersion) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1CrashRateMetricSet¶
type GooglePlayDeveloperReportingV1alpha1CrashRateMetricSet struct {// FreshnessInfo: Summary about data freshness in this resource.FreshnessInfo *GooglePlayDeveloperReportingV1alpha1FreshnessInfo `json:"freshnessInfo,omitempty"`// Name: Identifier. The resource name. Format: apps/{app}/crashRateMetricSetNamestring `json:"name,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "FreshnessInfo") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "FreshnessInfo") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1CrashRateMetricSet: Singleton resourcerepresenting the set of crashrate metrics. This metric set contains crashesdata combined with usage data to produce a normalized metric independent ofuser counts. **Supported aggregation periods:** * DAILY: metrics areaggregated in calendar date intervals. Due to historical constraints, theonly supported timezone is `America/Los_Angeles`. * HOURLY: metrics areaggregated in hourly intervals. The default and only supported timezone is`UTC`. **Supported metrics:** * `crashRate` (`google.type.Decimal`):Percentage of distinct users in the aggregation period that experienced atleast one crash. * `crashRate7dUserWeighted` (`google.type.Decimal`):Rolling average value of `crashRate` in the last 7 days. The daily valuesare weighted by the count of distinct users for the day. Not supported inHOURLY granularity. * `crashRate28dUserWeighted` (`google.type.Decimal`):Rolling average value of `crashRate` in the last 28 days. The daily valuesare weighted by the count of distinct users for the day. Not supported inHOURLY granularity. * `userPerceivedCrashRate` (`google.type.Decimal`):Percentage of distinct users in the aggregation period that experienced atleast one crash while they were actively using your app (a user-perceivedcrash). An app is considered to be in active use if it is displaying anyactivity or executing any foreground service. *`userPerceivedCrashRate7dUserWeighted` (`google.type.Decimal`): Rollingaverage value of `userPerceivedCrashRate` in the last 7 days. The dailyvalues are weighted by the count of distinct users for the day. Notsupported in HOURLY granularity. * `userPerceivedCrashRate28dUserWeighted`(`google.type.Decimal`): Rolling average value of `userPerceivedCrashRate`in the last 28 days. The daily values are weighted by the count of distinctusers for the day. Not supported in HOURLY granularity. * `distinctUsers`(`google.type.Decimal`): Count of distinct users in the aggregation periodthat were used as normalization value for the `crashRate` and`userPerceivedCrashRate` metrics. A user is counted in this metric if theyused the app actively during the aggregation period. An app is considered tobe in active use if it is displaying any activity or executing anyforeground service. Care must be taken not to aggregate this count further,as it may result in users being counted multiple times. The value is roundedto the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on themagnitude of the value. **Supported dimensions:** * `apiLevel` (string): theAPI level of Android that was running on the user's device, e.g., 26. *`versionCode` (int64): version of the app that was running on the user'sdevice. * `deviceModel` (string): unique identifier of the user's devicemodel. The form of the identifier is 'deviceBrand/device', where deviceBrandcorresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,google/coral. * `deviceBrand` (string): unique identifier of the user'sdevice brand, e.g., google. * `deviceType` (string): the type (also known asform factor) of the user's device, e.g., PHONE. * `countryCode` (string):the country or region of the user's device based on their IP address,represented as a 2-letter ISO-3166 code (e.g. US for the United States). *`deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB,etc.). * `deviceSocMake` (string): Make of the device's primarysystem-on-chip, e.g., Samsung. Reference(https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER)* `deviceSocModel` (string): Model of the device's primary system-on-chip,e.g., "Exynos 2100". Reference(https://developer.android.com/reference/android/os/Build#SOC_MODEL) *`deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. *`deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". *`deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. *`deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. *`deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. *`deviceVulkanVersion` (string): Vulkan version of the device, e.g.,"4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device,e.g., "196610". * `deviceScreenSize` (string): Screen size of the device,e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of thedevice, e.g., mdpi, hdpi. **Required permissions**: to access this resource,the calling user needs the _View app information (read-only)_ permission forthe app. **Related metric sets:** * vitals.errors contains unnormalizedversion (absolute counts) of crashes. * vitals.errors contains normalizedmetrics about ANRs, another stability metric.
func (GooglePlayDeveloperReportingV1alpha1CrashRateMetricSet)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1CrashRateMetricSet) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1DecimalConfidenceInterval¶added inv0.115.0
type GooglePlayDeveloperReportingV1alpha1DecimalConfidenceInterval struct {// LowerBound: The confidence interval's lower bound.LowerBound *GoogleTypeDecimal `json:"lowerBound,omitempty"`// UpperBound: The confidence interval's upper bound.UpperBound *GoogleTypeDecimal `json:"upperBound,omitempty"`// ForceSendFields is a list of field names (e.g. "LowerBound") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "LowerBound") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1DecimalConfidenceInterval: Representsthe confidence interval of a metric.
func (GooglePlayDeveloperReportingV1alpha1DecimalConfidenceInterval)MarshalJSON¶added inv0.115.0
func (sGooglePlayDeveloperReportingV1alpha1DecimalConfidenceInterval) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1DeviceId¶added inv0.123.0
type GooglePlayDeveloperReportingV1alpha1DeviceId struct {// BuildBrand: Value of Build.BRAND.BuildBrandstring `json:"buildBrand,omitempty"`// BuildDevice: Value of Build.DEVICE.BuildDevicestring `json:"buildDevice,omitempty"`// ForceSendFields is a list of field names (e.g. "BuildBrand") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "BuildBrand") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1DeviceId: Identifier of a device.
func (GooglePlayDeveloperReportingV1alpha1DeviceId)MarshalJSON¶added inv0.123.0
func (sGooglePlayDeveloperReportingV1alpha1DeviceId) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1DeviceModelSummary¶added inv0.123.0
type GooglePlayDeveloperReportingV1alpha1DeviceModelSummary struct {// DeviceId: Identifier of the device.DeviceId *GooglePlayDeveloperReportingV1alpha1DeviceId `json:"deviceId,omitempty"`// DeviceUri: Link to the device in Play Device Catalog.DeviceUristring `json:"deviceUri,omitempty"`// MarketingName: Display name of the device.MarketingNamestring `json:"marketingName,omitempty"`// ForceSendFields is a list of field names (e.g. "DeviceId") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DeviceId") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1DeviceModelSummary: Summary of a device
func (GooglePlayDeveloperReportingV1alpha1DeviceModelSummary)MarshalJSON¶added inv0.123.0
func (sGooglePlayDeveloperReportingV1alpha1DeviceModelSummary) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1DimensionValue¶
type GooglePlayDeveloperReportingV1alpha1DimensionValue struct {// Dimension: Name of the dimension.Dimensionstring `json:"dimension,omitempty"`// Int64Value: Actual value, represented as an int64.Int64Valueint64 `json:"int64Value,omitempty,string"`// StringValue: Actual value, represented as a string.StringValuestring `json:"stringValue,omitempty"`// ValueLabel: Optional. Human-friendly label for the value, always in English.// For example, 'Spain' for the 'ES' country code. Whereas the dimension value// is stable, this value label is subject to change. Do not assume that the// (value, value_label) relationship is stable. For example, the ISO country// code 'MK' changed its name recently to 'North Macedonia'.ValueLabelstring `json:"valueLabel,omitempty"`// ForceSendFields is a list of field names (e.g. "Dimension") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Dimension") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1DimensionValue: Represents the value ofa single dimension.
func (GooglePlayDeveloperReportingV1alpha1DimensionValue)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1DimensionValue) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet¶
type GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet struct {// FreshnessInfo: Summary about data freshness in this resource.FreshnessInfo *GooglePlayDeveloperReportingV1alpha1FreshnessInfo `json:"freshnessInfo,omitempty"`// Name: The resource name. Format: apps/{app}/errorCountMetricSetNamestring `json:"name,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "FreshnessInfo") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "FreshnessInfo") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet: Singleton resourcerepresenting the set of error report metrics. This metric set containsun-normalized error report counts. **Supported aggregation periods:** *HOURLY: metrics are aggregated in hourly intervals. The default and onlysupported timezone is `UTC`. * DAILY: metrics are aggregated in calendardate intervals. The default and only supported timezone is`America/Los_Angeles`. **Supported metrics:** * `errorReportCount`(`google.type.Decimal`): Absolute count of individual error reports thathave been received for an app. * `distinctUsers` (`google.type.Decimal`):Count of distinct users for which reports have been received. Care must betaken not to aggregate this count further, as it may result in users beingcounted multiple times. This value is not rounded, however it may be anapproximation. **Required dimension:** This dimension must be alwaysspecified in all requests in the `dimensions` field in query requests. *`reportType` (string): the type of error. The value should correspond to oneof the possible values in ErrorType. **Supported dimensions:** * `apiLevel`(string): the API level of Android that was running on the user's device,e.g., 26. * `versionCode` (int64): version of the app that was running onthe user's device. * `deviceModel` (string): unique identifier of the user'sdevice model. The form of the identifier is 'deviceBrand/device', wheredeviceBrand corresponds to Build.BRAND and device corresponds toBuild.DEVICE, e.g., google/coral. * `deviceType` (string): identifier of thedevice's form factor, e.g., PHONE. * `issueId` (string): the id an error wasassigned to. The value should correspond to the `{issue}` component of theissue name. * `deviceRamBucket` (int64): RAM of the device, in MB, inbuckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device'sprimary system-on-chip, e.g., Samsung. Reference(https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER)* `deviceSocModel` (string): Model of the device's primary system-on-chip,e.g., "Exynos 2100". Reference(https://developer.android.com/reference/android/os/Build#SOC_MODEL) *`deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. *`deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". *`deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. *`deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. *`deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. *`deviceVulkanVersion` (string): Vulkan version of the device, e.g.,"4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device,e.g., "196610". * `deviceScreenSize` (string): Screen size of the device,e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of thedevice, e.g., mdpi, hdpi. **Required permissions**: to access this resource,the calling user needs the _View app information (read-only)_ permission forthe app. **Related metric sets:** * vitals.errors.counts contains normalizedmetrics about Crashes, another stability metric. * vitals.errors.countscontains normalized metrics about ANRs, another stability metric.
func (GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1ErrorIssue¶
type GooglePlayDeveloperReportingV1alpha1ErrorIssue struct {// Annotations: List of annotations for an issue. Annotations provide// additional information that may help in diagnosing and fixing the issue.Annotations []*GooglePlayDeveloperReportingV1alpha1IssueAnnotation `json:"annotations,omitempty"`// Cause: Cause of the issue. Depending on the type this can be either: *// APPLICATION_NOT_RESPONDING: the type of ANR that occurred, e.g., 'Input// dispatching timed out'. * CRASH: for Java unhandled exception errors, the// type of the innermost exception that was thrown, e.g.,// IllegalArgumentException. For signals in native code, the signal that was// raised, e.g. SIGSEGV.Causestring `json:"cause,omitempty"`// DistinctUsers: An estimate of the number of unique users who have// experienced this issue (only considering occurrences matching the filters// and within the requested time period).DistinctUsersint64 `json:"distinctUsers,omitempty,string"`// DistinctUsersPercent: An estimated percentage of users affected by any issue// that are affected by this issue (only considering occurrences matching the// filters and within the requested time period).DistinctUsersPercent *GoogleTypeDecimal `json:"distinctUsersPercent,omitempty"`// ErrorReportCount: The total number of error reports in this issue (only// considering occurrences matching the filters and within the requested time// period).ErrorReportCountint64 `json:"errorReportCount,omitempty,string"`// FirstAppVersion: The earliest (inclusive) app version appearing in this// ErrorIssue in the requested time period (only considering occurrences// matching the filters).FirstAppVersion *GooglePlayDeveloperReportingV1alpha1AppVersion `json:"firstAppVersion,omitempty"`// FirstOsVersion: The smallest OS version in which this error cluster has// occurred in the requested time period (only considering occurrences matching// the filters and within the requested time period).FirstOsVersion *GooglePlayDeveloperReportingV1alpha1OsVersion `json:"firstOsVersion,omitempty"`// IssueUri: Link to the issue in Android vitals in the Play Console.IssueUristring `json:"issueUri,omitempty"`// LastAppVersion: The latest (inclusive) app version appearing in this// ErrorIssue in the requested time period (only considering occurrences// matching the filters).LastAppVersion *GooglePlayDeveloperReportingV1alpha1AppVersion `json:"lastAppVersion,omitempty"`// LastErrorReportTime: Start of the hour during which the last error report in// this issue occurred.LastErrorReportTimestring `json:"lastErrorReportTime,omitempty"`// LastOsVersion: The latest OS version in which this error cluster has// occurred in the requested time period (only considering occurrences matching// the filters and within the requested time period).LastOsVersion *GooglePlayDeveloperReportingV1alpha1OsVersion `json:"lastOsVersion,omitempty"`// Location: Location where the issue happened. Depending on the type this can// be either: * APPLICATION_NOT_RESPONDING: the name of the activity or service// that stopped responding. * CRASH: the likely method name that caused the// error.Locationstring `json:"location,omitempty"`// Name: Identifier. The resource name of the issue. Format: apps/{app}/{issue}Namestring `json:"name,omitempty"`// SampleErrorReports: Output only. Sample error reports which belong to this// ErrorIssue. *Note:* currently a maximum of 1 per ErrorIssue is supported.// Format: "apps/{app}/{report}"SampleErrorReports []string `json:"sampleErrorReports,omitempty"`// Type: Type of the errors grouped in this issue.//// Possible values:// "ERROR_TYPE_UNSPECIFIED" - Unspecified error type.// "APPLICATION_NOT_RESPONDING" - Application Not Responding (ANR) error. To// learn more about this type of errors visit the corresponding Android// Developers documentation.// "CRASH" - Crash caused by an unhandled exception in Java (or Kotlin or any// other JVM language) or a signal in native code such as SIGSEGV.// "NON_FATAL" - Non-fatal caused by events that do not immediately cause// crashes, but is likely to lead to one.Typestring `json:"type,omitempty"`// ForceSendFields is a list of field names (e.g. "Annotations") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Annotations") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1ErrorIssue: A group of relatedErrorReports received for an app. Similar error reports are grouped togetherinto issues with a likely identical root cause. **Please note:** thisresource is currently in Alpha. There could be changes to the issue groupingthat would result in similar but more recent error reports being assigned todifferent issues. This could also cause some issues disappearing entirelyand being replaced by new ones. **Required permissions**: to access thisresource, the calling user needs the _View app information (read-only)_permission for the app.
func (GooglePlayDeveloperReportingV1alpha1ErrorIssue)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1ErrorIssue) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1ErrorReport¶
type GooglePlayDeveloperReportingV1alpha1ErrorReport struct {// AppVersion: The app version on which an event in this error report occurred// on.AppVersion *GooglePlayDeveloperReportingV1alpha1AppVersion `json:"appVersion,omitempty"`// DeviceModel: A device model on which an event in this error report occurred// on.DeviceModel *GooglePlayDeveloperReportingV1alpha1DeviceModelSummary `json:"deviceModel,omitempty"`// EventTime: Start of the hour during which the latest event in this error// report occurred.EventTimestring `json:"eventTime,omitempty"`// Issue: The issue this report was associated with. **Please note:** this// resource is currently in Alpha. There could be changes to the issue grouping// that would result in similar but more recent error reports being assigned to// a different issue.Issuestring `json:"issue,omitempty"`// Name: The resource name of the report. Format: apps/{app}/{report}Namestring `json:"name,omitempty"`// OsVersion: The OS version on which an event in this error report occurred// on.OsVersion *GooglePlayDeveloperReportingV1alpha1OsVersion `json:"osVersion,omitempty"`// ReportText: Textual representation of the error report. These textual// reports are produced by the platform. The reports are then sanitized and// filtered to remove any potentially sensitive information. Although their// format is fairly stable, they are not entirely meant for machine consumption// and we cannot guarantee that there won't be subtle changes to the formatting// that may break systems trying to parse information out of the reports.ReportTextstring `json:"reportText,omitempty"`// Type: Type of the error for which this report was generated.//// Possible values:// "ERROR_TYPE_UNSPECIFIED" - Unspecified error type.// "APPLICATION_NOT_RESPONDING" - Application Not Responding (ANR) error. To// learn more about this type of errors visit the corresponding Android// Developers documentation.// "CRASH" - Crash caused by an unhandled exception in Java (or Kotlin or any// other JVM language) or a signal in native code such as SIGSEGV.// "NON_FATAL" - Non-fatal caused by events that do not immediately cause// crashes, but is likely to lead to one.Typestring `json:"type,omitempty"`// VcsInformation: Version control system information from// BUNDLE-METADATA/version-control-info.textproto or// META-INF/version-control-info.textproto of the app bundle or APK,// respectively.VcsInformationstring `json:"vcsInformation,omitempty"`// ForceSendFields is a list of field names (e.g. "AppVersion") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AppVersion") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1ErrorReport: An error report receivedfor an app. There reports are produced by the Android platform code when a(potentially fatal) error condition is detected. Identical reports from manyusers will be deduplicated and coalesced into a single ErrorReport.**Required permissions**: to access this resource, the calling user needsthe _View app information (read-only)_ permission for the app.
func (GooglePlayDeveloperReportingV1alpha1ErrorReport)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1ErrorReport) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1ExcessiveWakeupRateMetricSet¶
type GooglePlayDeveloperReportingV1alpha1ExcessiveWakeupRateMetricSet struct {// FreshnessInfo: Summary about data freshness in this resource.FreshnessInfo *GooglePlayDeveloperReportingV1alpha1FreshnessInfo `json:"freshnessInfo,omitempty"`// Name: Identifier. The resource name. Format:// apps/{app}/excessiveWakeupRateMetricSetNamestring `json:"name,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "FreshnessInfo") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "FreshnessInfo") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1ExcessiveWakeupRateMetricSet: Singletonresource representing the set of Excessive Weakeups metrics. This metric setcontains AlarmManager wakeup counts data combined with process state data toproduce a normalized metric independent of user counts. **Supportedaggregation periods:** * DAILY: metrics are aggregated in calendar dateintervals. Due to historical constraints, the only supported timezone is`America/Los_Angeles`. **Supported metrics:** * `excessiveWakeupRate`(`google.type.Decimal`): Percentage of distinct users in the aggregationperiod that had more than 10 wakeups per hour. *`excessiveWakeupRate7dUserWeighted` (`google.type.Decimal`): Rolling averagevalue of `excessiveWakeupRate` in the last 7 days. The daily values areweighted by the count of distinct users for the day. *`excessiveWakeupRate28dUserWeighted` (`google.type.Decimal`): Rollingaverage value of `excessiveWakeupRate` in the last 28 days. The daily valuesare weighted by the count of distinct users for the day. * `distinctUsers`(`google.type.Decimal`): Count of distinct users in the aggregation periodthat were used as normalization value for the `excessiveWakeupRate` metric.A user is counted in this metric if they app was doing any work on thedevice, i.e., not just active foreground usage but also background work.Care must be taken not to aggregate this count further, as it may result inusers being counted multiple times. The value is rounded to the nearestmultiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of thevalue. **Supported dimensions:** * `apiLevel` (string): the API level ofAndroid that was running on the user's device, e.g., 26. * `versionCode`(int64): version of the app that was running on the user's device. *`deviceModel` (string): unique identifier of the user's device model. Theform of the identifier is 'deviceBrand/device', where deviceBrandcorresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,google/coral. * `deviceBrand` (string): unique identifier of the user'sdevice brand, e.g., google. * `deviceType` (string): the type (also known asform factor) of the user's device, e.g., PHONE. * `countryCode` (string):the country or region of the user's device based on their IP address,represented as a 2-letter ISO-3166 code (e.g. US for the United States). *`deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB,etc.). * `deviceSocMake` (string): Make of the device's primarysystem-on-chip, e.g., Samsung. Reference(https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER)* `deviceSocModel` (string): Model of the device's primary system-on-chip,e.g., "Exynos 2100". Reference(https://developer.android.com/reference/android/os/Build#SOC_MODEL) *`deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. *`deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". *`deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. *`deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. *`deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. *`deviceVulkanVersion` (string): Vulkan version of the device, e.g.,"4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device,e.g., "196610". * `deviceScreenSize` (string): Screen size of the device,e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of thedevice, e.g., mdpi, hdpi. **Required permissions**: to access this resource,the calling user needs the _View app information (read-only)_ permission forthe app.
func (GooglePlayDeveloperReportingV1alpha1ExcessiveWakeupRateMetricSet)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1ExcessiveWakeupRateMetricSet) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1FreshnessInfo¶
type GooglePlayDeveloperReportingV1alpha1FreshnessInfo struct {// Freshnesses: Information about data freshness for every supported// aggregation period. This field has set semantics, keyed by the// `aggregation_period` field.Freshnesses []*GooglePlayDeveloperReportingV1alpha1FreshnessInfoFreshness `json:"freshnesses,omitempty"`// ForceSendFields is a list of field names (e.g. "Freshnesses") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Freshnesses") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1FreshnessInfo: Represents the latestavailable time that can be requested in a TimelineSpec. Differentaggregation periods have different freshness. For example, `DAILY`aggregation may lag behind `HOURLY` in cases where such aggregation iscomputed only once at the end of the day.
func (GooglePlayDeveloperReportingV1alpha1FreshnessInfo)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1FreshnessInfo) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1FreshnessInfoFreshness¶
type GooglePlayDeveloperReportingV1alpha1FreshnessInfoFreshness struct {// AggregationPeriod: Aggregation period for which data is available.//// Possible values:// "AGGREGATION_PERIOD_UNSPECIFIED" - Unspecified granularity.// "HOURLY" - Data is aggregated in hourly intervals.// "DAILY" - Data is aggregated in daily intervals.// "FULL_RANGE" - Data is aggregated over the full timeline range.// Effectively this produces a single value rather than a timeline.AggregationPeriodstring `json:"aggregationPeriod,omitempty"`// LatestEndTime: Latest end time for which data is available, for the// aggregation period. The time is specified in the metric set's default// timezone. *Note:* time ranges in TimelineSpec are represented as// `start_time, end_time)`. For example, if the latest available timeline data// point for a `DAILY` aggregation period is `2021-06-23 00:00:00// America/Los_Angeles`, the value of this field would be `2021-06-24 00:00:00// America/Los_Angeles` so it can be easily reused in [TimelineSpec.end_time.LatestEndTime *GoogleTypeDateTime `json:"latestEndTime,omitempty"`// ForceSendFields is a list of field names (e.g. "AggregationPeriod") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AggregationPeriod") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1FreshnessInfoFreshness: Informationabout data freshness for a single aggregation period.
func (GooglePlayDeveloperReportingV1alpha1FreshnessInfoFreshness)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1FreshnessInfoFreshness) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1IssueAnnotation¶added inv0.201.0
type GooglePlayDeveloperReportingV1alpha1IssueAnnotation struct {// Body: Contains the contents of the annotation message.Bodystring `json:"body,omitempty"`// Category: Category that the annotation belongs to. An annotation will belong// to a single category. Example categories: "Potential fix", "Insight".Categorystring `json:"category,omitempty"`// Title: Title for the annotation.Titlestring `json:"title,omitempty"`// ForceSendFields is a list of field names (e.g. "Body") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Body") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1IssueAnnotation: Representation of anannotation message for an issue.
func (GooglePlayDeveloperReportingV1alpha1IssueAnnotation)MarshalJSON¶added inv0.201.0
func (sGooglePlayDeveloperReportingV1alpha1IssueAnnotation) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1ListAnomaliesResponse¶
type GooglePlayDeveloperReportingV1alpha1ListAnomaliesResponse struct {// Anomalies: Anomalies that were found.Anomalies []*GooglePlayDeveloperReportingV1alpha1Anomaly `json:"anomalies,omitempty"`// NextPageToken: Continuation token to fetch the next page of data.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Anomalies") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Anomalies") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1ListAnomaliesResponse: Response with alist of anomalies in datasets.
func (GooglePlayDeveloperReportingV1alpha1ListAnomaliesResponse)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1ListAnomaliesResponse) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1LmkRateMetricSet¶added inv0.227.0
type GooglePlayDeveloperReportingV1alpha1LmkRateMetricSet struct {// FreshnessInfo: Summary about data freshness in this resource.FreshnessInfo *GooglePlayDeveloperReportingV1alpha1FreshnessInfo `json:"freshnessInfo,omitempty"`// Name: Identifier. The resource name. Format: apps/{app}/lmkRateMetricSetNamestring `json:"name,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "FreshnessInfo") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "FreshnessInfo") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1LmkRateMetricSet: Singleton resourcerepresenting the set of LMK (Low Memory Kill) metrics. This metric setcontains LMKs data combined with usage data to produce a normalized metricindependent of user counts. **Supported aggregation periods:** * DAILY:metrics are aggregated in calendar date intervals. Due to historicalconstraints, the only supported timezone is `America/Los_Angeles`.**Supported metrics:** * `userPerceivedLmkRate` (`google.type.Decimal`):Percentage of distinct users in the aggregation period that experienced atleast one LMK while they were actively using your app (a user-perceivedLMK). An app is considered to be in active use if it is displaying anyactivity or executing any foreground service. *`userPerceivedLmkRate7dUserWeighted` (`google.type.Decimal`): Rollingaverage value of `userPerceivedLmkRate` in the last 7 days. The daily valuesare weighted by the count of distinct users for the day. *`userPerceivedLmkRate28dUserWeighted` (`google.type.Decimal`): Rollingaverage value of `userPerceivedLmkRate` in the last 28 days. The dailyvalues are weighted by the count of distinct users for the day. *`distinctUsers` (`google.type.Decimal`): Count of distinct users in theaggregation period that were used as normalization value for the`userPerceivedLmkRate` metrics. A user is counted in this metric if theyused the app in the foreground during the aggregation period. Care must betaken not to aggregate this count further, as it may result in users beingcounted multiple times. The value is rounded to the nearest multiple of 10,100, 1,000 or 1,000,000, depending on the magnitude of the value.**Supported dimensions:** * `apiLevel` (string): the API level of Androidthat was running on the user's device, e.g., 26. * `versionCode` (int64):version of the app that was running on the user's device. * `deviceModel`(string): unique identifier of the user's device model. The form of theidentifier is 'deviceBrand/device', where deviceBrand corresponds toBuild.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. *`deviceBrand` (string): unique identifier of the user's device brand, e.g.,google. * `deviceType` (string): the type (also known as form factor) of theuser's device, e.g., PHONE. * `countryCode` (string): the country or regionof the user's device based on their IP address, represented as a 2-letterISO-3166 code (e.g. US for the United States). * `deviceRamBucket` (int64):RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake`(string): Make of the device's primary system-on-chip, e.g., Samsung.Reference(https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER)* `deviceSocModel` (string): Model of the device's primary system-on-chip,e.g., "Exynos 2100". Reference(https://developer.android.com/reference/android/os/Build#SOC_MODEL) *`deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. *`deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". *`deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. *`deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. *`deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. *`deviceVulkanVersion` (string): Vulkan version of the device, e.g.,"4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device,e.g., "196610". * `deviceScreenSize` (string): Screen size of the device,e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of thedevice, e.g., mdpi, hdpi. **Required permissions**: to access this resource,the calling user needs the _View app information (read-only)_ permission forthe app. **Related metric sets:** * vitals.errors contains normalizedmetrics about crashes, another stability metric. * vitals.errors containsnormalized metrics about ANRs, another stability metric.
func (GooglePlayDeveloperReportingV1alpha1LmkRateMetricSet)MarshalJSON¶added inv0.227.0
func (sGooglePlayDeveloperReportingV1alpha1LmkRateMetricSet) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1MetricValue¶
type GooglePlayDeveloperReportingV1alpha1MetricValue struct {// DecimalValue: Actual value, represented as a decimal number.DecimalValue *GoogleTypeDecimal `json:"decimalValue,omitempty"`// DecimalValueConfidenceInterval: Confidence interval of a value that is of// type `type.Decimal`.DecimalValueConfidenceInterval *GooglePlayDeveloperReportingV1alpha1DecimalConfidenceInterval `json:"decimalValueConfidenceInterval,omitempty"`// Metric: Name of the metric.Metricstring `json:"metric,omitempty"`// ForceSendFields is a list of field names (e.g. "DecimalValue") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DecimalValue") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1MetricValue: Represents the value of ametric.
func (GooglePlayDeveloperReportingV1alpha1MetricValue)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1MetricValue) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1MetricsRow¶
type GooglePlayDeveloperReportingV1alpha1MetricsRow struct {// AggregationPeriod: Granularity of the aggregation period of the row.//// Possible values:// "AGGREGATION_PERIOD_UNSPECIFIED" - Unspecified granularity.// "HOURLY" - Data is aggregated in hourly intervals.// "DAILY" - Data is aggregated in daily intervals.// "FULL_RANGE" - Data is aggregated over the full timeline range.// Effectively this produces a single value rather than a timeline.AggregationPeriodstring `json:"aggregationPeriod,omitempty"`// Dimensions: Dimension columns in the row.Dimensions []*GooglePlayDeveloperReportingV1alpha1DimensionValue `json:"dimensions,omitempty"`// Metrics: Metric columns in the row.Metrics []*GooglePlayDeveloperReportingV1alpha1MetricValue `json:"metrics,omitempty"`// StartTime: Starting date (and time for hourly aggregation) of the period// covered by this row.StartTime *GoogleTypeDateTime `json:"startTime,omitempty"`// ForceSendFields is a list of field names (e.g. "AggregationPeriod") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AggregationPeriod") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1MetricsRow: Represents a row ofdimensions and metrics.
func (GooglePlayDeveloperReportingV1alpha1MetricsRow)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1MetricsRow) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1OsVersion¶added inv0.123.0
type GooglePlayDeveloperReportingV1alpha1OsVersion struct {// ApiLevel: Numeric version code of the OS - API levelApiLevelint64 `json:"apiLevel,omitempty,string"`// ForceSendFields is a list of field names (e.g. "ApiLevel") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ApiLevel") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1OsVersion: Representation of an OSversion.
func (GooglePlayDeveloperReportingV1alpha1OsVersion)MarshalJSON¶added inv0.123.0
func (sGooglePlayDeveloperReportingV1alpha1OsVersion) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest¶
type GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest struct {// Dimensions: Dimensions to slice the metrics by. **Supported dimensions:** *// `apiLevel` (string): the API level of Android that was running on the user's// device, e.g., 26. * `versionCode` (int64): version of the app that was// running on the user's device. * `deviceModel` (string): unique identifier of// the user's device model. The form of the identifier is 'deviceBrand/device',// where deviceBrand corresponds to Build.BRAND and device corresponds to// Build.DEVICE, e.g., google/coral. * `deviceBrand` (string): unique// identifier of the user's device brand, e.g., google. * `deviceType`// (string): the type (also known as form factor) of the user's device, e.g.,// PHONE. * `countryCode` (string): the country or region of the user's device// based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US// for the United States). * `deviceRamBucket` (int64): RAM of the device, in// MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the// device's primary system-on-chip, e.g., Samsung. Reference// (https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER)// * `deviceSocModel` (string): Model of the device's primary system-on-chip,// e.g., "Exynos 2100". Reference// (https://developer.android.com/reference/android/os/Build#SOC_MODEL) *// `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. *// `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". *// `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. *// `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. *// `deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. *// `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,// "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device,// e.g., "196610". * `deviceScreenSize` (string): Screen size of the device,// e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the// device, e.g., mdpi, hdpi.Dimensions []string `json:"dimensions,omitempty"`// Filter: Filters to apply to data. The filtering expression follows AIP-160// (https://google.aip.dev/160) standard and supports filtering by equality of// all breakdown dimensions.Filterstring `json:"filter,omitempty"`// Metrics: Metrics to aggregate. **Supported metrics:** * `anrRate`// (`google.type.Decimal`): Percentage of distinct users in the aggregation// period that experienced at least one ANR. * `anrRate7dUserWeighted`// (`google.type.Decimal`): Rolling average value of `anrRate` in the last 7// days. The daily values are weighted by the count of distinct users for the// day. Not supported in HOURLY granularity. * `anrRate28dUserWeighted`// (`google.type.Decimal`): Rolling average value of `anrRate` in the last 28// days. The daily values are weighted by the count of distinct users for the// day. Not supported in HOURLY granularity. * `userPerceivedAnrRate`// (`google.type.Decimal`): Percentage of distinct users in the aggregation// period that experienced at least one user-perceived ANR. User-perceived ANRs// are currently those of 'Input dispatching' type. *// `userPerceivedAnrRate7dUserWeighted` (`google.type.Decimal`): Rolling// average value of `userPerceivedAnrRate` in the last 7 days. The daily values// are weighted by the count of distinct users for the day. Not supported in// HOURLY granularity. * `userPerceivedAnrRate28dUserWeighted`// (`google.type.Decimal`): Rolling average value of `userPerceivedAnrRate` in// the last 28 days. The daily values are weighted by the count of distinct// users for the day. Not . supported in HOURLY granularity. * `distinctUsers`// (`google.type.Decimal`): Count of distinct users in the aggregation period// that were used as normalization value for the `anrRate` and// `userPerceivedAnrRate` metrics. A user is counted in this metric if they// used the app in the foreground during the aggregation period. Care must be// taken not to aggregate this count further, as it may result in users being// counted multiple times. The value is rounded to the nearest multiple of 10,// 100, 1,000 or 1,000,000, depending on the magnitude of the value.Metrics []string `json:"metrics,omitempty"`// PageSize: Maximum size of the returned data. If unspecified, at most 1000// rows will be returned. The maximum value is 100,000; values above 100,000// will be coerced to 100,000.PageSizeint64 `json:"pageSize,omitempty"`// PageToken: A page token, received from a previous call. Provide this to// retrieve the subsequent page. When paginating, all other parameters provided// to the request must match the call that provided the page token.PageTokenstring `json:"pageToken,omitempty"`// TimelineSpec: Specification of the timeline aggregation parameters.// **Supported aggregation periods:** * DAILY: metrics are aggregated in// calendar date intervals. Due to historical constraints, the default and only// supported timezone is `America/Los_Angeles`. * HOURLY: metrics are// aggregated in hourly intervals. The default and only supported timezone is// `UTC`.TimelineSpec *GooglePlayDeveloperReportingV1alpha1TimelineSpec `json:"timelineSpec,omitempty"`// UserCohort: User view to select. The output data will correspond to the// selected view. **Supported values:** * `OS_PUBLIC` To select data from all// publicly released Android versions. This is the default. Supports all the// above dimensions. * `APP_TESTERS` To select data from users who have opted// in to be testers. Supports all the above dimensions. * `OS_BETA` To select// data from beta android versions only, excluding data from released android// versions. Only the following dimensions are supported: * `versionCode`// (int64): version of the app that was running on the user's device. *// `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".//// Possible values:// "USER_COHORT_UNSPECIFIED" - Unspecified User cohort. This will// automatically choose the default value.// "OS_PUBLIC" - This is default view. Contains data from public released// android versions only.// "OS_BETA" - This is the view with just android beta data excluding// released OS version data.// "APP_TESTERS" - This is the view with data only from users who have opted// in to be testers for a given app, excluding OS beta data.UserCohortstring `json:"userCohort,omitempty"`// ForceSendFields is a list of field names (e.g. "Dimensions") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Dimensions") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest: Requestmessage for QueryAnrRateMetricSet.
func (GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetResponse¶
type GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetResponse struct {// NextPageToken: Continuation token to fetch the next page of data.NextPageTokenstring `json:"nextPageToken,omitempty"`// Rows: Returned rows of data.Rows []*GooglePlayDeveloperReportingV1alpha1MetricsRow `json:"rows,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "NextPageToken") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NextPageToken") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetResponse: Responsemessage for QueryAnrRateMetricSet.
func (GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetResponse)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetResponse) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest¶
type GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest struct {// Dimensions: Dimensions to slice the metrics by. **Supported dimensions:** *// `apiLevel` (string): the API level of Android that was running on the user's// device, e.g., 26. * `versionCode` (int64): version of the app that was// running on the user's device. * `deviceModel` (string): unique identifier of// the user's device model. The form of the identifier is 'deviceBrand/device',// where deviceBrand corresponds to Build.BRAND and device corresponds to// Build.DEVICE, e.g., google/coral. * `deviceBrand` (string): unique// identifier of the user's device brand, e.g., google. * `deviceType`// (string): the type (also known as form factor) of the user's device, e.g.,// PHONE. * `countryCode` (string): the country or region of the user's device// based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US// for the United States). * `deviceRamBucket` (int64): RAM of the device, in// MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the// device's primary system-on-chip, e.g., Samsung. Reference// (https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER)// * `deviceSocModel` (string): Model of the device's primary system-on-chip,// e.g., "Exynos 2100". Reference// (https://developer.android.com/reference/android/os/Build#SOC_MODEL) *// `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. *// `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". *// `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. *// `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. *// `deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. *// `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,// "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device,// e.g., "196610". * `deviceScreenSize` (string): Screen size of the device,// e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the// device, e.g., mdpi, hdpi.Dimensions []string `json:"dimensions,omitempty"`// Filter: Filters to apply to data. The filtering expression follows AIP-160// (https://google.aip.dev/160) standard and supports filtering by equality of// all breakdown dimensions.Filterstring `json:"filter,omitempty"`// Metrics: Metrics to aggregate. **Supported metrics:** * `crashRate`// (`google.type.Decimal`): Percentage of distinct users in the aggregation// period that experienced at least one crash. * `crashRate7dUserWeighted`// (`google.type.Decimal`): Rolling average value of `crashRate` in the last 7// days. The daily values are weighted by the count of distinct users for the// day. * `crashRate28dUserWeighted` (`google.type.Decimal`): Rolling average// value of `crashRate` in the last 28 days. The daily values are weighted by// the count of distinct users for the day. Not supported in HOURLY// granularity. * `userPerceivedCrashRate` (`google.type.Decimal`): Percentage// of distinct users in the aggregation period that experienced at least one// crash while they were actively using your app (a user-perceived crash). An// app is considered to be in active use if it is displaying any activity or// executing any foreground service. * `userPerceivedCrashRate7dUserWeighted`// (`google.type.Decimal`): Rolling average value of `userPerceivedCrashRate`// in the last 7 days. The daily values are weighted by the count of distinct// users for the day. Not supported in HOURLY granularity. *// `userPerceivedCrashRate28dUserWeighted` (`google.type.Decimal`): Rolling// average value of `userPerceivedCrashRate` in the last 28 days. The daily// values are weighted by the count of distinct users for the day. Not// supported in HOURLY granularity. * `distinctUsers` (`google.type.Decimal`):// Count of distinct users in the aggregation period that were used as// normalization value for the `crashRate` and `userPerceivedCrashRate`// metrics. A user is counted in this metric if they used the app actively// during the aggregation period. An app is considered to be in active use if// it is displaying any activity or executing any foreground service. Care must// be taken not to aggregate this count further, as it may result in users// being counted multiple times. The value is rounded to the nearest multiple// of 10, 100, 1,000 or 1,000,000, depending on the magnitude of the value.Metrics []string `json:"metrics,omitempty"`// PageSize: Maximum size of the returned data. If unspecified, at most 1000// rows will be returned. The maximum value is 100,000; values above 100,000// will be coerced to 100,000.PageSizeint64 `json:"pageSize,omitempty"`// PageToken: A page token, received from a previous call. Provide this to// retrieve the subsequent page. When paginating, all other parameters provided// to the request must match the call that provided the page token.PageTokenstring `json:"pageToken,omitempty"`// TimelineSpec: Specification of the timeline aggregation parameters.// **Supported aggregation periods:** * DAILY: metrics are aggregated in// calendar date intervals. Due to historical constraints, the default and only// supported timezone is `America/Los_Angeles`. * HOURLY: metrics are// aggregated in hourly intervals. The default and only supported timezone is// `UTC`.TimelineSpec *GooglePlayDeveloperReportingV1alpha1TimelineSpec `json:"timelineSpec,omitempty"`// UserCohort: User view to select. The output data will correspond to the// selected view. **Supported values:** * `OS_PUBLIC` To select data from all// publicly released Android versions. This is the default. Supports all the// above dimensions. * `APP_TESTERS` To select data from users who have opted// in to be testers. Supports all the above dimensions. * `OS_BETA` To select// data from beta android versions only, excluding data from released android// versions. Only the following dimensions are supported: * `versionCode`// (int64): version of the app that was running on the user's device. *// `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".//// Possible values:// "USER_COHORT_UNSPECIFIED" - Unspecified User cohort. This will// automatically choose the default value.// "OS_PUBLIC" - This is default view. Contains data from public released// android versions only.// "OS_BETA" - This is the view with just android beta data excluding// released OS version data.// "APP_TESTERS" - This is the view with data only from users who have opted// in to be testers for a given app, excluding OS beta data.UserCohortstring `json:"userCohort,omitempty"`// ForceSendFields is a list of field names (e.g. "Dimensions") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Dimensions") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest: Requestmessage for QueryCrashRateMetricSet.
func (GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetResponse¶
type GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetResponse struct {// NextPageToken: Continuation token to fetch the next page of data.NextPageTokenstring `json:"nextPageToken,omitempty"`// Rows: Returned rows of data.Rows []*GooglePlayDeveloperReportingV1alpha1MetricsRow `json:"rows,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "NextPageToken") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NextPageToken") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetResponse:Response message for QueryCrashRateMetricSet.
func (GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetResponse)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetResponse) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest¶
type GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest struct {// Dimensions: Dimensions to slice the data by. **Supported dimensions:** *// `apiLevel` (string): the API level of Android that was running on the user's// device, e.g., 26. * `versionCode` (int64): unique identifier of the user's// device model. The form of the identifier is 'deviceBrand/device', where// deviceBrand corresponds to Build.BRAND and device corresponds to// Build.DEVICE, e.g., google/coral. * `deviceModel` (string): unique// identifier of the user's device model. * `deviceType` (string): identifier// of the device's form factor, e.g., PHONE. * `reportType` (string): the type// of error. The value should correspond to one of the possible values in// ErrorType. * `issueId` (string): the id an error was assigned to. The value// should correspond to the `{issue}` component of the issue name. *// `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB,// etc.). * `deviceSocMake` (string): Make of the device's primary// system-on-chip, e.g., Samsung. Reference// (https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER)// * `deviceSocModel` (string): Model of the device's primary system-on-chip,// e.g., "Exynos 2100". Reference// (https://developer.android.com/reference/android/os/Build#SOC_MODEL) *// `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. *// `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". *// `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. *// `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. *// `deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. *// `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,// "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device,// e.g., "196610". * `deviceScreenSize` (string): Screen size of the device,// e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the// device, e.g., mdpi, hdpi.Dimensions []string `json:"dimensions,omitempty"`// Filter: Filters to apply to data. The filtering expression follows AIP-160// (https://google.aip.dev/160) standard and supports filtering by equality of// all breakdown dimensions and: * `isUserPerceived` (string): denotes whether// error is user perceived or not, USER_PERCEIVED or NOT_USER_PERCEIVED.Filterstring `json:"filter,omitempty"`// Metrics: Metrics to aggregate. **Supported metrics:** * `errorReportCount`// (`google.type.Decimal`): Absolute count of individual error reports that// have been received for an app. * `distinctUsers` (`google.type.Decimal`):// Count of distinct users for which reports have been received. Care must be// taken not to aggregate this count further, as it may result in users being// counted multiple times. This value is not rounded, however it may be an// approximation.Metrics []string `json:"metrics,omitempty"`// PageSize: Maximum size of the returned data. If unspecified, at most 1000// rows will be returned. The maximum value is 100000; values above 100000 will// be coerced to 100000.PageSizeint64 `json:"pageSize,omitempty"`// PageToken: A page token, received from a previous call. Provide this to// retrieve the subsequent page. When paginating, all other parameters provided// to the request must match the call that provided the page token.PageTokenstring `json:"pageToken,omitempty"`// TimelineSpec: Specification of the timeline aggregation parameters.// **Supported aggregation periods:** * DAILY: metrics are aggregated in// calendar date intervals. The default and only supported timezone is// `America/Los_Angeles`.TimelineSpec *GooglePlayDeveloperReportingV1alpha1TimelineSpec `json:"timelineSpec,omitempty"`// ForceSendFields is a list of field names (e.g. "Dimensions") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Dimensions") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest: Requestmessage for QueryErrorCountMetricSet.
func (GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetResponse¶
type GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetResponse struct {// NextPageToken: Continuation token to fetch the next page of data.NextPageTokenstring `json:"nextPageToken,omitempty"`// Rows: Returned rows.Rows []*GooglePlayDeveloperReportingV1alpha1MetricsRow `json:"rows,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "NextPageToken") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NextPageToken") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetResponse: Errorcounts query response.
func (GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetResponse)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetResponse) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequest¶
type GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequest struct {// Dimensions: Dimensions to slice the data by. **Supported dimensions:** *// `apiLevel` (string): the API level of Android that was running on the user's// device, e.g., 26. * `versionCode` (int64): version of the app that was// running on the user's device. * `deviceModel` (string): unique identifier of// the user's device model. The form of the identifier is 'deviceBrand/device',// where deviceBrand corresponds to Build.BRAND and device corresponds to// Build.DEVICE, e.g., google/coral. * `deviceBrand` (string): unique// identifier of the user's device brand, e.g., google. * `deviceType`// (string): the type (also known as form factor) of the user's device, e.g.,// PHONE. * `countryCode` (string): the country or region of the user's device// based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US// for the United States). * `deviceRamBucket` (int64): RAM of the device, in// MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the// device's primary system-on-chip, e.g., Samsung. Reference// (https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER)// * `deviceSocModel` (string): Model of the device's primary system-on-chip,// e.g., "Exynos 2100". Reference// (https://developer.android.com/reference/android/os/Build#SOC_MODEL) *// `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. *// `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". *// `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. *// `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. *// `deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. *// `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,// "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device,// e.g., "196610". * `deviceScreenSize` (string): Screen size of the device,// e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the// device, e.g., mdpi, hdpi.Dimensions []string `json:"dimensions,omitempty"`// Filter: Filters to apply to data. The filtering expression follows AIP-160// (https://google.aip.dev/160) standard and supports filtering by equality of// all breakdown dimensions.Filterstring `json:"filter,omitempty"`// Metrics: Metrics to aggregate. **Supported metrics:** *// `excessiveWakeupRate` (`google.type.Decimal`): Percentage of distinct users// in the aggregation period that had more than 10 wakeups per hour. *// `excessiveWakeupRate7dUserWeighted` (`google.type.Decimal`): Rolling average// value of `excessiveWakeupRate` in the last 7 days. The daily values are// weighted by the count of distinct users for the day. *// `excessiveWakeupRate28dUserWeighted` (`google.type.Decimal`): Rolling// average value of `excessiveWakeupRate` in the last 28 days. The daily values// are weighted by the count of distinct users for the day. * `distinctUsers`// (`google.type.Decimal`): Count of distinct users in the aggregation period// that were used as normalization value for the `excessiveWakeupRate` metric.// A user is counted in this metric if they app was doing any work on the// device, i.e., not just active foreground usage but also background work.// Care must be taken not to aggregate this count further, as it may result in// users being counted multiple times. The value is rounded to the nearest// multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of the// value.Metrics []string `json:"metrics,omitempty"`// PageSize: Maximum size of the returned data. If unspecified, at most 1000// rows will be returned. The maximum value is 100000; values above 100000 will// be coerced to 100000.PageSizeint64 `json:"pageSize,omitempty"`// PageToken: A page token, received from a previous call. Provide this to// retrieve the subsequent page. When paginating, all other parameters provided// to the request must match the call that provided the page token.PageTokenstring `json:"pageToken,omitempty"`// TimelineSpec: Specification of the timeline aggregation parameters.// **Supported aggregation periods:** * DAILY: metrics are aggregated in// calendar date intervals. Due to historical constraints, the only supported// timezone is `America/Los_Angeles`.TimelineSpec *GooglePlayDeveloperReportingV1alpha1TimelineSpec `json:"timelineSpec,omitempty"`// UserCohort: User view to select. The output data will correspond to the// selected view. The only supported value is `OS_PUBLIC`.//// Possible values:// "USER_COHORT_UNSPECIFIED" - Unspecified User cohort. This will// automatically choose the default value.// "OS_PUBLIC" - This is default view. Contains data from public released// android versions only.// "OS_BETA" - This is the view with just android beta data excluding// released OS version data.// "APP_TESTERS" - This is the view with data only from users who have opted// in to be testers for a given app, excluding OS beta data.UserCohortstring `json:"userCohort,omitempty"`// ForceSendFields is a list of field names (e.g. "Dimensions") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Dimensions") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequest:
Request message for QueryExcessiveWakeupRateMetricSet.
func (GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequest)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequest) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetResponse¶
type GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetResponse struct {// NextPageToken: Continuation token to fetch the next page of data.NextPageTokenstring `json:"nextPageToken,omitempty"`// Rows: Returned rows of data.Rows []*GooglePlayDeveloperReportingV1alpha1MetricsRow `json:"rows,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "NextPageToken") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NextPageToken") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetResponse: Response message for QueryExcessiveWakeupRateMetricSet.
func (GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetResponse)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetResponse) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1QueryLmkRateMetricSetRequest¶added inv0.227.0
type GooglePlayDeveloperReportingV1alpha1QueryLmkRateMetricSetRequest struct {// Dimensions: Optional. Dimensions to slice the metrics by. **Supported// dimensions:** * `apiLevel` (string): the API level of Android that was// running on the user's device, e.g., 26. * `versionCode` (int64): version of// the app that was running on the user's device. * `deviceModel` (string):// unique identifier of the user's device model. The form of the identifier is// 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and// device corresponds to Build.DEVICE, e.g., google/coral. * `deviceBrand`// (string): unique identifier of the user's device brand, e.g., google. *// `deviceType` (string): the type (also known as form factor) of the user's// device, e.g., PHONE. * `countryCode` (string): the country or region of the// user's device based on their IP address, represented as a 2-letter ISO-3166// code (e.g. US for the United States). * `deviceRamBucket` (int64): RAM of// the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):// Make of the device's primary system-on-chip, e.g., Samsung. Reference// (https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER)// * `deviceSocModel` (string): Model of the device's primary system-on-chip,// e.g., "Exynos 2100". Reference// (https://developer.android.com/reference/android/os/Build#SOC_MODEL) *// `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. *// `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". *// `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. *// `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. *// `deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. *// `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,// "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device,// e.g., "196610". * `deviceScreenSize` (string): Screen size of the device,// e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the// device, e.g., mdpi, hdpi.Dimensions []string `json:"dimensions,omitempty"`// Filter: Optional. Filters to apply to data. The filtering expression follows// AIP-160 (https://google.aip.dev/160) standard and supports filtering by// equality of all breakdown dimensions.Filterstring `json:"filter,omitempty"`// Metrics: Optional. Metrics to aggregate. **Supported metrics:** *// `userPerceivedLmkRate` (`google.type.Decimal`): Percentage of distinct users// in the aggregation period that experienced at least one LMK while they were// actively using your app (a user-perceived LMK). An app is considered to be// in active use if it is displaying any activity or executing any foreground// service. * `userPerceivedLmkRate7dUserWeighted` (`google.type.Decimal`):// Rolling average value of `userPerceivedLmkRate` in the last 7 days. The// daily values are weighted by the count of distinct users for the day. *// `userPerceivedLmkRate28dUserWeighted` (`google.type.Decimal`): Rolling// average value of `userPerceivedLmkRate` in the last 28 days. The daily// values are weighted by the count of distinct users for the day. *// `distinctUsers` (`google.type.Decimal`): Count of distinct users in the// aggregation period that were used as normalization value for the// `userPerceivedLmkRate` metrics. A user is counted in this metric if they// used the app in the foreground during the aggregation period. Care must be// taken not to aggregate this count further, as it may result in users being// counted multiple times. The value is rounded to the nearest multiple of 10,// 100, 1,000 or 1,000,000, depending on the magnitude of the value.Metrics []string `json:"metrics,omitempty"`// PageSize: Optional. Maximum size of the returned data. If unspecified, at// most 1000 rows will be returned. The maximum value is 100,000; values above// 100,000 will be coerced to 100,000.PageSizeint64 `json:"pageSize,omitempty"`// PageToken: Optional. A page token, received from a previous call. Provide// this to retrieve the subsequent page. When paginating, all other parameters// provided to the request must match the call that provided the page token.PageTokenstring `json:"pageToken,omitempty"`// TimelineSpec: Optional. Specification of the timeline aggregation// parameters. **Supported aggregation periods:** * DAILY: metrics are// aggregated in calendar date intervals. Due to historical constraints, the// default and only supported timezone is `America/Los_Angeles`.TimelineSpec *GooglePlayDeveloperReportingV1alpha1TimelineSpec `json:"timelineSpec,omitempty"`// UserCohort: Optional. User view to select. The output data will correspond// to the selected view. **Supported values:** * `OS_PUBLIC` To select data// from all publicly released Android versions. This is the default. Supports// all the above dimensions. * `APP_TESTERS` To select data from users who have// opted in to be testers. Supports all the above dimensions. * `OS_BETA` To// select data from beta android versions only, excluding data from released// android versions. Only the following dimensions are supported: *// `versionCode` (int64): version of the app that was running on the user's// device. * `osBuild` (string): OS build of the user's device, e.g.,// "T1B2.220916.004".//// Possible values:// "USER_COHORT_UNSPECIFIED" - Unspecified User cohort. This will// automatically choose the default value.// "OS_PUBLIC" - This is default view. Contains data from public released// android versions only.// "OS_BETA" - This is the view with just android beta data excluding// released OS version data.// "APP_TESTERS" - This is the view with data only from users who have opted// in to be testers for a given app, excluding OS beta data.UserCohortstring `json:"userCohort,omitempty"`// ForceSendFields is a list of field names (e.g. "Dimensions") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Dimensions") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1QueryLmkRateMetricSetRequest: Requestmessage for QueryLmkRateMetricSet.
func (GooglePlayDeveloperReportingV1alpha1QueryLmkRateMetricSetRequest)MarshalJSON¶added inv0.227.0
func (sGooglePlayDeveloperReportingV1alpha1QueryLmkRateMetricSetRequest) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1QueryLmkRateMetricSetResponse¶added inv0.227.0
type GooglePlayDeveloperReportingV1alpha1QueryLmkRateMetricSetResponse struct {// NextPageToken: Continuation token to fetch the next page of data.NextPageTokenstring `json:"nextPageToken,omitempty"`// Rows: Returned rows of data.Rows []*GooglePlayDeveloperReportingV1alpha1MetricsRow `json:"rows,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "NextPageToken") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NextPageToken") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1QueryLmkRateMetricSetResponse: Responsemessage for QueryLmkRateMetricSet.
func (GooglePlayDeveloperReportingV1alpha1QueryLmkRateMetricSetResponse)MarshalJSON¶added inv0.227.0
func (sGooglePlayDeveloperReportingV1alpha1QueryLmkRateMetricSetResponse) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetRequest¶added inv0.115.0
type GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetRequest struct {// Dimensions: Dimensions to slice the data by. **Supported dimensions:** *// `apiLevel` (string): the API level of Android that was running on the user's// device, e.g., 26. * `versionCode` (int64): version of the app that was// running on the user's device. * `deviceModel` (string): unique identifier of// the user's device model. The form of the identifier is 'deviceBrand/device',// where deviceBrand corresponds to Build.BRAND and device corresponds to// Build.DEVICE, e.g., google/coral. * `deviceBrand` (string): unique// identifier of the user's device brand, e.g., google. * `deviceType`// (string): the type (also known as form factor) of the user's device, e.g.,// PHONE. * `countryCode` (string): the country or region of the user's device// based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US// for the United States). * `deviceRamBucket` (int64): RAM of the device, in// MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the// device's primary system-on-chip, e.g., Samsung. Reference// (https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER)// * `deviceSocModel` (string): Model of the device's primary system-on-chip,// e.g., "Exynos 2100". Reference// (https://developer.android.com/reference/android/os/Build#SOC_MODEL) *// `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. *// `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". *// `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. *// `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. *// `deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. *// `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,// "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device,// e.g., "196610". * `deviceScreenSize` (string): Screen size of the device,// e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the// device, e.g., mdpi, hdpi.Dimensions []string `json:"dimensions,omitempty"`// Filter: Filters to apply to data. The filtering expression follows AIP-160// (https://google.aip.dev/160) standard and supports filtering by equality of// all breakdown dimensions.Filterstring `json:"filter,omitempty"`// Metrics: Metrics to aggregate. **Supported metrics:** *// `slowRenderingRate20Fps` (`google.type.Decimal`): Percentage of distinct// users in the aggregation period that had a slow rendering. *// `slowRenderingRate20Fps7dUserWeighted` (`google.type.Decimal`): Rolling// average value of `slowRenderingRate20Fps` in the last 7 days. The daily// values are weighted by the count of distinct users for the day. *// `slowRenderingRate20Fps28dUserWeighted` (`google.type.Decimal`): Rolling// average value of `slowRenderingRate20Fps` in the last 28 days. The daily// values are weighted by the count of distinct users for the day. *// `slowRenderingRate30Fps` (`google.type.Decimal`): Percentage of distinct// users in the aggregation period that had a slow rendering. *// `slowRenderingRate30Fps7dUserWeighted` (`google.type.Decimal`): Rolling// average value of `slowRenderingRate30Fps` in the last 7 days. The daily// values are weighted by the count of distinct users for the day. *// `slowRenderingRate30Fps28dUserWeighted` (`google.type.Decimal`): Rolling// average value of `slowRenderingRate30Fps` in the last 28 days. The daily// values are weighted by the count of distinct users for the day. *// `distinctUsers` (`google.type.Decimal`): Count of distinct users in the// aggregation period that were used as normalization value for the// `slowRenderingRate20Fps`/`slowRenderingRate30Fps` metric. A user is counted// in this metric if their app was launched in the device. Care must be taken// not to aggregate this count further, as it may result in users being counted// multiple times. The value is rounded to the nearest multiple of 10, 100,// 1,000 or 1,000,000, depending on the magnitude of the value.Metrics []string `json:"metrics,omitempty"`// PageSize: Maximum size of the returned data. If unspecified, at most 1000// rows will be returned. The maximum value is 100000; values above 100000 will// be coerced to 100000.PageSizeint64 `json:"pageSize,omitempty"`// PageToken: A page token, received from a previous call. Provide this to// retrieve the subsequent page. When paginating, all other parameters provided// to the request must match the call that provided the page token.PageTokenstring `json:"pageToken,omitempty"`// TimelineSpec: Specification of the timeline aggregation parameters.// **Supported aggregation periods:** * DAILY: metrics are aggregated in// calendar date intervals. Due to historical constraints, the only supported// timezone is `America/Los_Angeles`.TimelineSpec *GooglePlayDeveloperReportingV1alpha1TimelineSpec `json:"timelineSpec,omitempty"`// UserCohort: User view to select. The output data will correspond to the// selected view. The only supported value is `OS_PUBLIC`.//// Possible values:// "USER_COHORT_UNSPECIFIED" - Unspecified User cohort. This will// automatically choose the default value.// "OS_PUBLIC" - This is default view. Contains data from public released// android versions only.// "OS_BETA" - This is the view with just android beta data excluding// released OS version data.// "APP_TESTERS" - This is the view with data only from users who have opted// in to be testers for a given app, excluding OS beta data.UserCohortstring `json:"userCohort,omitempty"`// ForceSendFields is a list of field names (e.g. "Dimensions") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Dimensions") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetRequest:Request message for QuerySlowRenderingRateMetricSet.
func (GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetRequest)MarshalJSON¶added inv0.115.0
func (sGooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetRequest) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetResponse¶added inv0.115.0
type GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetResponse struct {// NextPageToken: Continuation token to fetch the next page of data.NextPageTokenstring `json:"nextPageToken,omitempty"`// Rows: Returned rows of data.Rows []*GooglePlayDeveloperReportingV1alpha1MetricsRow `json:"rows,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "NextPageToken") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NextPageToken") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetResponse:Response message for QuerySlowRenderingRateMetricSet.
func (GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetResponse)MarshalJSON¶added inv0.115.0
func (sGooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetResponse) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest¶added inv0.115.0
type GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest struct {// Dimensions: Dimensions to slice the data by. **Supported dimensions:** *// `apiLevel` (string): the API level of Android that was running on the user's// device, e.g., 26. * `versionCode` (int64): version of the app that was// running on the user's device. * `deviceModel` (string): unique identifier of// the user's device model. The form of the identifier is 'deviceBrand/device',// where deviceBrand corresponds to Build.BRAND and device corresponds to// Build.DEVICE, e.g., google/coral. * `deviceBrand` (string): unique// identifier of the user's device brand, e.g., google. * `deviceType`// (string): the type (also known as form factor) of the user's device, e.g.,// PHONE. * `countryCode` (string): the country or region of the user's device// based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US// for the United States). * `deviceRamBucket` (int64): RAM of the device, in// MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the// device's primary system-on-chip, e.g., Samsung. Reference// (https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER)// * `deviceSocModel` (string): Model of the device's primary system-on-chip,// e.g., "Exynos 2100". Reference// (https://developer.android.com/reference/android/os/Build#SOC_MODEL) *// `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. *// `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". *// `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. *// `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. *// `deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. *// `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,// "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device,// e.g., "196610". * `deviceScreenSize` (string): Screen size of the device,// e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the// device, e.g., mdpi, hdpi.Dimensions []string `json:"dimensions,omitempty"`// Filter: Filters to apply to data. The filtering expression follows AIP-160// (https://google.aip.dev/160) standard and supports filtering by equality of// all breakdown dimensions.Filterstring `json:"filter,omitempty"`// Metrics: Metrics to aggregate. **Supported metrics:** * `slowStartRate`// (`google.type.Decimal`): Percentage of distinct users in the aggregation// period that had a slow start. * `slowStartRate7dUserWeighted`// (`google.type.Decimal`): Rolling average value of `slowStartRate` in the// last 7 days. The daily values are weighted by the count of distinct users// for the day. * `slowStartRate28dUserWeighted` (`google.type.Decimal`):// Rolling average value of `slowStartRate` in the last 28 days. The daily// values are weighted by the count of distinct users for the day. *// `distinctUsers` (`google.type.Decimal`): Count of distinct users in the// aggregation period that were used as normalization value for the// `slowStartRate` metric. A user is counted in this metric if their app was// launched in the device. Care must be taken not to aggregate this count// further, as it may result in users being counted multiple times. The value// is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending// on the magnitude of the value.Metrics []string `json:"metrics,omitempty"`// PageSize: Maximum size of the returned data. If unspecified, at most 1000// rows will be returned. The maximum value is 100000; values above 100000 will// be coerced to 100000.PageSizeint64 `json:"pageSize,omitempty"`// PageToken: A page token, received from a previous call. Provide this to// retrieve the subsequent page. When paginating, all other parameters provided// to the request must match the call that provided the page token.PageTokenstring `json:"pageToken,omitempty"`// TimelineSpec: Specification of the timeline aggregation parameters.// **Supported aggregation periods:** * DAILY: metrics are aggregated in// calendar date intervals. Due to historical constraints, the only supported// timezone is `America/Los_Angeles`.TimelineSpec *GooglePlayDeveloperReportingV1alpha1TimelineSpec `json:"timelineSpec,omitempty"`// UserCohort: User view to select. The output data will correspond to the// selected view. The only supported value is `OS_PUBLIC`.//// Possible values:// "USER_COHORT_UNSPECIFIED" - Unspecified User cohort. This will// automatically choose the default value.// "OS_PUBLIC" - This is default view. Contains data from public released// android versions only.// "OS_BETA" - This is the view with just android beta data excluding// released OS version data.// "APP_TESTERS" - This is the view with data only from users who have opted// in to be testers for a given app, excluding OS beta data.UserCohortstring `json:"userCohort,omitempty"`// ForceSendFields is a list of field names (e.g. "Dimensions") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Dimensions") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest:Request message for QuerySlowStartRateMetricSet.
func (GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest)MarshalJSON¶added inv0.115.0
func (sGooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetResponse¶added inv0.115.0
type GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetResponse struct {// NextPageToken: Continuation token to fetch the next page of data.NextPageTokenstring `json:"nextPageToken,omitempty"`// Rows: Returned rows of data.Rows []*GooglePlayDeveloperReportingV1alpha1MetricsRow `json:"rows,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "NextPageToken") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NextPageToken") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetResponse:Response message for QuerySlowStartRateMetricSet.
func (GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetResponse)MarshalJSON¶added inv0.115.0
func (sGooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetResponse) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetRequest¶
type GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetRequest struct {// Dimensions: Dimensions to slice the data by. **Supported dimensions:** *// `apiLevel` (string): the API level of Android that was running on the user's// device, e.g., 26. * `versionCode` (int64): version of the app that was// running on the user's device. * `deviceModel` (string): unique identifier of// the user's device model. The form of the identifier is 'deviceBrand/device',// where deviceBrand corresponds to Build.BRAND and device corresponds to// Build.DEVICE, e.g., google/coral. * `deviceBrand` (string): unique// identifier of the user's device brand, e.g., google. * `deviceType`// (string): the type (also known as form factor) of the user's device, e.g.,// PHONE. * `countryCode` (string): the country or region of the user's device// based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US// for the United States). * `deviceRamBucket` (int64): RAM of the device, in// MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the// device's primary system-on-chip, e.g., Samsung. Reference// (https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER)// * `deviceSocModel` (string): Model of the device's primary system-on-chip,// e.g., "Exynos 2100". Reference// (https://developer.android.com/reference/android/os/Build#SOC_MODEL) *// `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. *// `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". *// `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. *// `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. *// `deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. *// `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,// "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device,// e.g., "196610". * `deviceScreenSize` (string): Screen size of the device,// e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the// device, e.g., mdpi, hdpi.Dimensions []string `json:"dimensions,omitempty"`// Filter: Filters to apply to data. The filtering expression follows AIP-160// (https://google.aip.dev/160) standard and supports filtering by equality of// all breakdown dimensions.Filterstring `json:"filter,omitempty"`// Metrics: Metrics to aggregate. **Supported metrics:** *// `stuckBgWakelockRate` (`google.type.Decimal`): Percentage of distinct users// in the aggregation period that had a wakelock held in the background for// longer than 1 hour. * `stuckBgWakelockRate7dUserWeighted`// (`google.type.Decimal`): Rolling average value of `stuckBgWakelockRate` in// the last 7 days. The daily values are weighted by the count of distinct// users for the day. * `stuckBgWakelockRate28dUserWeighted`// (`google.type.Decimal`): Rolling average value of `stuckBgWakelockRate` in// the last 28 days. The daily values are weighted by the count of distinct// users for the day. * `distinctUsers` (`google.type.Decimal`): Count of// distinct users in the aggregation period that were used as normalization// value for the `stuckBgWakelockRate` metric. A user is counted in this metric// if they app was doing any work on the device, i.e., not just active// foreground usage but also background work. Care must be taken not to// aggregate this count further, as it may result in users being counted// multiple times. The value is rounded to the nearest multiple of 10, 100,// 1,000 or 1,000,000, depending on the magnitude of the value.Metrics []string `json:"metrics,omitempty"`// PageSize: Maximum size of the returned data. If unspecified, at most 1000// rows will be returned. The maximum value is 100000; values above 100000 will// be coerced to 100000.PageSizeint64 `json:"pageSize,omitempty"`// PageToken: A page token, received from a previous call. Provide this to// retrieve the subsequent page. When paginating, all other parameters provided// to the request must match the call that provided the page token.PageTokenstring `json:"pageToken,omitempty"`// TimelineSpec: Specification of the timeline aggregation parameters.// **Supported aggregation periods:** * DAILY: metrics are aggregated in// calendar date intervals. Due to historical constraints, the only supported// timezone is `America/Los_Angeles`.TimelineSpec *GooglePlayDeveloperReportingV1alpha1TimelineSpec `json:"timelineSpec,omitempty"`// UserCohort: User view to select. The output data will correspond to the// selected view. The only supported value is `OS_PUBLIC`.//// Possible values:// "USER_COHORT_UNSPECIFIED" - Unspecified User cohort. This will// automatically choose the default value.// "OS_PUBLIC" - This is default view. Contains data from public released// android versions only.// "OS_BETA" - This is the view with just android beta data excluding// released OS version data.// "APP_TESTERS" - This is the view with data only from users who have opted// in to be testers for a given app, excluding OS beta data.UserCohortstring `json:"userCohort,omitempty"`// ForceSendFields is a list of field names (e.g. "Dimensions") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Dimensions") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetRequest: Request message for QueryStuckBackgroundWakelockRateMetricSet.
func (GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetRequest)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetRequest) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetResponse¶
type GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetResponse struct {// NextPageToken: Continuation token to fetch the next page of data.NextPageTokenstring `json:"nextPageToken,omitempty"`// Rows: Returned rows of data.Rows []*GooglePlayDeveloperReportingV1alpha1MetricsRow `json:"rows,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "NextPageToken") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NextPageToken") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetResponse: Response message for QueryStuckBackgroundWakelockRateMetricSet.
func (GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetResponse)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetResponse) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1Release¶added inv0.123.0
type GooglePlayDeveloperReportingV1alpha1Release struct {// DisplayName: Readable identifier of the release.DisplayNamestring `json:"displayName,omitempty"`// VersionCodes: The version codes contained in this release.VersionCodesgoogleapi.Int64s `json:"versionCodes,omitempty"`// ForceSendFields is a list of field names (e.g. "DisplayName") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DisplayName") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1Release: A representation of an apprelease.
func (GooglePlayDeveloperReportingV1alpha1Release)MarshalJSON¶added inv0.123.0
func (sGooglePlayDeveloperReportingV1alpha1Release) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1ReleaseFilterOptions¶added inv0.123.0
type GooglePlayDeveloperReportingV1alpha1ReleaseFilterOptions struct {// Tracks: List of tracks to filter releases over. Provides the grouping of// version codes under releases and tracks.Tracks []*GooglePlayDeveloperReportingV1alpha1Track `json:"tracks,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Tracks") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Tracks") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1ReleaseFilterOptions: A set of filteringoptions for releases and version codes specific to an app.
func (GooglePlayDeveloperReportingV1alpha1ReleaseFilterOptions)MarshalJSON¶added inv0.123.0
func (sGooglePlayDeveloperReportingV1alpha1ReleaseFilterOptions) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1SearchAccessibleAppsResponse¶added inv0.123.0
type GooglePlayDeveloperReportingV1alpha1SearchAccessibleAppsResponse struct {// Apps: The apps accessible to the user calling the endpoint.Apps []*GooglePlayDeveloperReportingV1alpha1App `json:"apps,omitempty"`// NextPageToken: A token, which can be sent as `page_token` to retrieve the// next page. If this field is omitted, there are no subsequent pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Apps") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Apps") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1SearchAccessibleAppsResponse: Responsemessage for SearchAccessibleApps.
func (GooglePlayDeveloperReportingV1alpha1SearchAccessibleAppsResponse)MarshalJSON¶added inv0.123.0
func (sGooglePlayDeveloperReportingV1alpha1SearchAccessibleAppsResponse) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1SearchErrorIssuesResponse¶
type GooglePlayDeveloperReportingV1alpha1SearchErrorIssuesResponse struct {// ErrorIssues: ErrorIssues that were found.ErrorIssues []*GooglePlayDeveloperReportingV1alpha1ErrorIssue `json:"errorIssues,omitempty"`// NextPageToken: Continuation token to fetch the next page of data.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "ErrorIssues") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ErrorIssues") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1SearchErrorIssuesResponse: Response witha paginated list of issues that matched the request.
func (GooglePlayDeveloperReportingV1alpha1SearchErrorIssuesResponse)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1SearchErrorIssuesResponse) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1SearchErrorReportsResponse¶
type GooglePlayDeveloperReportingV1alpha1SearchErrorReportsResponse struct {// ErrorReports: Error reports that were found.ErrorReports []*GooglePlayDeveloperReportingV1alpha1ErrorReport `json:"errorReports,omitempty"`// NextPageToken: Page token to fetch the next page of reports.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "ErrorReports") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ErrorReports") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1SearchErrorReportsResponse: Responsewith a paginated list of error reports matching the search query.
func (GooglePlayDeveloperReportingV1alpha1SearchErrorReportsResponse)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1SearchErrorReportsResponse) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1SlowRenderingRateMetricSet¶added inv0.115.0
type GooglePlayDeveloperReportingV1alpha1SlowRenderingRateMetricSet struct {// FreshnessInfo: Summary about data freshness in this resource.FreshnessInfo *GooglePlayDeveloperReportingV1alpha1FreshnessInfo `json:"freshnessInfo,omitempty"`// Name: Identifier. The resource name. Format:// apps/{app}/slowRenderingRateMetricSetNamestring `json:"name,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "FreshnessInfo") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "FreshnessInfo") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1SlowRenderingRateMetricSet: Singletonresource representing the set of Slow Rendering metrics. This metric setcontains low-level rendering data captured by SurafeFlinger. Sessions areevaluated based on the present-to-present histogram of frames handled by anySurfaceFlinger layer owned by the app. A slow session is a session wheremore than 25% of frames for the session did not meet the metric's targetframe rate (either 20fps, or 30fps). *NOTE:* This metric set is onlyavailable for games. **Supported aggregation periods:** * DAILY: metrics areaggregated in calendar date intervals. Due to historical constraints, theonly supported timezone is `America/Los_Angeles`. **Supported metrics:** *`slowRenderingRate20Fps` (`google.type.Decimal`): Percentage of distinctusers in the aggregation period that had slow rendering. *`slowRenderingRate20Fps7dUserWeighted` (`google.type.Decimal`): Rollingaverage value of `slowRenderingRate20Fps` in the last 7 days. The dailyvalues are weighted by the count of distinct users for the day. *`slowRenderingRate20Fps28dUserWeighted` (`google.type.Decimal`): Rollingaverage value of `slowRenderingRate20Fps` in the last 28 days. The dailyvalues are weighted by the count of distinct users for the day. *`slowRenderingRate30Fps` (`google.type.Decimal`): Percentage of distinctusers in the aggregation period that had slow rendering. *`slowRenderingRate30Fps7dUserWeighted` (`google.type.Decimal`): Rollingaverage value of `slowRenderingRate30Fps` in the last 7 days. The dailyvalues are weighted by the count of distinct users for the day. *`slowRenderingRate30Fps28dUserWeighted` (`google.type.Decimal`): Rollingaverage value of `slowRenderingRate30Fps` in the last 28 days. The dailyvalues are weighted by the count of distinct users for the day. *`distinctUsers` (`google.type.Decimal`): Count of distinct users in theaggregation period that were used as normalization value for the`slowRenderingRate20Fps`/`slowRenderingRate30Fps` metric. A user is countedin this metric if their app rendered any frames. Care must be taken not toaggregate this count further, as it may result in users being countedmultiple times. The value is rounded to the nearest multiple of 10, 100,1,000 or 1,000,000, depending on the magnitude of the value. **Supporteddimensions:** * `apiLevel` (string): the API level of Android that wasrunning on the user's device, e.g., 26. * `versionCode` (int64): version ofthe app that was running on the user's device. * `deviceModel` (string):unique identifier of the user's device model. The form of the identifier is'deviceBrand/device', where deviceBrand corresponds to Build.BRAND anddevice corresponds to Build.DEVICE, e.g., google/coral. * `deviceBrand`(string): unique identifier of the user's device brand, e.g., google. *`deviceType` (string): the type (also known as form factor) of the user'sdevice, e.g., PHONE. * `countryCode` (string): the country or region of theuser's device based on their IP address, represented as a 2-letter ISO-3166code (e.g. US for the United States). * `deviceRamBucket` (int64): RAM ofthe device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):Make of the device's primary system-on-chip, e.g., Samsung. Reference(https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER)* `deviceSocModel` (string): Model of the device's primary system-on-chip,e.g., "Exynos 2100". Reference(https://developer.android.com/reference/android/os/Build#SOC_MODEL) *`deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. *`deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". *`deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. *`deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. *`deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. *`deviceVulkanVersion` (string): Vulkan version of the device, e.g.,"4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device,e.g., "196610". * `deviceScreenSize` (string): Screen size of the device,e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of thedevice, e.g., mdpi, hdpi. **Required permissions**: to access this resource,the calling user needs the _View app information (read-only)_ permission forthe app.
func (GooglePlayDeveloperReportingV1alpha1SlowRenderingRateMetricSet)MarshalJSON¶added inv0.115.0
func (sGooglePlayDeveloperReportingV1alpha1SlowRenderingRateMetricSet) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1SlowStartRateMetricSet¶added inv0.115.0
type GooglePlayDeveloperReportingV1alpha1SlowStartRateMetricSet struct {// FreshnessInfo: Summary about data freshness in this resource.FreshnessInfo *GooglePlayDeveloperReportingV1alpha1FreshnessInfo `json:"freshnessInfo,omitempty"`// Name: Identifier. The resource name. Format:// apps/{app}/slowStartRateMetricSetNamestring `json:"name,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "FreshnessInfo") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "FreshnessInfo") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1SlowStartRateMetricSet: Singletonresource representing the set of Slow Start metrics. This metric setcontains Activity start duration data. **Supported aggregation periods:** *DAILY: metrics are aggregated in calendar date intervals. Due to historicalconstraints, the only supported timezone is `America/Los_Angeles`.**Supported metrics:** * `slowStartRate` (`google.type.Decimal`): Percentageof distinct users in the aggregation period that had a slow start. *`slowStartRate7dUserWeighted` (`google.type.Decimal`): Rolling average valueof `slowStartRate` in the last 7 days. The daily values are weighted by thecount of distinct users for the day. * `slowStartRate28dUserWeighted`(`google.type.Decimal`): Rolling average value of `slowStartRate` in thelast 28 days. The daily values are weighted by the count of distinct usersfor the day. * `distinctUsers` (`google.type.Decimal`): Count of distinctusers in the aggregation period that were used as normalization value forthe `slowStartRate` metric. A user is counted in this metric if their appwas launched in the device. Care must be taken not to aggregate this countfurther, as it may result in users being counted multiple times. The valueis rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, dependingon the magnitude of the value. **Required dimension:** This dimension mustbe specified with each request for the request to be valid. * `startType`(string): the type of start that was measured. Valid types are `HOT`, `WARM`and `COLD`. **Supported dimensions:** * `apiLevel` (string): the API levelof Android that was running on the user's device, e.g., 26. * `versionCode`(int64): version of the app that was running on the user's device. *`deviceModel` (string): unique identifier of the user's device model. Theform of the identifier is 'deviceBrand/device', where deviceBrandcorresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,google/coral. * `deviceBrand` (string): unique identifier of the user'sdevice brand, e.g., google. * `deviceType` (string): the type (also known asform factor) of the user's device, e.g., PHONE. * `countryCode` (string):the country or region of the user's device based on their IP address,represented as a 2-letter ISO-3166 code (e.g. US for the United States). *`deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB,etc.). * `deviceSocMake` (string): Make of the device's primarysystem-on-chip, e.g., Samsung. Reference(https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER)* `deviceSocModel` (string): Model of the device's primary system-on-chip,e.g., "Exynos 2100". Reference(https://developer.android.com/reference/android/os/Build#SOC_MODEL) *`deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. *`deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". *`deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. *`deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. *`deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. *`deviceVulkanVersion` (string): Vulkan version of the device, e.g.,"4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device,e.g., "196610". * `deviceScreenSize` (string): Screen size of the device,e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of thedevice, e.g., mdpi, hdpi. **Required permissions**: to access this resource,the calling user needs the _View app information (read-only)_ permission forthe app.
func (GooglePlayDeveloperReportingV1alpha1SlowStartRateMetricSet)MarshalJSON¶added inv0.115.0
func (sGooglePlayDeveloperReportingV1alpha1SlowStartRateMetricSet) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1StuckBackgroundWakelockRateMetricSet¶
type GooglePlayDeveloperReportingV1alpha1StuckBackgroundWakelockRateMetricSet struct {// FreshnessInfo: Summary about data freshness in this resource.FreshnessInfo *GooglePlayDeveloperReportingV1alpha1FreshnessInfo `json:"freshnessInfo,omitempty"`// Name: Identifier. The resource name. Format:// apps/{app}/stuckBackgroundWakelockRateMetricSetNamestring `json:"name,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "FreshnessInfo") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "FreshnessInfo") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1StuckBackgroundWakelockRateMetricSet:Singleton resource representing the set of Stuck Background Wakelocksmetrics. This metric set contains PowerManager wakelock duration datacombined with process state data to produce a normalized metric independentof user counts. **Supported aggregation periods:** * DAILY: metrics areaggregated in calendar date intervals. Due to historical constraints, theonly supported timezone is `America/Los_Angeles`. **Supported metrics:** *`stuckBgWakelockRate` (`google.type.Decimal`): Percentage of distinct usersin the aggregation period that had a wakelock held in the background forlonger than 1 hour. * `stuckBgWakelockRate7dUserWeighted`(`google.type.Decimal`): Rolling average value of `stuckBgWakelockRate` inthe last 7 days. The daily values are weighted by the count of distinctusers for the day. * `stuckBgWakelockRate28dUserWeighted`(`google.type.Decimal`): Rolling average value of `stuckBgWakelockRate` inthe last 28 days. The daily values are weighted by the count of distinctusers for the day. * `distinctUsers` (`google.type.Decimal`): Count ofdistinct users in the aggregation period that were used as normalizationvalue for the `stuckBgWakelockRate` metric. A user is counted in this metricif their app was doing any work on the device, i.e., not just activeforeground usage but also background work. Care must be taken not toaggregate this count further, as it may result in users being countedmultiple times. The value is rounded to the nearest multiple of 10, 100,1,000 or 1,000,000, depending on the magnitude of the value. **Supporteddimensions:** * `apiLevel` (string): the API level of Android that wasrunning on the user's device, e.g., 26. * `versionCode` (int64): version ofthe app that was running on the user's device. * `deviceModel` (string):unique identifier of the user's device model. The form of the identifier is'deviceBrand/device', where deviceBrand corresponds to Build.BRAND anddevice corresponds to Build.DEVICE, e.g., google/coral. * `deviceBrand`(string): unique identifier of the user's device brand, e.g., google. *`deviceType` (string): the type (also known as form factor) of the user'sdevice, e.g., PHONE. * `countryCode` (string): the country or region of theuser's device based on their IP address, represented as a 2-letter ISO-3166code (e.g. US for the United States). * `deviceRamBucket` (int64): RAM ofthe device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):Make of the device's primary system-on-chip, e.g., Samsung. Reference(https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER)* `deviceSocModel` (string): Model of the device's primary system-on-chip,e.g., "Exynos 2100". Reference(https://developer.android.com/reference/android/os/Build#SOC_MODEL) *`deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. *`deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". *`deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. *`deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. *`deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. *`deviceVulkanVersion` (string): Vulkan version of the device, e.g.,"4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device,e.g., "196610". * `deviceScreenSize` (string): Screen size of the device,e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of thedevice, e.g., mdpi, hdpi. **Required permissions**: to access this resource,the calling user needs the _View app information (read-only)_ permission forthe app.
func (GooglePlayDeveloperReportingV1alpha1StuckBackgroundWakelockRateMetricSet)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1StuckBackgroundWakelockRateMetricSet) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1TimelineSpec¶
type GooglePlayDeveloperReportingV1alpha1TimelineSpec struct {// AggregationPeriod: Type of the aggregation period of the datapoints in the// timeline. Intervals are identified by the date and time at the start of the// interval.//// Possible values:// "AGGREGATION_PERIOD_UNSPECIFIED" - Unspecified granularity.// "HOURLY" - Data is aggregated in hourly intervals.// "DAILY" - Data is aggregated in daily intervals.// "FULL_RANGE" - Data is aggregated over the full timeline range.// Effectively this produces a single value rather than a timeline.AggregationPeriodstring `json:"aggregationPeriod,omitempty"`// EndTime: Ending datapoint of the timeline (exclusive). See start_time for// restrictions. The timezone of the end point must match the timezone of the// start point.EndTime *GoogleTypeDateTime `json:"endTime,omitempty"`// StartTime: Starting datapoint of the timeline (inclusive). Must be aligned// to the aggregation period as follows: * HOURLY: the 'minutes', 'seconds' and// 'nanos' fields must be unset. The time_zone can be left unset (defaults to// UTC) or set explicitly to "UTC". Setting any other utc_offset or timezone id// will result in a validation error. * DAILY: the 'hours', 'minutes',// 'seconds' and 'nanos' fields must be unset. Different metric sets support// different timezones. It can be left unset to use the default timezone// specified by the metric set. The timezone of the end point must match the// timezone of the start point.StartTime *GoogleTypeDateTime `json:"startTime,omitempty"`// ForceSendFields is a list of field names (e.g. "AggregationPeriod") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AggregationPeriod") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1TimelineSpec: Specification of thetime-related aggregation parameters of a timeline. Timelines have anaggregation period (`DAILY`, `HOURLY`, etc) which defines how events areaggregated in metrics. The points in a timeline are defined by the startingDateTime of the aggregation period. The duration is implicit in theAggregationPeriod. Hourly aggregation periods, when supported by a metricset, are always specified in UTC to avoid ambiguities around daylight savingtime transitions, where an hour is skipped when adopting DST, and repeatedwhen abandoning DST. For example, the timestamp '2021-11-07 01:00:00America/Los_Angeles' is ambiguous since it can correspond to '2021-11-0708:00:00 UTC' or '2021-11-07 09:00:00 UTC'. Daily aggregation periodsrequire specifying a timezone which will determine the precise instants ofthe start and the end of the day. Not all metric sets support all timezones,so make sure to check which timezones are supported by the metric set youwant to query.
func (GooglePlayDeveloperReportingV1alpha1TimelineSpec)MarshalJSON¶
func (sGooglePlayDeveloperReportingV1alpha1TimelineSpec) MarshalJSON() ([]byte,error)
typeGooglePlayDeveloperReportingV1alpha1Track¶added inv0.123.0
type GooglePlayDeveloperReportingV1alpha1Track struct {// DisplayName: Readable identifier of the track.DisplayNamestring `json:"displayName,omitempty"`// ServingReleases: Represents all active releases in the track.ServingReleases []*GooglePlayDeveloperReportingV1alpha1Release `json:"servingReleases,omitempty"`// Type: The type of the track.Typestring `json:"type,omitempty"`// ForceSendFields is a list of field names (e.g. "DisplayName") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DisplayName") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GooglePlayDeveloperReportingV1alpha1Track: A representation of a Playrelease track.
func (GooglePlayDeveloperReportingV1alpha1Track)MarshalJSON¶added inv0.123.0
func (sGooglePlayDeveloperReportingV1alpha1Track) MarshalJSON() ([]byte,error)
typeGoogleTypeDateTime¶
type GoogleTypeDateTime struct {// Day: Optional. Day of month. Must be from 1 to 31 and valid for the year and// month, or 0 if specifying a datetime without a day.Dayint64 `json:"day,omitempty"`// Hours: Optional. Hours of day in 24 hour format. Should be from 0 to 23,// defaults to 0 (midnight). An API may choose to allow the value "24:00:00"// for scenarios like business closing time.Hoursint64 `json:"hours,omitempty"`// Minutes: Optional. Minutes of hour of day. Must be from 0 to 59, defaults to// 0.Minutesint64 `json:"minutes,omitempty"`// Month: Optional. Month of year. Must be from 1 to 12, or 0 if specifying a// datetime without a month.Monthint64 `json:"month,omitempty"`// Nanos: Optional. Fractions of seconds in nanoseconds. Must be from 0 to// 999,999,999, defaults to 0.Nanosint64 `json:"nanos,omitempty"`// Seconds: Optional. Seconds of minutes of the time. Must normally be from 0// to 59, defaults to 0. An API may allow the value 60 if it allows// leap-seconds.Secondsint64 `json:"seconds,omitempty"`// TimeZone: Time zone.TimeZone *GoogleTypeTimeZone `json:"timeZone,omitempty"`// UtcOffset: UTC offset. Must be whole seconds, between -18 hours and +18// hours. For example, a UTC offset of -4:00 would be represented as { seconds:// -14400 }.UtcOffsetstring `json:"utcOffset,omitempty"`// Year: Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a// datetime without a year.Yearint64 `json:"year,omitempty"`// ForceSendFields is a list of field names (e.g. "Day") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Day") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleTypeDateTime: Represents civil time (or occasionally physical time).This type can represent a civil time in one of a few possible ways: * Whenutc_offset is set and time_zone is unset: a civil time on a calendar daywith a particular offset from UTC. * When time_zone is set and utc_offset isunset: a civil time on a calendar day in a particular time zone. * Whenneither time_zone nor utc_offset is set: a civil time on a calendar day inlocal time. The date is relative to the Proleptic Gregorian Calendar. Ifyear, month, or day are 0, the DateTime is considered not to have a specificyear, month, or day respectively. This type may also be used to represent aphysical time if all the date and time fields are set and either case of the`time_offset` oneof is set. Consider using `Timestamp` message for physicaltime instead. If your use case also would like to store the user's timezone,that can be done in another field. This type is more flexible than someapplications may want. Make sure to document and validate your application'slimitations.
func (GoogleTypeDateTime)MarshalJSON¶
func (sGoogleTypeDateTime) MarshalJSON() ([]byte,error)
typeGoogleTypeDecimal¶
type GoogleTypeDecimal struct {// Value: The decimal value, as a string. The string representation consists of// an optional sign, `+` (`U+002B`) or `-` (`U+002D`), followed by a sequence// of zero or more decimal digits ("the integer"), optionally followed by a// fraction, optionally followed by an exponent. An empty string **should** be// interpreted as `0`. The fraction consists of a decimal point followed by// zero or more decimal digits. The string must contain at least one digit in// either the integer or the fraction. The number formed by the sign, the// integer and the fraction is referred to as the significand. The exponent// consists of the character `e` (`U+0065`) or `E` (`U+0045`) followed by one// or more decimal digits. Services **should** normalize decimal values before// storing them by: - Removing an explicitly-provided `+` sign (`+2.5` ->// `2.5`). - Replacing a zero-length integer value with `0` (`.5` -> `0.5`). -// Coercing the exponent character to upper-case, with explicit sign (`2.5e8`// -> `2.5E+8`). - Removing an explicitly-provided zero exponent (`2.5E0` ->// `2.5`). Services **may** perform additional normalization based on its own// needs and the internal decimal implementation selected, such as shifting the// decimal point and exponent value together (example: `2.5E-1` <-> `0.25`).// Additionally, services **may** preserve trailing zeroes in the fraction to// indicate increased precision, but are not required to do so. Note that only// the `.` character is supported to divide the integer and the fraction; `,`// **should not** be supported regardless of locale. Additionally, thousand// separators **should not** be supported. If a service does support them,// values **must** be normalized. The ENBF grammar is: DecimalString = ” |// [Sign] Significand [Exponent]; Sign = '+' | '-'; Significand = Digits '.' |// [Digits] '.' Digits; Exponent = ('e' | 'E') [Sign] Digits; Digits = { '0' |// '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' }; Services **should**// clearly document the range of supported values, the maximum supported// precision (total number of digits), and, if applicable, the scale (number of// digits after the decimal point), as well as how it behaves when receiving// out-of-bounds values. Services **may** choose to accept values passed as// input even when the value has a higher precision or scale than the service// supports, and **should** round the value to fit the supported scale.// Alternatively, the service **may** error with `400 Bad Request`// (`INVALID_ARGUMENT` in gRPC) if precision would be lost. Services **should**// error with `400 Bad Request` (`INVALID_ARGUMENT` in gRPC) if the service// receives a value outside of the supported range.Valuestring `json:"value,omitempty"`// ForceSendFields is a list of field names (e.g. "Value") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Value") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleTypeDecimal: A representation of a decimal value, such as 2.5. Clientsmay convert values into language-native decimal formats, such as Java'sBigDecimal(https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/math/BigDecimal.html)or Python's decimal.Decimal(https://docs.python.org/3/library/decimal.html).
func (GoogleTypeDecimal)MarshalJSON¶
func (sGoogleTypeDecimal) MarshalJSON() ([]byte,error)
typeGoogleTypeTimeZone¶
type GoogleTypeTimeZone struct {// Id: IANA Time Zone Database time zone. For example "America/New_York".Idstring `json:"id,omitempty"`// Version: Optional. IANA Time Zone Database version number. For example// "2019a".Versionstring `json:"version,omitempty"`// ForceSendFields is a list of field names (e.g. "Id") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Id") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleTypeTimeZone: Represents a time zone from the IANA Time Zone Database(https://www.iana.org/time-zones).
func (GoogleTypeTimeZone)MarshalJSON¶
func (sGoogleTypeTimeZone) MarshalJSON() ([]byte,error)
typeService¶
type Service struct {BasePathstring// API endpoint base URLUserAgentstring// optional additional User-Agent fragmentAnomalies *AnomaliesServiceApps *AppsServiceVitals *VitalsService// contains filtered or unexported fields} funcNewdeprecated
New creates a new Service. It uses the provided http.Client for requests.
Deprecated: please use NewService instead.To provide a custom HTTP client, use option.WithHTTPClient.If you are using google.golang.org/api/googleapis/transport.APIKey, use option.WithAPIKey with NewService instead.
funcNewService¶
NewService creates a new Service.
typeVitalsAnrrateGetCall¶
type VitalsAnrrateGetCall struct {// contains filtered or unexported fields}func (*VitalsAnrrateGetCall)Context¶
func (c *VitalsAnrrateGetCall) Context(ctxcontext.Context) *VitalsAnrrateGetCall
Context sets the context to be used in this call's Do method.
func (*VitalsAnrrateGetCall)Do¶
func (c *VitalsAnrrateGetCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet,error)
Do executes the "playdeveloperreporting.vitals.anrrate.get" call.Any non-2xx status code is an error. Response headers are in either*GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet.ServerResponse.Headeror (if a response was returned at all) in error.(*googleapi.Error).Header.Use googleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*VitalsAnrrateGetCall)Fields¶
func (c *VitalsAnrrateGetCall) Fields(s ...googleapi.Field) *VitalsAnrrateGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*VitalsAnrrateGetCall)Header¶
func (c *VitalsAnrrateGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*VitalsAnrrateGetCall)IfNoneMatch¶
func (c *VitalsAnrrateGetCall) IfNoneMatch(entityTagstring) *VitalsAnrrateGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeVitalsAnrrateQueryCall¶
type VitalsAnrrateQueryCall struct {// contains filtered or unexported fields}func (*VitalsAnrrateQueryCall)Context¶
func (c *VitalsAnrrateQueryCall) Context(ctxcontext.Context) *VitalsAnrrateQueryCall
Context sets the context to be used in this call's Do method.
func (*VitalsAnrrateQueryCall)Do¶
func (c *VitalsAnrrateQueryCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetResponse,error)
Do executes the "playdeveloperreporting.vitals.anrrate.query" call.Any non-2xx status code is an error. Response headers are in either*GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetResponse.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*VitalsAnrrateQueryCall)Fields¶
func (c *VitalsAnrrateQueryCall) Fields(s ...googleapi.Field) *VitalsAnrrateQueryCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*VitalsAnrrateQueryCall)Header¶
func (c *VitalsAnrrateQueryCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*VitalsAnrrateQueryCall)Pages¶
func (c *VitalsAnrrateQueryCall) Pages(ctxcontext.Context, f func(*GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetResponse)error)error
Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.
typeVitalsAnrrateService¶
type VitalsAnrrateService struct {// contains filtered or unexported fields}funcNewVitalsAnrrateService¶
func NewVitalsAnrrateService(s *Service) *VitalsAnrrateService
func (*VitalsAnrrateService)Get¶
func (r *VitalsAnrrateService) Get(namestring) *VitalsAnrrateGetCall
Get: Describes the properties of the metric set.
- name: The resource name. Format: apps/{app}/anrRateMetricSet.
func (*VitalsAnrrateService)Query¶
func (r *VitalsAnrrateService) Query(namestring, googleplaydeveloperreportingv1alpha1queryanrratemetricsetrequest *GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest) *VitalsAnrrateQueryCall
Query: Queries the metrics in the metric set.
- name: The resource name. Format: apps/{app}/anrRateMetricSet.
typeVitalsCrashrateGetCall¶
type VitalsCrashrateGetCall struct {// contains filtered or unexported fields}func (*VitalsCrashrateGetCall)Context¶
func (c *VitalsCrashrateGetCall) Context(ctxcontext.Context) *VitalsCrashrateGetCall
Context sets the context to be used in this call's Do method.
func (*VitalsCrashrateGetCall)Do¶
func (c *VitalsCrashrateGetCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1CrashRateMetricSet,error)
Do executes the "playdeveloperreporting.vitals.crashrate.get" call.Any non-2xx status code is an error. Response headers are in either*GooglePlayDeveloperReportingV1alpha1CrashRateMetricSet.ServerResponse.Header
or (if a response was returned at all) in error.(*googleapi.Error).Header.
Use googleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*VitalsCrashrateGetCall)Fields¶
func (c *VitalsCrashrateGetCall) Fields(s ...googleapi.Field) *VitalsCrashrateGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*VitalsCrashrateGetCall)Header¶
func (c *VitalsCrashrateGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*VitalsCrashrateGetCall)IfNoneMatch¶
func (c *VitalsCrashrateGetCall) IfNoneMatch(entityTagstring) *VitalsCrashrateGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeVitalsCrashrateQueryCall¶
type VitalsCrashrateQueryCall struct {// contains filtered or unexported fields}func (*VitalsCrashrateQueryCall)Context¶
func (c *VitalsCrashrateQueryCall) Context(ctxcontext.Context) *VitalsCrashrateQueryCall
Context sets the context to be used in this call's Do method.
func (*VitalsCrashrateQueryCall)Do¶
func (c *VitalsCrashrateQueryCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetResponse,error)
Do executes the "playdeveloperreporting.vitals.crashrate.query" call.Any non-2xx status code is an error. Response headers are in either*GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetResponse.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*VitalsCrashrateQueryCall)Fields¶
func (c *VitalsCrashrateQueryCall) Fields(s ...googleapi.Field) *VitalsCrashrateQueryCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*VitalsCrashrateQueryCall)Header¶
func (c *VitalsCrashrateQueryCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*VitalsCrashrateQueryCall)Pages¶
func (c *VitalsCrashrateQueryCall) Pages(ctxcontext.Context, f func(*GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetResponse)error)error
Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.
typeVitalsCrashrateService¶
type VitalsCrashrateService struct {// contains filtered or unexported fields}funcNewVitalsCrashrateService¶
func NewVitalsCrashrateService(s *Service) *VitalsCrashrateService
func (*VitalsCrashrateService)Get¶
func (r *VitalsCrashrateService) Get(namestring) *VitalsCrashrateGetCall
Get: Describes the properties of the metric set.
- name: The resource name. Format: apps/{app}/crashRateMetricSet.
func (*VitalsCrashrateService)Query¶
func (r *VitalsCrashrateService) Query(namestring, googleplaydeveloperreportingv1alpha1querycrashratemetricsetrequest *GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest) *VitalsCrashrateQueryCall
Query: Queries the metrics in the metric set.
- name: The resource name. Format: apps/{app}/crashRateMetricSet.
typeVitalsErrorsCountsGetCall¶
type VitalsErrorsCountsGetCall struct {// contains filtered or unexported fields}func (*VitalsErrorsCountsGetCall)Context¶
func (c *VitalsErrorsCountsGetCall) Context(ctxcontext.Context) *VitalsErrorsCountsGetCall
Context sets the context to be used in this call's Do method.
func (*VitalsErrorsCountsGetCall)Do¶
func (c *VitalsErrorsCountsGetCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet,error)
Do executes the "playdeveloperreporting.vitals.errors.counts.get" call.Any non-2xx status code is an error. Response headers are in either*GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header.Use googleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*VitalsErrorsCountsGetCall)Fields¶
func (c *VitalsErrorsCountsGetCall) Fields(s ...googleapi.Field) *VitalsErrorsCountsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*VitalsErrorsCountsGetCall)Header¶
func (c *VitalsErrorsCountsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*VitalsErrorsCountsGetCall)IfNoneMatch¶
func (c *VitalsErrorsCountsGetCall) IfNoneMatch(entityTagstring) *VitalsErrorsCountsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeVitalsErrorsCountsQueryCall¶
type VitalsErrorsCountsQueryCall struct {// contains filtered or unexported fields}func (*VitalsErrorsCountsQueryCall)Context¶
func (c *VitalsErrorsCountsQueryCall) Context(ctxcontext.Context) *VitalsErrorsCountsQueryCall
Context sets the context to be used in this call's Do method.
func (*VitalsErrorsCountsQueryCall)Do¶
func (c *VitalsErrorsCountsQueryCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetResponse,error)
Do executes the "playdeveloperreporting.vitals.errors.counts.query" call.Any non-2xx status code is an error. Response headers are in either*GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetResponse.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*VitalsErrorsCountsQueryCall)Fields¶
func (c *VitalsErrorsCountsQueryCall) Fields(s ...googleapi.Field) *VitalsErrorsCountsQueryCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*VitalsErrorsCountsQueryCall)Header¶
func (c *VitalsErrorsCountsQueryCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*VitalsErrorsCountsQueryCall)Pages¶
func (c *VitalsErrorsCountsQueryCall) Pages(ctxcontext.Context, f func(*GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetResponse)error)error
Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.
typeVitalsErrorsCountsService¶
type VitalsErrorsCountsService struct {// contains filtered or unexported fields}funcNewVitalsErrorsCountsService¶
func NewVitalsErrorsCountsService(s *Service) *VitalsErrorsCountsService
func (*VitalsErrorsCountsService)Get¶
func (r *VitalsErrorsCountsService) Get(namestring) *VitalsErrorsCountsGetCall
Get: Describes the properties of the metrics set.
- name: Name of the errors metric set. Format:apps/{app}/errorCountMetricSet.
func (*VitalsErrorsCountsService)Query¶
func (r *VitalsErrorsCountsService) Query(namestring, googleplaydeveloperreportingv1alpha1queryerrorcountmetricsetrequest *GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest) *VitalsErrorsCountsQueryCall
Query: Queries the metrics in the metrics set.
- name: The resource name. Format: apps/{app}/errorCountMetricSet.
typeVitalsErrorsIssuesSearchCall¶
type VitalsErrorsIssuesSearchCall struct {// contains filtered or unexported fields}func (*VitalsErrorsIssuesSearchCall)Context¶
func (c *VitalsErrorsIssuesSearchCall) Context(ctxcontext.Context) *VitalsErrorsIssuesSearchCall
Context sets the context to be used in this call's Do method.
func (*VitalsErrorsIssuesSearchCall)Do¶
func (c *VitalsErrorsIssuesSearchCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1SearchErrorIssuesResponse,error)
Do executes the "playdeveloperreporting.vitals.errors.issues.search" call.Any non-2xx status code is an error. Response headers are in either*GooglePlayDeveloperReportingV1alpha1SearchErrorIssuesResponse.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*VitalsErrorsIssuesSearchCall)Fields¶
func (c *VitalsErrorsIssuesSearchCall) Fields(s ...googleapi.Field) *VitalsErrorsIssuesSearchCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*VitalsErrorsIssuesSearchCall)Filter¶
func (c *VitalsErrorsIssuesSearchCall) Filter(filterstring) *VitalsErrorsIssuesSearchCall
Filter sets the optional parameter "filter": A selection predicate toretrieve only a subset of the issues. Counts in the returned error issueswill only reflect occurrences that matched the filter. For filtering basics,please check AIP-160 (https://google.aip.dev/160). ** Supported fieldnames:** * `apiLevel`: Matches error issues that occurred in the requestedAndroid versions (specified as the numeric API level) only. Example:`apiLevel = 28 OR apiLevel = 29`. * `versionCode`: Matches error issues thatoccurred in the requested app version codes only. Example: `versionCode =123 OR versionCode = 456`. * `deviceModel`: Matches error issues thatoccurred in the requested devices. Example: `deviceModel = "google/walleye"OR deviceModel = "google/marlin". * `deviceBrand`: Matches error issuesthat occurred in the requested device brands. Example: `deviceBrand ="Google". * `deviceType`: Matches error issues that occurred in therequested device types. Example: `deviceType = "PHONE". * `errorIssueType`:Matches error issues of the requested types only. Valid candidates: `CRASH`,`ANR`, `NON_FATAL`. Example: `errorIssueType = CRASH OR errorIssueType =ANR`. * `appProcessState`: Matches error issues on the process state of anapp, indicating whether an app runs in the foreground (user-visible) orbackground. Valid candidates: `FOREGROUND`, `BACKGROUND`. Example:`appProcessState = FOREGROUND`. * `isUserPerceived`: Matches error issuesthat are user-perceived. It is not accompanied by any operators. Example:`isUserPerceived`. ** Supported operators:** * Comparison operators: Theonly supported comparison operator is equality. The filtered field mustappear on the left hand side of the comparison. * Logical Operators: Logicaloperators `AND` and `OR` can be used to build complex filters following aconjunctive normal form (CNF), i.e., conjunctions of disjunctions. The `OR`operator takes precedence over `AND` so the use of parenthesis is notnecessary when building CNF. The `OR` operator is only supported to builddisjunctions that apply to the same field, e.g., `versionCode = 123 ORerrorIssueType = ANR` is not a valid filter. ** Examples ** Some validfiltering expressions: * `versionCode = 123 AND errorIssueType = ANR` *`versionCode = 123 AND errorIssueType = OR errorIssueType = CRASH` *`versionCode = 123 AND (errorIssueType = OR errorIssueType = CRASH)`
func (*VitalsErrorsIssuesSearchCall)Header¶
func (c *VitalsErrorsIssuesSearchCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*VitalsErrorsIssuesSearchCall)IfNoneMatch¶
func (c *VitalsErrorsIssuesSearchCall) IfNoneMatch(entityTagstring) *VitalsErrorsIssuesSearchCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*VitalsErrorsIssuesSearchCall)IntervalEndTimeDay¶
func (c *VitalsErrorsIssuesSearchCall) IntervalEndTimeDay(intervalEndTimeDayint64) *VitalsErrorsIssuesSearchCall
IntervalEndTimeDay sets the optional parameter "interval.endTime.day": Dayof month. Must be from 1 to 31 and valid for the year and month, or 0 ifspecifying a datetime without a day.
func (*VitalsErrorsIssuesSearchCall)IntervalEndTimeHours¶
func (c *VitalsErrorsIssuesSearchCall) IntervalEndTimeHours(intervalEndTimeHoursint64) *VitalsErrorsIssuesSearchCall
IntervalEndTimeHours sets the optional parameter "interval.endTime.hours":Hours of day in 24 hour format. Should be from 0 to 23, defaults to 0(midnight). An API may choose to allow the value "24:00:00" for scenarioslike business closing time.
func (*VitalsErrorsIssuesSearchCall)IntervalEndTimeMinutes¶
func (c *VitalsErrorsIssuesSearchCall) IntervalEndTimeMinutes(intervalEndTimeMinutesint64) *VitalsErrorsIssuesSearchCall
IntervalEndTimeMinutes sets the optional parameter"interval.endTime.minutes": Minutes of hour of day. Must be from 0 to 59,defaults to 0.
func (*VitalsErrorsIssuesSearchCall)IntervalEndTimeMonth¶
func (c *VitalsErrorsIssuesSearchCall) IntervalEndTimeMonth(intervalEndTimeMonthint64) *VitalsErrorsIssuesSearchCall
IntervalEndTimeMonth sets the optional parameter "interval.endTime.month":Month of year. Must be from 1 to 12, or 0 if specifying a datetime without amonth.
func (*VitalsErrorsIssuesSearchCall)IntervalEndTimeNanos¶
func (c *VitalsErrorsIssuesSearchCall) IntervalEndTimeNanos(intervalEndTimeNanosint64) *VitalsErrorsIssuesSearchCall
IntervalEndTimeNanos sets the optional parameter "interval.endTime.nanos":Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaultsto 0.
func (*VitalsErrorsIssuesSearchCall)IntervalEndTimeSeconds¶
func (c *VitalsErrorsIssuesSearchCall) IntervalEndTimeSeconds(intervalEndTimeSecondsint64) *VitalsErrorsIssuesSearchCall
IntervalEndTimeSeconds sets the optional parameter"interval.endTime.seconds": Seconds of minutes of the time. Must normally befrom 0 to 59, defaults to 0. An API may allow the value 60 if it allowsleap-seconds.
func (*VitalsErrorsIssuesSearchCall)IntervalEndTimeTimeZoneId¶
func (c *VitalsErrorsIssuesSearchCall) IntervalEndTimeTimeZoneId(intervalEndTimeTimeZoneIdstring) *VitalsErrorsIssuesSearchCall
IntervalEndTimeTimeZoneId sets the optional parameter"interval.endTime.timeZone.id": IANA Time Zone Database time zone. Forexample "America/New_York".
func (*VitalsErrorsIssuesSearchCall)IntervalEndTimeTimeZoneVersion¶
func (c *VitalsErrorsIssuesSearchCall) IntervalEndTimeTimeZoneVersion(intervalEndTimeTimeZoneVersionstring) *VitalsErrorsIssuesSearchCall
IntervalEndTimeTimeZoneVersion sets the optional parameter"interval.endTime.timeZone.version": IANA Time Zone Database version number.For example "2019a".
func (*VitalsErrorsIssuesSearchCall)IntervalEndTimeUtcOffset¶
func (c *VitalsErrorsIssuesSearchCall) IntervalEndTimeUtcOffset(intervalEndTimeUtcOffsetstring) *VitalsErrorsIssuesSearchCall
IntervalEndTimeUtcOffset sets the optional parameter"interval.endTime.utcOffset": UTC offset. Must be whole seconds, between -18hours and +18 hours. For example, a UTC offset of -4:00 would be representedas { seconds: -14400 }.
func (*VitalsErrorsIssuesSearchCall)IntervalEndTimeYear¶
func (c *VitalsErrorsIssuesSearchCall) IntervalEndTimeYear(intervalEndTimeYearint64) *VitalsErrorsIssuesSearchCall
IntervalEndTimeYear sets the optional parameter "interval.endTime.year":Year of date. Must be from 1 to 9999, or 0 if specifying a datetime withouta year.
func (*VitalsErrorsIssuesSearchCall)IntervalStartTimeDay¶
func (c *VitalsErrorsIssuesSearchCall) IntervalStartTimeDay(intervalStartTimeDayint64) *VitalsErrorsIssuesSearchCall
IntervalStartTimeDay sets the optional parameter "interval.startTime.day":Day of month. Must be from 1 to 31 and valid for the year and month, or 0 ifspecifying a datetime without a day.
func (*VitalsErrorsIssuesSearchCall)IntervalStartTimeHours¶
func (c *VitalsErrorsIssuesSearchCall) IntervalStartTimeHours(intervalStartTimeHoursint64) *VitalsErrorsIssuesSearchCall
IntervalStartTimeHours sets the optional parameter"interval.startTime.hours": Hours of day in 24 hour format. Should be from 0to 23, defaults to 0 (midnight). An API may choose to allow the value"24:00:00" for scenarios like business closing time.
func (*VitalsErrorsIssuesSearchCall)IntervalStartTimeMinutes¶
func (c *VitalsErrorsIssuesSearchCall) IntervalStartTimeMinutes(intervalStartTimeMinutesint64) *VitalsErrorsIssuesSearchCall
IntervalStartTimeMinutes sets the optional parameter"interval.startTime.minutes": Minutes of hour of day. Must be from 0 to 59,defaults to 0.
func (*VitalsErrorsIssuesSearchCall)IntervalStartTimeMonth¶
func (c *VitalsErrorsIssuesSearchCall) IntervalStartTimeMonth(intervalStartTimeMonthint64) *VitalsErrorsIssuesSearchCall
IntervalStartTimeMonth sets the optional parameter"interval.startTime.month": Month of year. Must be from 1 to 12, or 0 ifspecifying a datetime without a month.
func (*VitalsErrorsIssuesSearchCall)IntervalStartTimeNanos¶
func (c *VitalsErrorsIssuesSearchCall) IntervalStartTimeNanos(intervalStartTimeNanosint64) *VitalsErrorsIssuesSearchCall
IntervalStartTimeNanos sets the optional parameter"interval.startTime.nanos": Fractions of seconds in nanoseconds. Must befrom 0 to 999,999,999, defaults to 0.
func (*VitalsErrorsIssuesSearchCall)IntervalStartTimeSeconds¶
func (c *VitalsErrorsIssuesSearchCall) IntervalStartTimeSeconds(intervalStartTimeSecondsint64) *VitalsErrorsIssuesSearchCall
IntervalStartTimeSeconds sets the optional parameter"interval.startTime.seconds": Seconds of minutes of the time. Must normallybe from 0 to 59, defaults to 0. An API may allow the value 60 if it allowsleap-seconds.
func (*VitalsErrorsIssuesSearchCall)IntervalStartTimeTimeZoneId¶
func (c *VitalsErrorsIssuesSearchCall) IntervalStartTimeTimeZoneId(intervalStartTimeTimeZoneIdstring) *VitalsErrorsIssuesSearchCall
IntervalStartTimeTimeZoneId sets the optional parameter"interval.startTime.timeZone.id": IANA Time Zone Database time zone. Forexample "America/New_York".
func (*VitalsErrorsIssuesSearchCall)IntervalStartTimeTimeZoneVersion¶
func (c *VitalsErrorsIssuesSearchCall) IntervalStartTimeTimeZoneVersion(intervalStartTimeTimeZoneVersionstring) *VitalsErrorsIssuesSearchCall
IntervalStartTimeTimeZoneVersion sets the optional parameter"interval.startTime.timeZone.version": IANA Time Zone Database versionnumber. For example "2019a".
func (*VitalsErrorsIssuesSearchCall)IntervalStartTimeUtcOffset¶
func (c *VitalsErrorsIssuesSearchCall) IntervalStartTimeUtcOffset(intervalStartTimeUtcOffsetstring) *VitalsErrorsIssuesSearchCall
IntervalStartTimeUtcOffset sets the optional parameter"interval.startTime.utcOffset": UTC offset. Must be whole seconds, between-18 hours and +18 hours. For example, a UTC offset of -4:00 would berepresented as { seconds: -14400 }.
func (*VitalsErrorsIssuesSearchCall)IntervalStartTimeYear¶
func (c *VitalsErrorsIssuesSearchCall) IntervalStartTimeYear(intervalStartTimeYearint64) *VitalsErrorsIssuesSearchCall
IntervalStartTimeYear sets the optional parameter "interval.startTime.year":Year of date. Must be from 1 to 9999, or 0 if specifying a datetime withouta year.
func (*VitalsErrorsIssuesSearchCall)OrderBy¶added inv0.123.0
func (c *VitalsErrorsIssuesSearchCall) OrderBy(orderBystring) *VitalsErrorsIssuesSearchCall
OrderBy sets the optional parameter "orderBy": Specifies a field that willbe used to order the results. ** Supported dimensions:** *`errorReportCount`: Orders issues by number of error reports. *`distinctUsers`: Orders issues by number of unique affected users. **Supported operations:** * `asc` for ascending order. * `desc` for descendingorder. Format: A field and an operation, e.g., `errorReportCount desc`*Note:* currently only one field is supported at a time.
func (*VitalsErrorsIssuesSearchCall)PageSize¶
func (c *VitalsErrorsIssuesSearchCall) PageSize(pageSizeint64) *VitalsErrorsIssuesSearchCall
PageSize sets the optional parameter "pageSize": The maximum number of errorissues to return. The service may return fewer than this value. Ifunspecified, at most 50 error issues will be returned. The maximum value is1000; values above 1000 will be coerced to 1000.
func (*VitalsErrorsIssuesSearchCall)PageToken¶
func (c *VitalsErrorsIssuesSearchCall) PageToken(pageTokenstring) *VitalsErrorsIssuesSearchCall
PageToken sets the optional parameter "pageToken": A page token, receivedfrom a previous call. Provide this to retrieve the subsequent page. Whenpaginating, all other parameters provided to the request must match the callthat provided the page token.
func (*VitalsErrorsIssuesSearchCall)Pages¶
func (c *VitalsErrorsIssuesSearchCall) Pages(ctxcontext.Context, f func(*GooglePlayDeveloperReportingV1alpha1SearchErrorIssuesResponse)error)error
Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.
func (*VitalsErrorsIssuesSearchCall)SampleErrorReportLimit¶added inv0.170.0
func (c *VitalsErrorsIssuesSearchCall) SampleErrorReportLimit(sampleErrorReportLimitint64) *VitalsErrorsIssuesSearchCall
SampleErrorReportLimit sets the optional parameter "sampleErrorReportLimit":Number of sample error reports to return per ErrorIssue. If unspecified, 0will be used. *Note:* currently only 0 and 1 are supported.
typeVitalsErrorsIssuesService¶
type VitalsErrorsIssuesService struct {// contains filtered or unexported fields}funcNewVitalsErrorsIssuesService¶
func NewVitalsErrorsIssuesService(s *Service) *VitalsErrorsIssuesService
func (*VitalsErrorsIssuesService)Search¶
func (r *VitalsErrorsIssuesService) Search(parentstring) *VitalsErrorsIssuesSearchCall
Search: Searches all error issues in which reports have been grouped.
- parent: Parent resource of the error issues, indicating the applicationfor which they were received. Format: apps/{app}.
typeVitalsErrorsReportsSearchCall¶
type VitalsErrorsReportsSearchCall struct {// contains filtered or unexported fields}func (*VitalsErrorsReportsSearchCall)Context¶
func (c *VitalsErrorsReportsSearchCall) Context(ctxcontext.Context) *VitalsErrorsReportsSearchCall
Context sets the context to be used in this call's Do method.
func (*VitalsErrorsReportsSearchCall)Do¶
func (c *VitalsErrorsReportsSearchCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1SearchErrorReportsResponse,error)
Do executes the "playdeveloperreporting.vitals.errors.reports.search" call.Any non-2xx status code is an error. Response headers are in either*GooglePlayDeveloperReportingV1alpha1SearchErrorReportsResponse.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*VitalsErrorsReportsSearchCall)Fields¶
func (c *VitalsErrorsReportsSearchCall) Fields(s ...googleapi.Field) *VitalsErrorsReportsSearchCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*VitalsErrorsReportsSearchCall)Filter¶
func (c *VitalsErrorsReportsSearchCall) Filter(filterstring) *VitalsErrorsReportsSearchCall
Filter sets the optional parameter "filter": A selection predicate toretrieve only a subset of the reports. For filtering basics, please checkAIP-160 (https://google.aip.dev/160). ** Supported field names:** *`apiLevel`: Matches error reports that occurred in the requested Androidversions (specified as the numeric API level) only. Example: `apiLevel = 28OR apiLevel = 29`. * `versionCode`: Matches error reports that occurred inthe requested app version codes only. Example: `versionCode = 123 ORversionCode = 456`. * `deviceModel`: Matches error issues that occurred inthe requested devices. Example: `deviceModel = "google/walleye" ORdeviceModel = "google/marlin". * `deviceBrand`: Matches error issues thatoccurred in the requested device brands. Example: `deviceBrand = "Google". *`deviceType`: Matches error reports that occurred in the requested devicetypes. Example: `deviceType = "PHONE". * `errorIssueType`: Matches errorreports of the requested types only. Valid candidates: `CRASH`, `ANR`,`NON_FATAL`. Example: `errorIssueType = CRASH OR errorIssueType = ANR`. *`errorIssueId`: Matches error reports belonging to the requested error issueids only. Example: `errorIssueId = 1234 OR errorIssueId = 4567`. *`errorReportId`: Matches error reports with the requested error report id.Example: `errorReportId = 1234 OR errorReportId = 4567`. *`appProcessState`: Matches error reports on the process state of an app,indicating whether an app runs in the foreground (user-visible) orbackground. Valid candidates: `FOREGROUND`, `BACKGROUND`. Example:`appProcessState = FOREGROUND`. * `isUserPerceived`: Matches error reportsthat are user-perceived. It is not accompanied by any operators. Example:`isUserPerceived`. ** Supported operators:** * Comparison operators: Theonly supported comparison operator is equality. The filtered field mustappear on the left hand side of the comparison. * Logical Operators: Logicaloperators `AND` and `OR` can be used to build complex filters following aconjunctive normal form (CNF), i.e., conjunctions of disjunctions. The `OR`operator takes precedence over `AND` so the use of parenthesis is notnecessary when building CNF. The `OR` operator is only supported to builddisjunctions that apply to the same field, e.g., `versionCode = 123 ORversionCode = ANR`. The filter expression `versionCode = 123 ORerrorIssueType = ANR` is not valid. ** Examples ** Some valid filteringexpressions: * `versionCode = 123 AND errorIssueType = ANR` * `versionCode =123 AND errorIssueType = OR errorIssueType = CRASH` * `versionCode = 123 AND(errorIssueType = OR errorIssueType = CRASH)`
func (*VitalsErrorsReportsSearchCall)Header¶
func (c *VitalsErrorsReportsSearchCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*VitalsErrorsReportsSearchCall)IfNoneMatch¶
func (c *VitalsErrorsReportsSearchCall) IfNoneMatch(entityTagstring) *VitalsErrorsReportsSearchCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*VitalsErrorsReportsSearchCall)IntervalEndTimeDay¶
func (c *VitalsErrorsReportsSearchCall) IntervalEndTimeDay(intervalEndTimeDayint64) *VitalsErrorsReportsSearchCall
IntervalEndTimeDay sets the optional parameter "interval.endTime.day": Dayof month. Must be from 1 to 31 and valid for the year and month, or 0 ifspecifying a datetime without a day.
func (*VitalsErrorsReportsSearchCall)IntervalEndTimeHours¶
func (c *VitalsErrorsReportsSearchCall) IntervalEndTimeHours(intervalEndTimeHoursint64) *VitalsErrorsReportsSearchCall
IntervalEndTimeHours sets the optional parameter "interval.endTime.hours":Hours of day in 24 hour format. Should be from 0 to 23, defaults to 0(midnight). An API may choose to allow the value "24:00:00" for scenarioslike business closing time.
func (*VitalsErrorsReportsSearchCall)IntervalEndTimeMinutes¶
func (c *VitalsErrorsReportsSearchCall) IntervalEndTimeMinutes(intervalEndTimeMinutesint64) *VitalsErrorsReportsSearchCall
IntervalEndTimeMinutes sets the optional parameter"interval.endTime.minutes": Minutes of hour of day. Must be from 0 to 59,defaults to 0.
func (*VitalsErrorsReportsSearchCall)IntervalEndTimeMonth¶
func (c *VitalsErrorsReportsSearchCall) IntervalEndTimeMonth(intervalEndTimeMonthint64) *VitalsErrorsReportsSearchCall
IntervalEndTimeMonth sets the optional parameter "interval.endTime.month":Month of year. Must be from 1 to 12, or 0 if specifying a datetime without amonth.
func (*VitalsErrorsReportsSearchCall)IntervalEndTimeNanos¶
func (c *VitalsErrorsReportsSearchCall) IntervalEndTimeNanos(intervalEndTimeNanosint64) *VitalsErrorsReportsSearchCall
IntervalEndTimeNanos sets the optional parameter "interval.endTime.nanos":Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaultsto 0.
func (*VitalsErrorsReportsSearchCall)IntervalEndTimeSeconds¶
func (c *VitalsErrorsReportsSearchCall) IntervalEndTimeSeconds(intervalEndTimeSecondsint64) *VitalsErrorsReportsSearchCall
IntervalEndTimeSeconds sets the optional parameter"interval.endTime.seconds": Seconds of minutes of the time. Must normally befrom 0 to 59, defaults to 0. An API may allow the value 60 if it allowsleap-seconds.
func (*VitalsErrorsReportsSearchCall)IntervalEndTimeTimeZoneId¶
func (c *VitalsErrorsReportsSearchCall) IntervalEndTimeTimeZoneId(intervalEndTimeTimeZoneIdstring) *VitalsErrorsReportsSearchCall
IntervalEndTimeTimeZoneId sets the optional parameter"interval.endTime.timeZone.id": IANA Time Zone Database time zone. Forexample "America/New_York".
func (*VitalsErrorsReportsSearchCall)IntervalEndTimeTimeZoneVersion¶
func (c *VitalsErrorsReportsSearchCall) IntervalEndTimeTimeZoneVersion(intervalEndTimeTimeZoneVersionstring) *VitalsErrorsReportsSearchCall
IntervalEndTimeTimeZoneVersion sets the optional parameter"interval.endTime.timeZone.version": IANA Time Zone Database version number.For example "2019a".
func (*VitalsErrorsReportsSearchCall)IntervalEndTimeUtcOffset¶
func (c *VitalsErrorsReportsSearchCall) IntervalEndTimeUtcOffset(intervalEndTimeUtcOffsetstring) *VitalsErrorsReportsSearchCall
IntervalEndTimeUtcOffset sets the optional parameter"interval.endTime.utcOffset": UTC offset. Must be whole seconds, between -18hours and +18 hours. For example, a UTC offset of -4:00 would be representedas { seconds: -14400 }.
func (*VitalsErrorsReportsSearchCall)IntervalEndTimeYear¶
func (c *VitalsErrorsReportsSearchCall) IntervalEndTimeYear(intervalEndTimeYearint64) *VitalsErrorsReportsSearchCall
IntervalEndTimeYear sets the optional parameter "interval.endTime.year":Year of date. Must be from 1 to 9999, or 0 if specifying a datetime withouta year.
func (*VitalsErrorsReportsSearchCall)IntervalStartTimeDay¶
func (c *VitalsErrorsReportsSearchCall) IntervalStartTimeDay(intervalStartTimeDayint64) *VitalsErrorsReportsSearchCall
IntervalStartTimeDay sets the optional parameter "interval.startTime.day":Day of month. Must be from 1 to 31 and valid for the year and month, or 0 ifspecifying a datetime without a day.
func (*VitalsErrorsReportsSearchCall)IntervalStartTimeHours¶
func (c *VitalsErrorsReportsSearchCall) IntervalStartTimeHours(intervalStartTimeHoursint64) *VitalsErrorsReportsSearchCall
IntervalStartTimeHours sets the optional parameter"interval.startTime.hours": Hours of day in 24 hour format. Should be from 0to 23, defaults to 0 (midnight). An API may choose to allow the value"24:00:00" for scenarios like business closing time.
func (*VitalsErrorsReportsSearchCall)IntervalStartTimeMinutes¶
func (c *VitalsErrorsReportsSearchCall) IntervalStartTimeMinutes(intervalStartTimeMinutesint64) *VitalsErrorsReportsSearchCall
IntervalStartTimeMinutes sets the optional parameter"interval.startTime.minutes": Minutes of hour of day. Must be from 0 to 59,defaults to 0.
func (*VitalsErrorsReportsSearchCall)IntervalStartTimeMonth¶
func (c *VitalsErrorsReportsSearchCall) IntervalStartTimeMonth(intervalStartTimeMonthint64) *VitalsErrorsReportsSearchCall
IntervalStartTimeMonth sets the optional parameter"interval.startTime.month": Month of year. Must be from 1 to 12, or 0 ifspecifying a datetime without a month.
func (*VitalsErrorsReportsSearchCall)IntervalStartTimeNanos¶
func (c *VitalsErrorsReportsSearchCall) IntervalStartTimeNanos(intervalStartTimeNanosint64) *VitalsErrorsReportsSearchCall
IntervalStartTimeNanos sets the optional parameter"interval.startTime.nanos": Fractions of seconds in nanoseconds. Must befrom 0 to 999,999,999, defaults to 0.
func (*VitalsErrorsReportsSearchCall)IntervalStartTimeSeconds¶
func (c *VitalsErrorsReportsSearchCall) IntervalStartTimeSeconds(intervalStartTimeSecondsint64) *VitalsErrorsReportsSearchCall
IntervalStartTimeSeconds sets the optional parameter"interval.startTime.seconds": Seconds of minutes of the time. Must normallybe from 0 to 59, defaults to 0. An API may allow the value 60 if it allowsleap-seconds.
func (*VitalsErrorsReportsSearchCall)IntervalStartTimeTimeZoneId¶
func (c *VitalsErrorsReportsSearchCall) IntervalStartTimeTimeZoneId(intervalStartTimeTimeZoneIdstring) *VitalsErrorsReportsSearchCall
IntervalStartTimeTimeZoneId sets the optional parameter"interval.startTime.timeZone.id": IANA Time Zone Database time zone. Forexample "America/New_York".
func (*VitalsErrorsReportsSearchCall)IntervalStartTimeTimeZoneVersion¶
func (c *VitalsErrorsReportsSearchCall) IntervalStartTimeTimeZoneVersion(intervalStartTimeTimeZoneVersionstring) *VitalsErrorsReportsSearchCall
IntervalStartTimeTimeZoneVersion sets the optional parameter"interval.startTime.timeZone.version": IANA Time Zone Database versionnumber. For example "2019a".
func (*VitalsErrorsReportsSearchCall)IntervalStartTimeUtcOffset¶
func (c *VitalsErrorsReportsSearchCall) IntervalStartTimeUtcOffset(intervalStartTimeUtcOffsetstring) *VitalsErrorsReportsSearchCall
IntervalStartTimeUtcOffset sets the optional parameter"interval.startTime.utcOffset": UTC offset. Must be whole seconds, between-18 hours and +18 hours. For example, a UTC offset of -4:00 would berepresented as { seconds: -14400 }.
func (*VitalsErrorsReportsSearchCall)IntervalStartTimeYear¶
func (c *VitalsErrorsReportsSearchCall) IntervalStartTimeYear(intervalStartTimeYearint64) *VitalsErrorsReportsSearchCall
IntervalStartTimeYear sets the optional parameter "interval.startTime.year":Year of date. Must be from 1 to 9999, or 0 if specifying a datetime withouta year.
func (*VitalsErrorsReportsSearchCall)PageSize¶
func (c *VitalsErrorsReportsSearchCall) PageSize(pageSizeint64) *VitalsErrorsReportsSearchCall
PageSize sets the optional parameter "pageSize": The maximum number ofreports to return. The service may return fewer than this value. Ifunspecified, at most 50 reports will be returned. The maximum value is 100;values above 100 will be coerced to 100.
func (*VitalsErrorsReportsSearchCall)PageToken¶
func (c *VitalsErrorsReportsSearchCall) PageToken(pageTokenstring) *VitalsErrorsReportsSearchCall
PageToken sets the optional parameter "pageToken": A page token, receivedfrom a previous `SearchErrorReports` call. Provide this to retrieve thesubsequent page. When paginating, all other parameters provided to`SearchErrorReports` must match the call that provided the page token.
func (*VitalsErrorsReportsSearchCall)Pages¶
func (c *VitalsErrorsReportsSearchCall) Pages(ctxcontext.Context, f func(*GooglePlayDeveloperReportingV1alpha1SearchErrorReportsResponse)error)error
Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.
typeVitalsErrorsReportsService¶
type VitalsErrorsReportsService struct {// contains filtered or unexported fields}funcNewVitalsErrorsReportsService¶
func NewVitalsErrorsReportsService(s *Service) *VitalsErrorsReportsService
func (*VitalsErrorsReportsService)Search¶
func (r *VitalsErrorsReportsService) Search(parentstring) *VitalsErrorsReportsSearchCall
Search: Searches all error reports received for an app.
- parent: Parent resource of the reports, indicating the application forwhich they were received. Format: apps/{app}.
typeVitalsErrorsService¶
type VitalsErrorsService struct {Counts *VitalsErrorsCountsServiceIssues *VitalsErrorsIssuesServiceReports *VitalsErrorsReportsService// contains filtered or unexported fields}funcNewVitalsErrorsService¶
func NewVitalsErrorsService(s *Service) *VitalsErrorsService
typeVitalsExcessivewakeuprateGetCall¶
type VitalsExcessivewakeuprateGetCall struct {// contains filtered or unexported fields}func (*VitalsExcessivewakeuprateGetCall)Context¶
func (c *VitalsExcessivewakeuprateGetCall) Context(ctxcontext.Context) *VitalsExcessivewakeuprateGetCall
Context sets the context to be used in this call's Do method.
func (*VitalsExcessivewakeuprateGetCall)Do¶
func (c *VitalsExcessivewakeuprateGetCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1ExcessiveWakeupRateMetricSet,error)
Do executes the "playdeveloperreporting.vitals.excessivewakeuprate.get" call.Any non-2xx status code is an error. Response headers are in either*GooglePlayDeveloperReportingV1alpha1ExcessiveWakeupRateMetricSet.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*VitalsExcessivewakeuprateGetCall)Fields¶
func (c *VitalsExcessivewakeuprateGetCall) Fields(s ...googleapi.Field) *VitalsExcessivewakeuprateGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*VitalsExcessivewakeuprateGetCall)Header¶
func (c *VitalsExcessivewakeuprateGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*VitalsExcessivewakeuprateGetCall)IfNoneMatch¶
func (c *VitalsExcessivewakeuprateGetCall) IfNoneMatch(entityTagstring) *VitalsExcessivewakeuprateGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeVitalsExcessivewakeuprateQueryCall¶
type VitalsExcessivewakeuprateQueryCall struct {// contains filtered or unexported fields}func (*VitalsExcessivewakeuprateQueryCall)Context¶
func (c *VitalsExcessivewakeuprateQueryCall) Context(ctxcontext.Context) *VitalsExcessivewakeuprateQueryCall
Context sets the context to be used in this call's Do method.
func (*VitalsExcessivewakeuprateQueryCall)Do¶
func (c *VitalsExcessivewakeuprateQueryCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetResponse,error)
Do executes the "playdeveloperreporting.vitals.excessivewakeuprate.query" call.Any non-2xx status code is an error. Response headers are in either*GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetResponse.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*VitalsExcessivewakeuprateQueryCall)Fields¶
func (c *VitalsExcessivewakeuprateQueryCall) Fields(s ...googleapi.Field) *VitalsExcessivewakeuprateQueryCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*VitalsExcessivewakeuprateQueryCall)Header¶
func (c *VitalsExcessivewakeuprateQueryCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*VitalsExcessivewakeuprateQueryCall)Pages¶
func (c *VitalsExcessivewakeuprateQueryCall) Pages(ctxcontext.Context, f func(*GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetResponse)error)error
Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.
typeVitalsExcessivewakeuprateService¶
type VitalsExcessivewakeuprateService struct {// contains filtered or unexported fields}funcNewVitalsExcessivewakeuprateService¶
func NewVitalsExcessivewakeuprateService(s *Service) *VitalsExcessivewakeuprateService
func (*VitalsExcessivewakeuprateService)Get¶
func (r *VitalsExcessivewakeuprateService) Get(namestring) *VitalsExcessivewakeuprateGetCall
Get: Describes the properties of the metric set.
- name: The resource name. Format: apps/{app}/excessiveWakeupRateMetricSet.
func (*VitalsExcessivewakeuprateService)Query¶
func (r *VitalsExcessivewakeuprateService) Query(namestring, googleplaydeveloperreportingv1alpha1queryexcessivewakeupratemetricsetrequest *GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequest) *VitalsExcessivewakeuprateQueryCall
Query: Queries the metrics in the metric set.
- name: The resource name. Format: apps/{app}/excessiveWakeupRateMetricSet.
typeVitalsLmkrateGetCall¶added inv0.227.0
type VitalsLmkrateGetCall struct {// contains filtered or unexported fields}func (*VitalsLmkrateGetCall)Context¶added inv0.227.0
func (c *VitalsLmkrateGetCall) Context(ctxcontext.Context) *VitalsLmkrateGetCall
Context sets the context to be used in this call's Do method.
func (*VitalsLmkrateGetCall)Do¶added inv0.227.0
func (c *VitalsLmkrateGetCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1LmkRateMetricSet,error)
Do executes the "playdeveloperreporting.vitals.lmkrate.get" call.Any non-2xx status code is an error. Response headers are in either*GooglePlayDeveloperReportingV1alpha1LmkRateMetricSet.ServerResponse.Headeror (if a response was returned at all) in error.(*googleapi.Error).Header.Use googleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*VitalsLmkrateGetCall)Fields¶added inv0.227.0
func (c *VitalsLmkrateGetCall) Fields(s ...googleapi.Field) *VitalsLmkrateGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*VitalsLmkrateGetCall)Header¶added inv0.227.0
func (c *VitalsLmkrateGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*VitalsLmkrateGetCall)IfNoneMatch¶added inv0.227.0
func (c *VitalsLmkrateGetCall) IfNoneMatch(entityTagstring) *VitalsLmkrateGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeVitalsLmkrateQueryCall¶added inv0.227.0
type VitalsLmkrateQueryCall struct {// contains filtered or unexported fields}func (*VitalsLmkrateQueryCall)Context¶added inv0.227.0
func (c *VitalsLmkrateQueryCall) Context(ctxcontext.Context) *VitalsLmkrateQueryCall
Context sets the context to be used in this call's Do method.
func (*VitalsLmkrateQueryCall)Do¶added inv0.227.0
func (c *VitalsLmkrateQueryCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1QueryLmkRateMetricSetResponse,error)
Do executes the "playdeveloperreporting.vitals.lmkrate.query" call.Any non-2xx status code is an error. Response headers are in either*GooglePlayDeveloperReportingV1alpha1QueryLmkRateMetricSetResponse.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*VitalsLmkrateQueryCall)Fields¶added inv0.227.0
func (c *VitalsLmkrateQueryCall) Fields(s ...googleapi.Field) *VitalsLmkrateQueryCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*VitalsLmkrateQueryCall)Header¶added inv0.227.0
func (c *VitalsLmkrateQueryCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*VitalsLmkrateQueryCall)Pages¶added inv0.227.0
func (c *VitalsLmkrateQueryCall) Pages(ctxcontext.Context, f func(*GooglePlayDeveloperReportingV1alpha1QueryLmkRateMetricSetResponse)error)error
Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.
typeVitalsLmkrateService¶added inv0.227.0
type VitalsLmkrateService struct {// contains filtered or unexported fields}funcNewVitalsLmkrateService¶added inv0.227.0
func NewVitalsLmkrateService(s *Service) *VitalsLmkrateService
func (*VitalsLmkrateService)Get¶added inv0.227.0
func (r *VitalsLmkrateService) Get(namestring) *VitalsLmkrateGetCall
Get: Describes the properties of the metric set.
- name: The resource name. Format: apps/{app}/lmkRateMetricSet.
func (*VitalsLmkrateService)Query¶added inv0.227.0
func (r *VitalsLmkrateService) Query(namestring, googleplaydeveloperreportingv1alpha1querylmkratemetricsetrequest *GooglePlayDeveloperReportingV1alpha1QueryLmkRateMetricSetRequest) *VitalsLmkrateQueryCall
Query: Queries the metrics in the metric set.
- name: The resource name. Format: apps/{app}/lmkRateMetricSet.
typeVitalsService¶
type VitalsService struct {Anrrate *VitalsAnrrateServiceCrashrate *VitalsCrashrateServiceErrors *VitalsErrorsServiceExcessivewakeuprate *VitalsExcessivewakeuprateServiceLmkrate *VitalsLmkrateServiceSlowrenderingrate *VitalsSlowrenderingrateServiceSlowstartrate *VitalsSlowstartrateServiceStuckbackgroundwakelockrate *VitalsStuckbackgroundwakelockrateService// contains filtered or unexported fields}funcNewVitalsService¶
func NewVitalsService(s *Service) *VitalsService
typeVitalsSlowrenderingrateGetCall¶added inv0.115.0
type VitalsSlowrenderingrateGetCall struct {// contains filtered or unexported fields}func (*VitalsSlowrenderingrateGetCall)Context¶added inv0.115.0
func (c *VitalsSlowrenderingrateGetCall) Context(ctxcontext.Context) *VitalsSlowrenderingrateGetCall
Context sets the context to be used in this call's Do method.
func (*VitalsSlowrenderingrateGetCall)Do¶added inv0.115.0
func (c *VitalsSlowrenderingrateGetCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1SlowRenderingRateMetricSet,error)
Do executes the "playdeveloperreporting.vitals.slowrenderingrate.get" call.Any non-2xx status code is an error. Response headers are in either*GooglePlayDeveloperReportingV1alpha1SlowRenderingRateMetricSet.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*VitalsSlowrenderingrateGetCall)Fields¶added inv0.115.0
func (c *VitalsSlowrenderingrateGetCall) Fields(s ...googleapi.Field) *VitalsSlowrenderingrateGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*VitalsSlowrenderingrateGetCall)Header¶added inv0.115.0
func (c *VitalsSlowrenderingrateGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*VitalsSlowrenderingrateGetCall)IfNoneMatch¶added inv0.115.0
func (c *VitalsSlowrenderingrateGetCall) IfNoneMatch(entityTagstring) *VitalsSlowrenderingrateGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeVitalsSlowrenderingrateQueryCall¶added inv0.115.0
type VitalsSlowrenderingrateQueryCall struct {// contains filtered or unexported fields}func (*VitalsSlowrenderingrateQueryCall)Context¶added inv0.115.0
func (c *VitalsSlowrenderingrateQueryCall) Context(ctxcontext.Context) *VitalsSlowrenderingrateQueryCall
Context sets the context to be used in this call's Do method.
func (*VitalsSlowrenderingrateQueryCall)Do¶added inv0.115.0
func (c *VitalsSlowrenderingrateQueryCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetResponse,error)
Do executes the "playdeveloperreporting.vitals.slowrenderingrate.query" call.Any non-2xx status code is an error. Response headers are in either*GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetResponse.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*VitalsSlowrenderingrateQueryCall)Fields¶added inv0.115.0
func (c *VitalsSlowrenderingrateQueryCall) Fields(s ...googleapi.Field) *VitalsSlowrenderingrateQueryCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*VitalsSlowrenderingrateQueryCall)Header¶added inv0.115.0
func (c *VitalsSlowrenderingrateQueryCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*VitalsSlowrenderingrateQueryCall)Pages¶added inv0.115.0
func (c *VitalsSlowrenderingrateQueryCall) Pages(ctxcontext.Context, f func(*GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetResponse)error)error
Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.
typeVitalsSlowrenderingrateService¶added inv0.115.0
type VitalsSlowrenderingrateService struct {// contains filtered or unexported fields}funcNewVitalsSlowrenderingrateService¶added inv0.115.0
func NewVitalsSlowrenderingrateService(s *Service) *VitalsSlowrenderingrateService
func (*VitalsSlowrenderingrateService)Get¶added inv0.115.0
func (r *VitalsSlowrenderingrateService) Get(namestring) *VitalsSlowrenderingrateGetCall
Get: Describes the properties of the metric set.
- name: The resource name. Format: apps/{app}/slowRenderingRateMetricSet.
func (*VitalsSlowrenderingrateService)Query¶added inv0.115.0
func (r *VitalsSlowrenderingrateService) Query(namestring, googleplaydeveloperreportingv1alpha1queryslowrenderingratemetricsetrequest *GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetRequest) *VitalsSlowrenderingrateQueryCall
Query: Queries the metrics in the metric set.
- name: The resource name. Format: apps/{app}/slowRenderingRateMetricSet.
typeVitalsSlowstartrateGetCall¶added inv0.115.0
type VitalsSlowstartrateGetCall struct {// contains filtered or unexported fields}func (*VitalsSlowstartrateGetCall)Context¶added inv0.115.0
func (c *VitalsSlowstartrateGetCall) Context(ctxcontext.Context) *VitalsSlowstartrateGetCall
Context sets the context to be used in this call's Do method.
func (*VitalsSlowstartrateGetCall)Do¶added inv0.115.0
func (c *VitalsSlowstartrateGetCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1SlowStartRateMetricSet,error)
Do executes the "playdeveloperreporting.vitals.slowstartrate.get" call.Any non-2xx status code is an error. Response headers are in either*GooglePlayDeveloperReportingV1alpha1SlowStartRateMetricSet.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*VitalsSlowstartrateGetCall)Fields¶added inv0.115.0
func (c *VitalsSlowstartrateGetCall) Fields(s ...googleapi.Field) *VitalsSlowstartrateGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*VitalsSlowstartrateGetCall)Header¶added inv0.115.0
func (c *VitalsSlowstartrateGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*VitalsSlowstartrateGetCall)IfNoneMatch¶added inv0.115.0
func (c *VitalsSlowstartrateGetCall) IfNoneMatch(entityTagstring) *VitalsSlowstartrateGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeVitalsSlowstartrateQueryCall¶added inv0.115.0
type VitalsSlowstartrateQueryCall struct {// contains filtered or unexported fields}func (*VitalsSlowstartrateQueryCall)Context¶added inv0.115.0
func (c *VitalsSlowstartrateQueryCall) Context(ctxcontext.Context) *VitalsSlowstartrateQueryCall
Context sets the context to be used in this call's Do method.
func (*VitalsSlowstartrateQueryCall)Do¶added inv0.115.0
func (c *VitalsSlowstartrateQueryCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetResponse,error)
Do executes the "playdeveloperreporting.vitals.slowstartrate.query" call.Any non-2xx status code is an error. Response headers are in either*GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetResponse.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*VitalsSlowstartrateQueryCall)Fields¶added inv0.115.0
func (c *VitalsSlowstartrateQueryCall) Fields(s ...googleapi.Field) *VitalsSlowstartrateQueryCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*VitalsSlowstartrateQueryCall)Header¶added inv0.115.0
func (c *VitalsSlowstartrateQueryCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*VitalsSlowstartrateQueryCall)Pages¶added inv0.115.0
func (c *VitalsSlowstartrateQueryCall) Pages(ctxcontext.Context, f func(*GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetResponse)error)error
Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.
typeVitalsSlowstartrateService¶added inv0.115.0
type VitalsSlowstartrateService struct {// contains filtered or unexported fields}funcNewVitalsSlowstartrateService¶added inv0.115.0
func NewVitalsSlowstartrateService(s *Service) *VitalsSlowstartrateService
func (*VitalsSlowstartrateService)Get¶added inv0.115.0
func (r *VitalsSlowstartrateService) Get(namestring) *VitalsSlowstartrateGetCall
Get: Describes the properties of the metric set.
- name: The resource name. Format: apps/{app}/slowStartRateMetricSet.
func (*VitalsSlowstartrateService)Query¶added inv0.115.0
func (r *VitalsSlowstartrateService) Query(namestring, googleplaydeveloperreportingv1alpha1queryslowstartratemetricsetrequest *GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest) *VitalsSlowstartrateQueryCall
Query: Queries the metrics in the metric set.
- name: The resource name. Format: apps/{app}/slowStartRateMetricSet.
typeVitalsStuckbackgroundwakelockrateGetCall¶
type VitalsStuckbackgroundwakelockrateGetCall struct {// contains filtered or unexported fields}func (*VitalsStuckbackgroundwakelockrateGetCall)Context¶
func (c *VitalsStuckbackgroundwakelockrateGetCall) Context(ctxcontext.Context) *VitalsStuckbackgroundwakelockrateGetCall
Context sets the context to be used in this call's Do method.
func (*VitalsStuckbackgroundwakelockrateGetCall)Do¶
func (c *VitalsStuckbackgroundwakelockrateGetCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1StuckBackgroundWakelockRateMetricSet,error)
Do executes the "playdeveloperreporting.vitals.stuckbackgroundwakelockrate.get" call.Any non-2xx status code is an error. Response headers are in either*GooglePlayDeveloperReportingV1alpha1StuckBackgroundWakelockRateMetricSet.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*VitalsStuckbackgroundwakelockrateGetCall)Fields¶
func (c *VitalsStuckbackgroundwakelockrateGetCall) Fields(s ...googleapi.Field) *VitalsStuckbackgroundwakelockrateGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*VitalsStuckbackgroundwakelockrateGetCall)Header¶
func (c *VitalsStuckbackgroundwakelockrateGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*VitalsStuckbackgroundwakelockrateGetCall)IfNoneMatch¶
func (c *VitalsStuckbackgroundwakelockrateGetCall) IfNoneMatch(entityTagstring) *VitalsStuckbackgroundwakelockrateGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeVitalsStuckbackgroundwakelockrateQueryCall¶
type VitalsStuckbackgroundwakelockrateQueryCall struct {// contains filtered or unexported fields}func (*VitalsStuckbackgroundwakelockrateQueryCall)Context¶
func (c *VitalsStuckbackgroundwakelockrateQueryCall) Context(ctxcontext.Context) *VitalsStuckbackgroundwakelockrateQueryCall
Context sets the context to be used in this call's Do method.
func (*VitalsStuckbackgroundwakelockrateQueryCall)Do¶
func (c *VitalsStuckbackgroundwakelockrateQueryCall) Do(opts ...googleapi.CallOption) (*GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetResponse,error)
Do executes the "playdeveloperreporting.vitals.stuckbackgroundwakelockrate.query" call.Any non-2xx status code is an error. Response headers are in either*GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetResponse.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*VitalsStuckbackgroundwakelockrateQueryCall)Fields¶
func (c *VitalsStuckbackgroundwakelockrateQueryCall) Fields(s ...googleapi.Field) *VitalsStuckbackgroundwakelockrateQueryCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*VitalsStuckbackgroundwakelockrateQueryCall)Header¶
func (c *VitalsStuckbackgroundwakelockrateQueryCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*VitalsStuckbackgroundwakelockrateQueryCall)Pages¶
func (c *VitalsStuckbackgroundwakelockrateQueryCall) Pages(ctxcontext.Context, f func(*GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetResponse)error)error
Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.
typeVitalsStuckbackgroundwakelockrateService¶
type VitalsStuckbackgroundwakelockrateService struct {// contains filtered or unexported fields}funcNewVitalsStuckbackgroundwakelockrateService¶
func NewVitalsStuckbackgroundwakelockrateService(s *Service) *VitalsStuckbackgroundwakelockrateService
func (*VitalsStuckbackgroundwakelockrateService)Get¶
func (r *VitalsStuckbackgroundwakelockrateService) Get(namestring) *VitalsStuckbackgroundwakelockrateGetCall
Get: Describes the properties of the metric set.
- name: The resource name. Format:apps/{app}/stuckBackgroundWakelockRateMetricSet.
func (*VitalsStuckbackgroundwakelockrateService)Query¶
func (r *VitalsStuckbackgroundwakelockrateService) Query(namestring, googleplaydeveloperreportingv1alpha1querystuckbackgroundwakelockratemetricsetrequest *GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetRequest) *VitalsStuckbackgroundwakelockrateQueryCall
Query: Queries the metrics in the metric set.
- name: The resource name. Format:apps/{app}/stuckBackgroundWakelockRateMetricSet.