diff --git a/generated/google/apis/analyticsdata_v1alpha.rb b/generated/google/apis/analyticsdata_v1alpha.rb index e703b3cc7..88b6dc672 100644 --- a/generated/google/apis/analyticsdata_v1alpha.rb +++ b/generated/google/apis/analyticsdata_v1alpha.rb @@ -25,7 +25,7 @@ module Google # @see https://developers.google.com/analytics/trusted-testing/analytics-data/ module AnalyticsdataV1alpha VERSION = 'V1alpha' - REVISION = '20201106' + REVISION = '20201110' # 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 f4f0755f1..b156b7471 100644 --- a/generated/google/apis/analyticsdata_v1alpha/classes.rb +++ b/generated/google/apis/analyticsdata_v1alpha/classes.rb @@ -1595,7 +1595,8 @@ module Google alias_method :keep_empty_rows?, :keep_empty_rows # The number of rows to return. If unspecified, 10 rows are returned. If -1, all - # rows are returned. + # rows are returned. To learn more about this pagination parameter, see [ + # Pagination](basics#pagination). # Corresponds to the JSON property `limit` # @return [Fixnum] attr_accessor :limit @@ -1617,7 +1618,8 @@ module Google # @return [Array] attr_accessor :metrics - # The row count of the start row. The first row is counted as row 0. + # 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). # Corresponds to the JSON property `offset` # @return [Fixnum] attr_accessor :offset @@ -1698,7 +1700,8 @@ module Google # The total number of rows in the query result, regardless of the number of rows # 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. + # only 50 rows. To learn more about this pagination parameter, see [Pagination]( + # 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 1f8508191..52f71e42b 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": "0ba45b6d22f2eced00e873b91fc685285919d4ff" + "sha": "f98e8cc384534befb2581970289d37af2f501cc2" } } ]