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 #1546

Merged
merged 1 commit into from Nov 18, 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
2 changes: 1 addition & 1 deletion generated/google/apis/analyticsdata_v1alpha.rb
Expand Up @@ -25,7 +25,7 @@ module Apis
# @see https://developers.google.com/analytics/trusted-testing/analytics-data/
module AnalyticsdataV1alpha
VERSION = 'V1alpha'
REVISION = '20201112'
REVISION = '20201116'

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

# The number of rows to return. If unspecified, 10 rows are returned. If -1, all
# rows are returned. To learn more about this pagination parameter, see [
# Pagination](basics#pagination).
# Pagination](https://developers.google.com/analytics/devguides/reporting/data/
# v1/basics#pagination).
# Corresponds to the JSON property `limit`
# @return [Fixnum]
attr_accessor :limit
Expand All @@ -1633,7 +1634,8 @@ class RunReportRequest
attr_accessor :metrics

# The row count of the start row. The first row is counted as row 0. To learn
# more about this pagination parameter, see [Pagination](basics#pagination).
# more about this pagination parameter, see [Pagination](https://developers.
# google.com/analytics/devguides/reporting/data/v1/basics#pagination).
# Corresponds to the JSON property `offset`
# @return [Fixnum]
attr_accessor :offset
Expand Down Expand Up @@ -1715,7 +1717,8 @@ class RunReportResponse
# returned in the response. For example if a query returns 175 rows and includes
# limit = 50 in the API request, the response will contain row_count = 175 but
# only 50 rows. To learn more about this pagination parameter, see [Pagination](
# basics#pagination).
# https://developers.google.com/analytics/devguides/reporting/data/v1/basics#
# pagination).
# Corresponds to the JSON property `rowCount`
# @return [Fixnum]
attr_accessor :row_count
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": "5a5fc28c514f8c35b017cae0c2a86d8c0dceb8dd"
"sha": "93d0d7eb836f16297553a4568aefca39bd6bfd25"
}
}
]
Expand Down