google-apis-analyticsadmin_v1alpha 0.87.0 → 0.88.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: 16b32a14afa24afe5f607dc1392a71c527629d29c60249d1188fa5a12032185c
|
4
|
+
data.tar.gz: c05f0d87e399c810f1c24099fc8827d44db852369c7dfb88f4b3864831bb8a2c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e435030c5d6df108b1da2c2256b8b6cc164a23c554af88916e77ae63ad8692b18099cfd448dcd8dce3fd2071a021a34adecaf9855eee317fed24c81f24fadefa
|
7
|
+
data.tar.gz: e34335a68e02b6f3822d0147f3af68bf05f59e12fca13a20ada95e569e56904c825bfcaa454fb1f795d9b1efdd367040b0b0c56cfdf09ed47ffb6e8bb0bde969
|
data/CHANGELOG.md
CHANGED
@@ -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.88.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250820"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -969,7 +969,7 @@ module Google
|
|
969
969
|
execute_or_queue_command(command, &block)
|
970
970
|
end
|
971
971
|
|
972
|
-
# Returns the
|
972
|
+
# Returns the reporting identity settings for this property.
|
973
973
|
# @param [String] name
|
974
974
|
# Required. The name of the settings to lookup. Format: properties/`property`/
|
975
975
|
# reportingIdentitySettings Example: "properties/1000/reportingIdentitySettings"
|
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.88.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.88.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:
|