google-apis-analyticsadmin_v1alpha 0.79.0 → 0.80.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: c28f0dd937aa84ccbd418d5b6dd6c4b389915711995985275e90e122db44da90
4
- data.tar.gz: b460d269b9c1328effea1beddcd013eeb29b1b929f5d37cb8078a4a4a5db81b8
3
+ metadata.gz: 1fb55e4f1f0349bf8b386aebb2e87e79f20f8d897ccdc74d044a1ac933a4b94b
4
+ data.tar.gz: bcea440db1c27cab7c1a5a1c6575a9dd10c5bafce74803100fd92484fec32da7
5
5
  SHA512:
6
- metadata.gz: c0b2a57679a3be870948cbc058bc29b8e9f75316223c5781752d9fa9c57665b9faba730807818c9a4ed3220a9077e5bccb8f66dcf5b16708ba5bfa028a63900f
7
- data.tar.gz: 6fa8259342a363ad17cbde021a1efa5d9fc3e111cc3cfa4576d37162fe5e5067fb06ea196a4c2119a9d6317ddbf18e536d6f696a467286e26f670f73750ab5ea
6
+ metadata.gz: 797b1773180ab84b7d9d6e9fd57c7a82bd4a809df674375ebe9a268207db6225d89e78a043963ed33bfd012928d1eabbd478dcf8f787959ec5f5736e9f59c349
7
+ data.tar.gz: f48d95669761337fb10c5c3ea5846675a0e193edaf11c10c3fcabb58ce103c5cf6b73cde79076aae9cd53f1597554169bbfc00bc7fc5cf7c8c74a4f39a772e5c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-analyticsadmin_v1alpha
2
2
 
3
+ ### v0.80.0 (2025-03-16)
4
+
5
+ * Regenerated from discovery document revision 20250307
6
+
3
7
  ### v0.79.0 (2025-03-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20250304
@@ -2717,34 +2717,47 @@ module Google
2717
2717
  # @return [String]
2718
2718
  attr_accessor :name
2719
2719
 
2720
- # Allows any of Google sales to access the data in order to suggest
2721
- # configuration changes to improve results.
2720
+ # Deprecated. This field is no longer used and always returns false.
2722
2721
  # Corresponds to the JSON property `sharingWithGoogleAnySalesEnabled`
2723
2722
  # @return [Boolean]
2724
2723
  attr_accessor :sharing_with_google_any_sales_enabled
2725
2724
  alias_method :sharing_with_google_any_sales_enabled?, :sharing_with_google_any_sales_enabled
2726
2725
 
2727
- # Allows Google sales teams that are assigned to the customer to access the data
2728
- # in order to suggest configuration changes to improve results. Sales team
2729
- # restrictions still apply when enabled.
2726
+ # Allows Google access to your Google Analytics account data, including account
2727
+ # usage and configuration data, product spending, and users associated with your
2728
+ # Google Analytics account, so that Google can help you make the most of Google
2729
+ # products, providing you with insights, offers, recommendations, and
2730
+ # optimization tips across Google Analytics and other Google products for
2731
+ # business. This field maps to the "Recommendations for your business" field in
2732
+ # the Google Analytics Admin UI.
2730
2733
  # Corresponds to the JSON property `sharingWithGoogleAssignedSalesEnabled`
2731
2734
  # @return [Boolean]
2732
2735
  attr_accessor :sharing_with_google_assigned_sales_enabled
2733
2736
  alias_method :sharing_with_google_assigned_sales_enabled?, :sharing_with_google_assigned_sales_enabled
2734
2737
 
2735
2738
  # Allows Google to use the data to improve other Google products or services.
2739
+ # This fields maps to the "Google products & services" field in the Google
2740
+ # Analytics Admin UI.
2736
2741
  # Corresponds to the JSON property `sharingWithGoogleProductsEnabled`
2737
2742
  # @return [Boolean]
2738
2743
  attr_accessor :sharing_with_google_products_enabled
2739
2744
  alias_method :sharing_with_google_products_enabled?, :sharing_with_google_products_enabled
2740
2745
 
2741
- # Allows Google support to access the data in order to help troubleshoot issues.
2746
+ # Allows Google technical support representatives access to your Google
2747
+ # Analytics data and account when necessary to provide service and find
2748
+ # solutions to technical issues. This field maps to the "Technical support"
2749
+ # field in the Google Analytics Admin UI.
2742
2750
  # Corresponds to the JSON property `sharingWithGoogleSupportEnabled`
2743
2751
  # @return [Boolean]
2744
2752
  attr_accessor :sharing_with_google_support_enabled
2745
2753
  alias_method :sharing_with_google_support_enabled?, :sharing_with_google_support_enabled
2746
2754
 
2747
- # Allows Google to share the data anonymously in aggregate form with others.
2755
+ # Enable features like predictions, modeled data, and benchmarking that can
2756
+ # provide you with richer business insights when you contribute aggregated
2757
+ # measurement data. The data you share (including information about the property
2758
+ # from which it is shared) is aggregated and de-identified before being used to
2759
+ # generate business insights. This field maps to the "Modeling contributions &
2760
+ # business insights" field in the Google Analytics Admin UI.
2748
2761
  # Corresponds to the JSON property `sharingWithOthersEnabled`
2749
2762
  # @return [Boolean]
2750
2763
  attr_accessor :sharing_with_others_enabled
@@ -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.79.0"
19
+ GEM_VERSION = "0.80.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 = "20250304"
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_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.79.0
4
+ version: 0.80.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-09 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_v1alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.79.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.80.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1alpha
62
62
  rdoc_options: []
63
63
  require_paths: