google-apis-analyticsadmin_v1beta 0.22.0 → 0.24.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: 9f5fd540e06380f10c8fd52056c9a3de850f72e440c7490b12847be6d8c0ee10
4
+ data.tar.gz: fe80877e1e9882062effcdf167601a6113c288e5b7f912a5d19fd6fd7636eaec
5
5
  SHA512:
6
- metadata.gz: 6d0dfdd5de828c5507441a09e7115d0c884c28658d4731a583c889fa8e7088517cb547ddad54228c3ac8d693495d5633e6a19cd987ede10d36c16a86efb586ff
7
- data.tar.gz: 53bb5556c0f5913fcbdfcdc713b0c594b0c4c646a60614169f777ef543c812fcdda520df48eab4432550f6bef3b3c0dd328231fafc907507c34c90e6d00144fd
6
+ metadata.gz: b0993f4b1a2be82a37243d990e5229962444b4c46048d16998f335381264161fb79c8eb013076e72a2a816d82884d3533c03d753ea6f178d81ffdc1042f7bcf1
7
+ data.tar.gz: c29cf03574e6a3bbfaeef8f99a428d9a8771f23ac5fdac88125be2ff235b84bd0e34c1d73e52a452088f2240d0d08f23e1848e707c4c03f9b406782b049616b7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-analyticsadmin_v1beta
2
2
 
3
+ ### v0.24.0 (2025-05-04)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
7
+ ### v0.23.0 (2025-03-16)
8
+
9
+ * Regenerated from discovery document revision 20250307
10
+
3
11
  ### v0.22.0 (2025-01-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20250114
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](http://code.google.com/apis/analytics/docs/mgmt/home
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -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.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.17.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.24.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: 1980-01-02 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.24.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:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.8
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Google Analytics Admin API V1beta
79
79
  test_files: []