Skip to content

Commit

Permalink
feat: Automated regeneration of analyticsdata v1alpha client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Nov 18, 2020
1 parent 93d0d7e commit 6d73cef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
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

0 comments on commit 6d73cef

Please sign in to comment.