google-apis-analyticsadmin_v1beta 0.26.0 → 0.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 48a4ec0fc735f5931b0fe54856422c53d155591a38dd8eccadc0ee6cd0f4e394
4
- data.tar.gz: 91cbcb3ab88302cf228541b64b7ff0d332570976aee8b33a44b3d6dc53de75df
3
+ metadata.gz: fa2d9206cce988448a6cdc202edac51f1c8775887fb0ac662e1110d1ee7c5d72
4
+ data.tar.gz: 4bd78da839b9ff5e29e9143d7035469c0e44f57048586d75b2db1bf394970573
5
5
  SHA512:
6
- metadata.gz: 5441436d58e46cbd6b0fc2814f96cf8623c9b86a4079adacf943a359f916f106214cffa7250fca5ef4ca4803055ec62deea5e29e21b0530b5d221ad9f89d99f8
7
- data.tar.gz: c3d183d76a366886d6b86c9e3eaab1c41753fa647928a363289680c520ec51c4f6f968025ab2176e17e3795dc07a9d97e55d9261b7688bf73ce5c7f3a650b0e5
6
+ metadata.gz: 10201465c30f346502598b7c5822392a3738189a3483ed8052b9dac5e25cd9921f6bfd99b1c9f5a3bd5d77bd066f19821997d6cea3f9e03d2ead1ac5180c958f
7
+ data.tar.gz: 853db9b7251a34e2e4a355d9892c5daffbc37c4af35f300742c5cf1dde3eab31ec4cedbe74af93bc0b7a2231150997e131e3c0a5288c6ed9327de04bcc62d05a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-analyticsadmin_v1beta
2
2
 
3
+ ### v0.28.0 (2026-08-09)
4
+
5
+ * Regenerated from discovery document revision 20260802
6
+
7
+ ### v0.27.0 (2026-07-05)
8
+
9
+ * Regenerated from discovery document revision 20260628
10
+
3
11
  ### v0.26.0 (2026-06-14)
4
12
 
5
13
  * Regenerated from discovery document revision 20260607
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AnalyticsadminV1beta
18
18
  # Version of the google-apis-analyticsadmin_v1beta gem
19
- GEM_VERSION = "0.26.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260607"
25
+ REVISION = "20260802"
26
26
  end
27
27
  end
28
28
  end
@@ -197,6 +197,8 @@ module Google
197
197
  # Returns all accounts accessible by the caller. Note that these accounts might
198
198
  # not currently have GA properties. Soft-deleted (ie: "trashed") accounts are
199
199
  # excluded by default. Returns an empty list if no relevant accounts are found.
200
+ # Note: The easiest way to retrieve a list of all properties you have access to
201
+ # is by using `ListAccountSummaries`.
200
202
  # @param [Fixnum] page_size
201
203
  # Optional. The maximum number of resources to return. The service may return
202
204
  # fewer than this value, even if there are additional pages. If unspecified, at
@@ -964,7 +966,10 @@ module Google
964
966
  execute_or_queue_command(command, &block)
965
967
  end
966
968
 
967
- # Creates a CustomDimension.
969
+ # Creates a CustomDimension. Warning: It's not permissible to use this method to
970
+ # collect data on individual users. In particular, sending user IDs in custom
971
+ # dimensions violates the [Google Analytics Terms of Service](https://www.google.
972
+ # com/analytics/terms/).
968
973
  # @param [String] parent
969
974
  # Required. Example format: properties/1234
970
975
  # @param [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaCustomDimension] google_analytics_admin_v1beta_custom_dimension_object
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-analyticsadmin_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1beta/v0.26.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1beta/v0.28.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: