Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of analyticsadmin v1alpha client #1352

Merged
merged 1 commit into from
Nov 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generated/google/apis/analyticsadmin_v1alpha.rb
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2"
"sha": "d99b4075b0c4b6f712495b22315268d5f28038c0"
}
}
]
Expand Down