google-apis-analyticsadmin_v1alpha 0.46.0 → 0.47.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f7dbfc173e3af12d084481dadfde486f91260aead1fef1f73fdbc5f5fda4766c
4
- data.tar.gz: d40bbd9f8f6f299edf6bf10cf50c520b259340acb8026fffa0dfcb725d8680bf
3
+ metadata.gz: e48858b17ccbd766a2b14b33f786452b8487d884df3f4e04d77695f73d1810df
4
+ data.tar.gz: f45ca4f49023587814900e88801bd306b7386b93c2c3c53c311504a2b0765415
5
5
  SHA512:
6
- metadata.gz: 5b19de0f55a5d102d7ec8a78ac59ae8da5a27624ccc4bd2a593f04d1eaed3197e54431f99a30153eef75df37f90c071c298f801ef31d10ff235e15fc6c248752
7
- data.tar.gz: b5f82b09f991c66cf589370e862ad104a303735e6196e1501118fa67d2b4299af54dd63d0a134b7ecd7e8e41690137288f718af07c133b815e8ed61aeed64cec
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.46.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.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230203"
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
- # e.g., "field_to_update"). Omitted fields will not be updated. To replace the
242
- # entire entity, use one path with the string "*" to match all fields.
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
- # via this API) before MeasurementProtocolSecret resources may be created.
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.46.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-12 00:00:00.000000000 Z
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.9.1
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.9.1
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.46.0
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: []