Skip to content

Commit

Permalink
feat: Automated regeneration of analyticsadmin v1alpha client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Nov 3, 2020
1 parent d99b407 commit 55da761
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion generated/google/apis/analyticsadmin_v1alpha.rb
Expand Up @@ -25,7 +25,7 @@ module Apis
# @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'
Expand Down
25 changes: 13 additions & 12 deletions generated/google/apis/analyticsadmin_v1alpha/classes.rb
Expand Up @@ -27,8 +27,8 @@ class GoogleAnalyticsAdminV1alphaAccount
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
Expand Down Expand Up @@ -271,15 +271,16 @@ def update!(**args)
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<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCreateUserLinkRequest>]
attr_accessor :requests
Expand Down Expand Up @@ -318,8 +319,8 @@ def update!(**args)
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<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest>]
attr_accessor :requests
Expand Down Expand Up @@ -357,8 +358,8 @@ def update!(**args)
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<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUpdateUserLinkRequest>]
attr_accessor :requests
Expand Down Expand Up @@ -401,8 +402,8 @@ def update!(**args)
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
Expand Down
8 changes: 4 additions & 4 deletions generated/google/apis/analyticsadmin_v1alpha/service.rb
Expand Up @@ -487,8 +487,8 @@ def batch_account_user_link_update(parent, google_analytics_admin_v1alpha_batch_
# 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
Expand Down Expand Up @@ -1668,8 +1668,8 @@ def batch_property_user_link_update(parent, google_analytics_admin_v1alpha_batch
# 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
Expand Down
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2"
"sha": "d99b4075b0c4b6f712495b22315268d5f28038c0"
}
}
]
Expand Down

0 comments on commit 55da761

Please sign in to comment.