Skip to content

Commit 13919fc

Browse files
feat: Automated regeneration of analyticsadmin v1alpha client (googleapis#21310)
Auto-created at 2025-01-08 01:11:40 +0000 using the toys pull request generator.
1 parent e64d79a commit 13919fc

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

generated/google-apis-analyticsadmin_v1alpha/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-analyticsadmin_v1alpha
22

3+
### v0.77.0 (2025-01-08)
4+
5+
* Regenerated from discovery document revision 20250103
6+
37
### v0.76.0 (2024-12-02)
48

59
* Regenerated from discovery document revision 20240929

generated/google-apis-analyticsadmin_v1alpha/lib/google/apis/analyticsadmin_v1alpha/classes.rb

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2664,7 +2664,7 @@ def update!(**args)
26642664
class GoogleAnalyticsAdminV1alphaDataRetentionSettings
26652665
include Google::Apis::Core::Hashable
26662666

2667-
# The length of time that event-level data is retained.
2667+
# Required. The length of time that event-level data is retained.
26682668
# Corresponds to the JSON property `eventDataRetention`
26692669
# @return [String]
26702670
attr_accessor :event_data_retention
@@ -5438,10 +5438,13 @@ class GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest
54385438
# @return [String]
54395439
attr_accessor :latest_change_time
54405440

5441-
# Optional. The maximum number of ChangeHistoryEvent items to return. The
5442-
# service may return fewer than this value, even if there are additional pages.
5443-
# If unspecified, at most 50 items will be returned. The maximum value is 200 (
5444-
# higher values will be coerced to the maximum).
5441+
# Optional. The maximum number of ChangeHistoryEvent items to return. If
5442+
# unspecified, at most 50 items will be returned. The maximum value is 200 (
5443+
# higher values will be coerced to the maximum). Note that the service may
5444+
# return a page with fewer items than this value specifies (potentially even
5445+
# zero), and that there still may be additional pages. If you want a particular
5446+
# number of items, you'll need to continue requesting additional pages using `
5447+
# page_token` until you get the needed number.
54455448
# Corresponds to the JSON property `pageSize`
54465449
# @return [Fixnum]
54475450
attr_accessor :page_size

generated/google-apis-analyticsadmin_v1alpha/lib/google/apis/analyticsadmin_v1alpha/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module AnalyticsadminV1alpha
1818
# Version of the google-apis-analyticsadmin_v1alpha gem
19-
GEM_VERSION = "0.76.0"
19+
GEM_VERSION = "0.77.0"
2020

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

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240929"
25+
REVISION = "20250103"
2626
end
2727
end
2828
end

generated/google-apis-analyticsadmin_v1alpha/lib/google/apis/analyticsadmin_v1alpha/service.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,8 @@ def run_account_access_report(entity, google_analytics_admin_v1alpha_run_access_
361361
end
362362

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

0 commit comments

Comments
 (0)