Skip to content

Commit

Permalink
feat: Automated regeneration of analyticsadmin v1alpha client (#21310)
Browse files Browse the repository at this point in the history
Auto-created at 2025-01-08 01:11:40 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Jan 8, 2025
1 parent e64d79a commit 13919fc
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-analyticsadmin_v1alpha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-analyticsadmin_v1alpha

### v0.77.0 (2025-01-08)

* Regenerated from discovery document revision 20250103

### v0.76.0 (2024-12-02)

* Regenerated from discovery document revision 20240929
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2664,7 +2664,7 @@ def update!(**args)
class GoogleAnalyticsAdminV1alphaDataRetentionSettings
include Google::Apis::Core::Hashable

# The length of time that event-level data is retained.
# Required. The length of time that event-level data is retained.
# Corresponds to the JSON property `eventDataRetention`
# @return [String]
attr_accessor :event_data_retention
Expand Down Expand Up @@ -5438,10 +5438,13 @@ class GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest
# @return [String]
attr_accessor :latest_change_time

# Optional. The maximum number of ChangeHistoryEvent items to return. The
# service may return fewer than this value, even if there are additional pages.
# If unspecified, at most 50 items will be returned. The maximum value is 200 (
# higher values will be coerced to the maximum).
# Optional. The maximum number of ChangeHistoryEvent items to return. If
# unspecified, at most 50 items will be returned. The maximum value is 200 (
# higher values will be coerced to the maximum). Note that the service may
# return a page with fewer items than this value specifies (potentially even
# zero), and that there still may be additional pages. If you want a particular
# number of items, you'll need to continue requesting additional pages using `
# page_token` until you get the needed number.
# Corresponds to the JSON property `pageSize`
# @return [Fixnum]
attr_accessor :page_size
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module AnalyticsadminV1alpha
# Version of the google-apis-analyticsadmin_v1alpha gem
GEM_VERSION = "0.76.0"
GEM_VERSION = "0.77.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.15.1"

# Revision of the discovery document this client was generated from
REVISION = "20240929"
REVISION = "20250103"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,8 @@ def run_account_access_report(entity, google_analytics_admin_v1alpha_run_access_
end

# Searches through all changes to an account or its children given the specified
# set of filters.
# set of filters. Only returns the subset of changes supported by the API. The
# UI may return additional changes.
# @param [String] account
# Required. The account resource for which to return change history resources.
# Format: accounts/`account` Example: `accounts/100`
Expand Down

0 comments on commit 13919fc

Please sign in to comment.