google-apis-analyticsadmin_v1beta 0.1.0 → 0.2.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: f4173fb98441caefd420d6caa405e5ab57714ed6b913b6aa5c5774e10e99afcf
4
- data.tar.gz: 4980b33217c19ef3749605f2a5c3955456ff46a73b833ea8578837e31b85b15c
3
+ metadata.gz: 8e637dcc1924790bf1235cbea5314f66f8d2860aad90a5804bc38875f17e07c1
4
+ data.tar.gz: f5d6c4c3363b4ae57c5b2c8ba3c2d329879f647d9c548cda976727d11ef60d24
5
5
  SHA512:
6
- metadata.gz: d7aaad1317804c3132d8d17add0a22fe32721b273fbebca84c252fd0790bfabd011e90426317c9d6ad746003990b5ef04ae5a2266852a66ab0ccf67a8af61c64
7
- data.tar.gz: 6344d268b6d191ee78686459b77744038fb43fea6f848e501583c328f388ebdcffc2a45bc8e85bf8a1d7f4a5be50404e8bc07fb180c3560c6a74364b286f17c7
6
+ metadata.gz: e1e94bb8252b64b8eb71dfec67802283e7fba80865830c47a91deb761fc769eb10b08378a8b431bf76e82562e24649804099b46c20282f8ef2911f5a5eef2b60
7
+ data.tar.gz: 349b4ddf23e3642d382f993db21ca95feb5566997cccb4299475d30a5e9a100eb2f6b3f5e0ce1b1e928c81fb7feb4b412f4dc7615d3dbda396e55fb3af7eec3b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-analyticsadmin_v1beta
2
2
 
3
+ ### v0.2.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230214
6
+ * Regenerated using generator version 0.12.0
7
+
3
8
  ### v0.1.0 (2022-12-07)
4
9
 
5
10
  * Regenerated from discovery document revision 20221129
@@ -1308,7 +1308,7 @@ module Google
1308
1308
  attr_accessor :account
1309
1309
 
1310
1310
  # Redirect URI where the user will be sent after accepting Terms of Service.
1311
- # Must be configured in Developers Console as a Redirect URI
1311
+ # Must be configured in Developers Console as a Redirect URI.
1312
1312
  # Corresponds to the JSON property `redirectUri`
1313
1313
  # @return [String]
1314
1314
  attr_accessor :redirect_uri
@@ -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.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221129"
25
+ REVISION = "20230214"
26
26
  end
27
27
  end
28
28
  end
@@ -238,8 +238,9 @@ module Google
238
238
  # @param [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaAccount] google_analytics_admin_v1beta_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
@@ -336,7 +337,7 @@ module Google
336
337
 
337
338
  # Acknowledges the terms of user data collection for the specified property.
338
339
  # This acknowledgement must be completed (either in the Google Analytics UI or
339
- # via this API) before MeasurementProtocolSecret resources may be created.
340
+ # through this API) before MeasurementProtocolSecret resources may be created.
340
341
  # @param [String] property
341
342
  # Required. The property for which to acknowledge user data collection.
342
343
  # @param [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionRequest] google_analytics_admin_v1beta_acknowledge_user_data_collection_request_object
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-analyticsadmin_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.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: 2022-12-12 00:00:00.000000000 Z
11
+ date: 2023-02-26 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_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1beta/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1beta/v0.2.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Analytics Admin API V1beta