Skip to content
Open
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
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.92.0 (2026-07-05)

* Regenerated from discovery document revision 20260628

### v0.91.0 (2026-06-21)

* Regenerated from discovery document revision 20260616
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.91.0"
GEM_VERSION = "0.92.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20260616"
REVISION = "20260628"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ def get_account_data_sharing_settings(name, fields: nil, quota_user: nil, option
# Returns all accounts accessible by the caller. Note that these accounts might
# not currently have GA properties. Soft-deleted (ie: "trashed") accounts are
# excluded by default. Returns an empty list if no relevant accounts are found.
# Note: The easiest way to retrieve a list of all properties you have access to
# is by using `ListAccountSummaries`.
# @param [Fixnum] page_size
# Optional. The maximum number of resources to return. The service may return
# fewer than this value, even if there are additional pages. If unspecified, at
Expand Down
Loading