diff --git a/generated/google/apis/analyticsdata_v1alpha.rb b/generated/google/apis/analyticsdata_v1alpha.rb index 089fdb2bbcc..a9402c2ebd0 100644 --- a/generated/google/apis/analyticsdata_v1alpha.rb +++ b/generated/google/apis/analyticsdata_v1alpha.rb @@ -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' diff --git a/generated/google/apis/analyticsdata_v1alpha/classes.rb b/generated/google/apis/analyticsdata_v1alpha/classes.rb index eb53d831a15..3dd6332072d 100644 --- a/generated/google/apis/analyticsdata_v1alpha/classes.rb +++ b/generated/google/apis/analyticsdata_v1alpha/classes.rb @@ -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 @@ -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 @@ -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 diff --git a/generated/google/apis/analyticsdata_v1alpha/synth.metadata b/generated/google/apis/analyticsdata_v1alpha/synth.metadata index b752d1642a5..2e66398617a 100644 --- a/generated/google/apis/analyticsdata_v1alpha/synth.metadata +++ b/generated/google/apis/analyticsdata_v1alpha/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "5a5fc28c514f8c35b017cae0c2a86d8c0dceb8dd" + "sha": "93d0d7eb836f16297553a4568aefca39bd6bfd25" } } ]