google-apis-analyticsadmin_v1alpha 0.92.0 → 0.94.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f4b1a4b63869b417693237b66bc610ae8d4b105337e6716fb2684b7919ba2281
|
|
4
|
+
data.tar.gz: ce28048312f33e7195ba33158021703a6c3b003251c8fa6f9008dc41437d6710
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5aeb8301f56ce383f74b0b96da0874756f372b95be1b8759dc411e23dc5dc12637b60970c900d3abf6767aed90aa8021071f8a33cd85b69d98ea10f2f6742eee
|
|
7
|
+
data.tar.gz: 0d052ead834fde31a13edd453081f1e6c39489f9f7ab324397211964b7b34389bd25b86d910d3ecbcb1a2e5b6a01331cdd7015b121ad454ae06015ead6faabc1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-analyticsadmin_v1alpha
|
|
2
2
|
|
|
3
|
+
### v0.94.0 (2026-09-13)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260908
|
|
6
|
+
|
|
7
|
+
### v0.93.0 (2026-08-09)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260802
|
|
10
|
+
|
|
3
11
|
### v0.92.0 (2026-07-05)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260628
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AnalyticsadminV1alpha
|
|
18
18
|
# Version of the google-apis-analyticsadmin_v1alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.94.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 = "
|
|
25
|
+
REVISION = "20260908"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2798,7 +2798,10 @@ module Google
|
|
|
2798
2798
|
execute_or_queue_command(command, &block)
|
|
2799
2799
|
end
|
|
2800
2800
|
|
|
2801
|
-
# Creates a CustomDimension.
|
|
2801
|
+
# Creates a CustomDimension. Warning: It's not permissible to use this method to
|
|
2802
|
+
# collect data on individual users. In particular, sending user IDs in custom
|
|
2803
|
+
# dimensions violates the [Google Analytics Terms of Service](https://www.google.
|
|
2804
|
+
# com/analytics/terms/).
|
|
2802
2805
|
# @param [String] parent
|
|
2803
2806
|
# Required. Example format: properties/1234
|
|
2804
2807
|
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCustomDimension] google_analytics_admin_v1alpha_custom_dimension_object
|
|
@@ -5098,7 +5101,7 @@ module Google
|
|
|
5098
5101
|
execute_or_queue_command(command, &block)
|
|
5099
5102
|
end
|
|
5100
5103
|
|
|
5101
|
-
#
|
|
5104
|
+
# Retrieves a single Key Event.
|
|
5102
5105
|
# @param [String] name
|
|
5103
5106
|
# Required. The resource name of the Key Event to retrieve. Format: properties/`
|
|
5104
5107
|
# property`/keyEvents/`key_event` Example: "properties/123/keyEvents/456"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-analyticsadmin_v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.94.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_v1alpha/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.94.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1alpha
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|