diff --git a/generated/google/apis/analyticsdata_v1alpha.rb b/generated/google/apis/analyticsdata_v1alpha.rb index a8b8d43ea..b23fdb834 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/devguides/reporting/data/v1/ module AnalyticsdataV1alpha VERSION = 'V1alpha' - REVISION = '20201201' + REVISION = '20201209' # 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 6a598134c..81e1e4ad8 100644 --- a/generated/google/apis/analyticsdata_v1alpha/classes.rb +++ b/generated/google/apis/analyticsdata_v1alpha/classes.rb @@ -264,21 +264,21 @@ module Google class CohortsRange include Google::Apis::Core::Hashable - # `endOffset` specifies the end date of the extended reporting date range for a - # cohort report. `endOffset` can be any positive integer but is commonly set to - # 5 to 10 so that reports contain data on the cohort for the next several - # granularity time periods. If `granularity` is `DAILY`, the `endDate` of the - # extended reporting date range is `endDate` of the cohort plus `endOffset` days. - # If `granularity` is `WEEKLY`, the `endDate` of the extended reporting date - # range is `endDate` of the cohort plus `endOffset * 7` days. If `granularity` - # is `MONTHLY`, the `endDate` of the extended reporting date range is `endDate` - # of the cohort plus `endOffset * 30` days. + # Required. `endOffset` specifies the end date of the extended reporting date + # range for a cohort report. `endOffset` can be any positive integer but is + # commonly set to 5 to 10 so that reports contain data on the cohort for the + # next several granularity time periods. If `granularity` is `DAILY`, the ` + # endDate` of the extended reporting date range is `endDate` of the cohort plus ` + # endOffset` days. If `granularity` is `WEEKLY`, the `endDate` of the extended + # reporting date range is `endDate` of the cohort plus `endOffset * 7` days. If ` + # granularity` is `MONTHLY`, the `endDate` of the extended reporting date range + # is `endDate` of the cohort plus `endOffset * 30` days. # Corresponds to the JSON property `endOffset` # @return [Fixnum] attr_accessor :end_offset - # The granularity used to interpret the `startOffset` and `endOffset` for the - # extended reporting date range for a cohort report. + # Required. The granularity used to interpret the `startOffset` and `endOffset` + # for the extended reporting date range for a cohort report. # Corresponds to the JSON property `granularity` # @return [String] attr_accessor :granularity diff --git a/generated/google/apis/analyticsdata_v1alpha/synth.metadata b/generated/google/apis/analyticsdata_v1alpha/synth.metadata index 61b17f293..dce2edbf2 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": "0f920ae5ebe394e34a9ce17dd866bea7a4621f7d" + "sha": "4c3b5036c3f285694392acbf3ad0311a73c9800c" } } ]