Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of analyticsdata v1alpha client #1573

Merged
merged 1 commit into from Nov 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions generated/google/apis/analyticsdata_v1alpha.rb
Expand Up @@ -22,10 +22,10 @@ module Apis
#
# Accesses report data in Google Analytics.
#
# @see https://developers.google.com/analytics/trusted-testing/analytics-data/
# @see https://developers.google.com/analytics/devguides/reporting/data/v1/
module AnalyticsdataV1alpha
VERSION = 'V1alpha'
REVISION = '20201116'
REVISION = '20201118'

# View and manage your Google Analytics data
AUTH_ANALYTICS = 'https://www.googleapis.com/auth/analytics'
Expand Down
12 changes: 6 additions & 6 deletions generated/google/apis/analyticsdata_v1alpha/classes.rb
Expand Up @@ -366,9 +366,9 @@ class Dimension
attr_accessor :dimension_expression

# The name of the dimension. See the [API Dimensions](https://developers.google.
# com/analytics/trusted-testing/analytics-data/api-schema#dimensions) for the
# list of dimension names. If `dimensionExpression` is specified, `name` can be
# any string that you would like. For example if a `dimensionExpression`
# com/analytics/devguides/reporting/data/v1/api-schema#dimensions) for the list
# of dimension names. If `dimensionExpression` is specified, `name` can be any
# string that you would like. For example if a `dimensionExpression`
# concatenates `country` and `city`, you could call that dimension `
# countryAndCity`. Dimensions are referenced by `name` in `dimensionFilter`, `
# orderBys`, `dimensionExpression`, and `pivots`.
Expand Down Expand Up @@ -540,8 +540,8 @@ class Entity
include Google::Apis::Core::Hashable

# A Google Analytics GA4 property id. To learn more, see [where to find your
# Property ID](https://developers.google.com/analytics/trusted-testing/analytics-
# data/property-id).
# Property ID](https://developers.google.com/analytics/devguides/reporting/data/
# v1/property-id).
# Corresponds to the JSON property `propertyId`
# @return [String]
attr_accessor :property_id
Expand Down Expand Up @@ -745,7 +745,7 @@ class Metric
alias_method :invisible?, :invisible

# The name of the metric. See the [API Metrics](https://developers.google.com/
# analytics/trusted-testing/analytics-data/api-schema#metrics) for the list of
# analytics/devguides/reporting/data/v1/api-schema#metrics) for the list of
# metric names. If `expression` is specified, `name` can be any string that you
# would like. For example if `expression` is `screenPageViews/sessions`, you
# could call that metric's name = `viewsPerSession`. Metrics are referenced by `
Expand Down
10 changes: 5 additions & 5 deletions generated/google/apis/analyticsdata_v1alpha/service.rb
Expand Up @@ -30,7 +30,7 @@ module AnalyticsdataV1alpha
# Analyticsdata = Google::Apis::AnalyticsdataV1alpha # Alias the module
# service = Analyticsdata::AnalyticsDataService.new
#
# @see https://developers.google.com/analytics/trusted-testing/analytics-data/
# @see https://developers.google.com/analytics/devguides/reporting/data/v1/
class AnalyticsDataService < Google::Apis::Core::BaseService
# @return [String]
# API key. Your API key identifies your project and provides you with API access,
Expand Down Expand Up @@ -59,8 +59,8 @@ def initialize
# Required. The resource name of the metadata to retrieve. This name field is
# specified in the URL path and not URL parameters. Property is a numeric Google
# Analytics GA4 Property identifier. To learn more, see [where to find your
# Property ID](https://developers.google.com/analytics/trusted-testing/analytics-
# data/property-id). Example: properties/1234/metadata Set the Property ID to 0
# Property ID](https://developers.google.com/analytics/devguides/reporting/data/
# v1/property-id). Example: properties/1234/metadata Set the Property ID to 0
# for dimensions and metrics common to all properties. In this special mode,
# this method will not return custom dimensions and metrics.
# @param [String] fields
Expand Down Expand Up @@ -96,8 +96,8 @@ def get_property_metadata(name, fields: nil, quota_user: nil, options: nil, &blo
# @param [String] property
# A Google Analytics GA4 property identifier whose events are tracked. Specified
# in the URL path and not the body. To learn more, see [where to find your
# Property ID](https://developers.google.com/analytics/trusted-testing/analytics-
# data/property-id). Example: properties/1234
# Property ID](https://developers.google.com/analytics/devguides/reporting/data/
# v1/property-id). Example: properties/1234
# @param [Google::Apis::AnalyticsdataV1alpha::RunRealtimeReportRequest] run_realtime_report_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/analyticsdata_v1alpha/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "93d0d7eb836f16297553a4568aefca39bd6bfd25"
"sha": "b264d974a86e5acbc70cd73915eaf73daac61a63"
}
}
]
Expand Down