diff --git a/generated/google/apis/analyticsadmin_v1alpha.rb b/generated/google/apis/analyticsadmin_v1alpha.rb index 1bc155986..0ae0894d6 100644 --- a/generated/google/apis/analyticsadmin_v1alpha.rb +++ b/generated/google/apis/analyticsadmin_v1alpha.rb @@ -25,7 +25,7 @@ module Google # @see http://code.google.com/apis/analytics/docs/mgmt/home.html module AnalyticsadminV1alpha VERSION = 'V1alpha' - REVISION = '20201015' + REVISION = '20201031' # Edit Google Analytics management entities AUTH_ANALYTICS_EDIT = 'https://www.googleapis.com/auth/analytics.edit' diff --git a/generated/google/apis/analyticsadmin_v1alpha/classes.rb b/generated/google/apis/analyticsadmin_v1alpha/classes.rb index 891ec85e2..e110acda1 100644 --- a/generated/google/apis/analyticsadmin_v1alpha/classes.rb +++ b/generated/google/apis/analyticsadmin_v1alpha/classes.rb @@ -27,8 +27,8 @@ module Google include Google::Apis::Core::Hashable # Country of business. Must be a non-deprecated code for a UN M.49 region. https: - # //unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49. - # html + # //unicode.org/cldr/charts/latest/supplem // ental/ + # territory_containment_un_m_49.html # Corresponds to the JSON property `countryCode` # @return [String] attr_accessor :country_code @@ -271,15 +271,16 @@ module Google class GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest include Google::Apis::Core::Hashable - # Optional. If notify_new_users is set, then email new users that they've been - # given permissions on the resource. + # Optional. If set, then email the new users notifying them that they've been + # granted permissions to the resource. Regardless of whether this is set or not, + # notify_new_user field inside each individual request is ignored. # Corresponds to the JSON property `notifyNewUsers` # @return [Boolean] attr_accessor :notify_new_users alias_method :notify_new_users?, :notify_new_users - # The requests specifying the user links to create. A maximum of 1000 user links - # can be created in a batch. + # Required. The requests specifying the user links to create. A maximum of 1000 + # user links can be created in a batch. # Corresponds to the JSON property `requests` # @return [Array] attr_accessor :requests @@ -318,8 +319,8 @@ module Google class GoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest include Google::Apis::Core::Hashable - # The requests specifying the user links to update. A maximum of 1000 user links - # can be updated in a batch. + # Required. The requests specifying the user links to update. A maximum of 1000 + # user links can be updated in a batch. # Corresponds to the JSON property `requests` # @return [Array] attr_accessor :requests @@ -357,8 +358,8 @@ module Google class GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest include Google::Apis::Core::Hashable - # The requests specifying the user links to update. A maximum of 1000 user links - # can be updated in a batch. + # Required. The requests specifying the user links to update. A maximum of 1000 + # user links can be updated in a batch. # Corresponds to the JSON property `requests` # @return [Array] attr_accessor :requests @@ -401,8 +402,8 @@ module Google class GoogleAnalyticsAdminV1alphaCreateUserLinkRequest include Google::Apis::Core::Hashable - # Optional. If notify_new_user is set, then email new user that they've been - # given permissions on the resource. + # Optional. If set, then email the new user notifying them that they've been + # granted permissions to the resource. # Corresponds to the JSON property `notifyNewUser` # @return [Boolean] attr_accessor :notify_new_user diff --git a/generated/google/apis/analyticsadmin_v1alpha/service.rb b/generated/google/apis/analyticsadmin_v1alpha/service.rb index e1340c0ff..869232de4 100644 --- a/generated/google/apis/analyticsadmin_v1alpha/service.rb +++ b/generated/google/apis/analyticsadmin_v1alpha/service.rb @@ -487,8 +487,8 @@ module Google # Required. Example format: accounts/1234 # @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserLink] google_analytics_admin_v1alpha_user_link_object # @param [Boolean] notify_new_user - # Optional. If notify_new_user is set, then email new user that they've been - # given permissions on the resource. + # Optional. If set, then email the new user notifying them that they've been + # granted permissions to the resource. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -1668,8 +1668,8 @@ module Google # Required. Example format: accounts/1234 # @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserLink] google_analytics_admin_v1alpha_user_link_object # @param [Boolean] notify_new_user - # Optional. If notify_new_user is set, then email new user that they've been - # given permissions on the resource. + # Optional. If set, then email the new user notifying them that they've been + # granted permissions to the resource. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user diff --git a/generated/google/apis/analyticsadmin_v1alpha/synth.metadata b/generated/google/apis/analyticsadmin_v1alpha/synth.metadata index 429012f74..eea78d816 100644 --- a/generated/google/apis/analyticsadmin_v1alpha/synth.metadata +++ b/generated/google/apis/analyticsadmin_v1alpha/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "c98c719bbab68d0890524d53f8b629d7858af9c2" + "sha": "d99b4075b0c4b6f712495b22315268d5f28038c0" } } ]