google-apis-analyticsadmin_v1beta 0.22.0 → 0.23.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: 1d270d5fb22a5286a415000a0e359de833e4b7bb89c45b23df6113e574476032
4
- data.tar.gz: 52c9d5c9af95635fa4be8522ecef1103c92ddd46ee08eba06615f5ef52487f06
3
+ metadata.gz: 780adcebe2618291ce106e51e954d1f89e8a08eb24a8fced9b84a861041bd37b
4
+ data.tar.gz: 95bb735194e289a1eedfb0e88d11fe1c8205e54749e8fecd531328f290d40f01
5
5
  SHA512:
6
- metadata.gz: 6d0dfdd5de828c5507441a09e7115d0c884c28658d4731a583c889fa8e7088517cb547ddad54228c3ac8d693495d5633e6a19cd987ede10d36c16a86efb586ff
7
- data.tar.gz: 53bb5556c0f5913fcbdfcdc713b0c594b0c4c646a60614169f777ef543c812fcdda520df48eab4432550f6bef3b3c0dd328231fafc907507c34c90e6d00144fd
6
+ metadata.gz: cd48ff3268abb43bfb8cbbbe6d6ee24ebbf593d0be4e8536e9857121cfa722f8bbd795232e527cb362f3c609839383c1b7ae9f8bd3c44f83d535b55b0c4d1fa9
7
+ data.tar.gz: 26ae142b00ce7847900218b5da94497a2e00f68e6a1ba569837daa9a39d29ea250e7feb3f323f13e1d79239b74d379be553fa6ff64a625559b2d22e96f8f442b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-analyticsadmin_v1beta
2
2
 
3
+ ### v0.23.0 (2025-03-16)
4
+
5
+ * Regenerated from discovery document revision 20250307
6
+
3
7
  ### v0.22.0 (2025-01-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20250114
@@ -1163,34 +1163,47 @@ module Google
1163
1163
  # @return [String]
1164
1164
  attr_accessor :name
1165
1165
 
1166
- # Allows any of Google sales to access the data in order to suggest
1167
- # configuration changes to improve results.
1166
+ # Deprecated. This field is no longer used and always returns false.
1168
1167
  # Corresponds to the JSON property `sharingWithGoogleAnySalesEnabled`
1169
1168
  # @return [Boolean]
1170
1169
  attr_accessor :sharing_with_google_any_sales_enabled
1171
1170
  alias_method :sharing_with_google_any_sales_enabled?, :sharing_with_google_any_sales_enabled
1172
1171
 
1173
- # Allows Google sales teams that are assigned to the customer to access the data
1174
- # in order to suggest configuration changes to improve results. Sales team
1175
- # restrictions still apply when enabled.
1172
+ # Allows Google access to your Google Analytics account data, including account
1173
+ # usage and configuration data, product spending, and users associated with your
1174
+ # Google Analytics account, so that Google can help you make the most of Google
1175
+ # products, providing you with insights, offers, recommendations, and
1176
+ # optimization tips across Google Analytics and other Google products for
1177
+ # business. This field maps to the "Recommendations for your business" field in
1178
+ # the Google Analytics Admin UI.
1176
1179
  # Corresponds to the JSON property `sharingWithGoogleAssignedSalesEnabled`
1177
1180
  # @return [Boolean]
1178
1181
  attr_accessor :sharing_with_google_assigned_sales_enabled
1179
1182
  alias_method :sharing_with_google_assigned_sales_enabled?, :sharing_with_google_assigned_sales_enabled
1180
1183
 
1181
1184
  # Allows Google to use the data to improve other Google products or services.
1185
+ # This fields maps to the "Google products & services" field in the Google
1186
+ # Analytics Admin UI.
1182
1187
  # Corresponds to the JSON property `sharingWithGoogleProductsEnabled`
1183
1188
  # @return [Boolean]
1184
1189
  attr_accessor :sharing_with_google_products_enabled
1185
1190
  alias_method :sharing_with_google_products_enabled?, :sharing_with_google_products_enabled
1186
1191
 
1187
- # Allows Google support to access the data in order to help troubleshoot issues.
1192
+ # Allows Google technical support representatives access to your Google
1193
+ # Analytics data and account when necessary to provide service and find
1194
+ # solutions to technical issues. This field maps to the "Technical support"
1195
+ # field in the Google Analytics Admin UI.
1188
1196
  # Corresponds to the JSON property `sharingWithGoogleSupportEnabled`
1189
1197
  # @return [Boolean]
1190
1198
  attr_accessor :sharing_with_google_support_enabled
1191
1199
  alias_method :sharing_with_google_support_enabled?, :sharing_with_google_support_enabled
1192
1200
 
1193
- # Allows Google to share the data anonymously in aggregate form with others.
1201
+ # Enable features like predictions, modeled data, and benchmarking that can
1202
+ # provide you with richer business insights when you contribute aggregated
1203
+ # measurement data. The data you share (including information about the property
1204
+ # from which it is shared) is aggregated and de-identified before being used to
1205
+ # generate business insights. This field maps to the "Modeling contributions &
1206
+ # business insights" field in the Google Analytics Admin UI.
1194
1207
  # Corresponds to the JSON property `sharingWithOthersEnabled`
1195
1208
  # @return [Boolean]
1196
1209
  attr_accessor :sharing_with_others_enabled
@@ -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.22.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250114"
25
+ REVISION = "20250307"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-analyticsadmin_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-02 00:00:00.000000000 Z
10
+ date: 2025-03-16 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1beta/v0.22.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1beta/v0.23.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: