google-apis-analyticsadmin_v1alpha 0.46.0 → 0.47.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: e48858b17ccbd766a2b14b33f786452b8487d884df3f4e04d77695f73d1810df
|
|
4
|
+
data.tar.gz: f45ca4f49023587814900e88801bd306b7386b93c2c3c53c311504a2b0765415
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 815abcf6bbe8ab791bb06974f98a5355bebc508ae9bbc5ebf2a6993fb3022f0f1ad0f1526605f457d7624966832fed5369d5393a94631b1ae7dceca4ce891be0
|
|
7
|
+
data.tar.gz: 3ea96dd9c05f05399f7a003ae2a3588a3f97b3be5e8e9292e1e96b9d613e839c956044a756d68846ee75c174479edc1774e3e71e25e76e7e7ef5fcc248339621
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-analyticsadmin_v1alpha
|
|
2
2
|
|
|
3
|
+
### v0.47.0 (2023-02-15)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20230214
|
|
6
|
+
* Regenerated using generator version 0.12.0
|
|
7
|
+
|
|
3
8
|
### v0.46.0 (2023-02-12)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20230203
|
|
@@ -3784,7 +3784,7 @@ module Google
|
|
|
3784
3784
|
attr_accessor :account
|
|
3785
3785
|
|
|
3786
3786
|
# Redirect URI where the user will be sent after accepting Terms of Service.
|
|
3787
|
-
# Must be configured in Developers Console as a Redirect URI
|
|
3787
|
+
# Must be configured in Developers Console as a Redirect URI.
|
|
3788
3788
|
# Corresponds to the JSON property `redirectUri`
|
|
3789
3789
|
# @return [String]
|
|
3790
3790
|
attr_accessor :redirect_uri
|
|
@@ -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.47.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230214"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -238,8 +238,9 @@ module Google
|
|
|
238
238
|
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccount] google_analytics_admin_v1alpha_account_object
|
|
239
239
|
# @param [String] update_mask
|
|
240
240
|
# Required. The list of fields to be updated. Field names must be in snake case (
|
|
241
|
-
#
|
|
242
|
-
# entire entity, use one path with the string "*" to match all
|
|
241
|
+
# for example, "field_to_update"). Omitted fields will not be updated. To
|
|
242
|
+
# replace the entire entity, use one path with the string "*" to match all
|
|
243
|
+
# fields.
|
|
243
244
|
# @param [String] fields
|
|
244
245
|
# Selector specifying which fields to include in a partial response.
|
|
245
246
|
# @param [String] quota_user
|
|
@@ -1008,7 +1009,7 @@ module Google
|
|
|
1008
1009
|
|
|
1009
1010
|
# Acknowledges the terms of user data collection for the specified property.
|
|
1010
1011
|
# This acknowledgement must be completed (either in the Google Analytics UI or
|
|
1011
|
-
#
|
|
1012
|
+
# through this API) before MeasurementProtocolSecret resources may be created.
|
|
1012
1013
|
# @param [String] property
|
|
1013
1014
|
# Required. The property for which to acknowledge user data collection.
|
|
1014
1015
|
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAcknowledgeUserDataCollectionRequest] google_analytics_admin_v1alpha_acknowledge_user_data_collection_request_object
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.47.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-02-
|
|
11
|
+
date: 2023-02-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.11.0
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.
|
|
29
|
+
version: 0.11.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1alpha/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.47.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1alpha
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|