google-apis-analyticsadmin_v1alpha 0.83.0 → 0.84.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: 0ac4b359fbea2639ac482ea61d05e1e3a8cdf17a28f8219ebfa2431d78ba5916
4
- data.tar.gz: 804e4b1e84b3abe8932692e1011e39336ac8f80d3c9acebda021bed2d3562604
3
+ metadata.gz: 0cd766cf8d960023ca16df2ef3ac9e7e6bb31e26140e2f586b9e26ead3ecfd0e
4
+ data.tar.gz: cbec427a894691d2e1ab8f5306cc7e7a1af2400f62cee22ccb7fbbf77e7d8287
5
5
  SHA512:
6
- metadata.gz: 98449f3cd8fd658f91ee57d03c6d4b66b7b18065783d6f4a6f875da8a3f8afafe6afc7eb45679791465c68a4ec1d1edbe2ab0f6e69fa8340bb08bcb47f324064
7
- data.tar.gz: ef017a4a5880e12052e3f22d20e809bd7fdd6400618b870c508dd37578159be66df162e0cc5520c12e9907ec32261fb10530d63664c55c78521a8624863a6e95
6
+ metadata.gz: 7301cd35cf0105594b7d6e1e2be0be4afdf33caee360483b6474294d3762399287d58833ed12f998d6795ef6463fd38ec027799a69f0a46ffdd4a142a42ec9ad
7
+ data.tar.gz: 70fd445ee6b16207ec7e4d280f276ea6b3bbc9ce94b11329ac5f6fad741fb22a61d1fba094fb11fe95cad94b20e4921869f7d4f32108d46efff32d0f6c6de098
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-analyticsadmin_v1alpha
2
2
 
3
+ ### v0.84.0 (2025-06-22)
4
+
5
+ * Regenerated from discovery document revision 20250615
6
+
3
7
  ### v0.83.0 (2025-06-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20250606
@@ -4731,7 +4731,7 @@ module Google
4731
4731
  # @return [String]
4732
4732
  attr_accessor :next_page_token
4733
4733
 
4734
- # List of Subproperty Sync Configs.
4734
+ # List of `SubpropertySyncConfig` resources.
4735
4735
  # Corresponds to the JSON property `subpropertySyncConfigs`
4736
4736
  # @return [Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertySyncConfig>]
4737
4737
  attr_accessor :subproperty_sync_configs
@@ -5945,16 +5945,16 @@ module Google
5945
5945
  class GoogleAnalyticsAdminV1alphaSubpropertySyncConfig
5946
5946
  include Google::Apis::Core::Hashable
5947
5947
 
5948
- # Output only. Immutable. Resource name of the Subproperty that these settings
5948
+ # Output only. Immutable. Resource name of the subproperty that these settings
5949
5949
  # apply to.
5950
5950
  # Corresponds to the JSON property `applyToProperty`
5951
5951
  # @return [String]
5952
5952
  attr_accessor :apply_to_property
5953
5953
 
5954
5954
  # Required. Specifies the Custom Dimension / Metric synchronization mode for the
5955
- # Subproperty. If set to ALL, Custom Dimension / Metric synchronization will be
5955
+ # subproperty. If set to ALL, Custom Dimension / Metric synchronization will be
5956
5956
  # immediately enabled. Local configuration of Custom Dimensions / Metrics will
5957
- # not be allowed on the Subproperty so long as the synchronization mode is set
5957
+ # not be allowed on the subproperty so long as the synchronization mode is set
5958
5958
  # to ALL. If set to NONE, Custom Dimensions / Metric synchronization is disabled.
5959
5959
  # Custom Dimensions / Metrics must be configured explicitly on the Subproperty.
5960
5960
  # Corresponds to the JSON property `customDimensionAndMetricSyncMode`
@@ -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.83.0"
19
+ GEM_VERSION = "0.84.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250606"
25
+ REVISION = "20250615"
26
26
  end
27
27
  end
28
28
  end
@@ -5967,7 +5967,7 @@ module Google
5967
5967
  execute_or_queue_command(command, &block)
5968
5968
  end
5969
5969
 
5970
- # Lookup for a single Subproperty Sync Config.
5970
+ # Lookup for a single `SubpropertySyncConfig`.
5971
5971
  # @param [String] name
5972
5972
  # Required. Resource name of the SubpropertySyncConfig to lookup. Format:
5973
5973
  # properties/`ordinary_property_id`/subpropertySyncConfigs/`subproperty_id`
@@ -5999,7 +5999,7 @@ module Google
5999
5999
  execute_or_queue_command(command, &block)
6000
6000
  end
6001
6001
 
6002
- # List all Subproperty Sync Configs on a property.
6002
+ # List all `SubpropertySyncConfig` resources for a property.
6003
6003
  # @param [String] parent
6004
6004
  # Required. Resource name of the property. Format: properties/property_id
6005
6005
  # Example: properties/123
@@ -6042,7 +6042,7 @@ module Google
6042
6042
  execute_or_queue_command(command, &block)
6043
6043
  end
6044
6044
 
6045
- # Updates a Subproperty Sync Config.
6045
+ # Updates a `SubpropertySyncConfig`.
6046
6046
  # @param [String] name
6047
6047
  # Output only. Identifier. Format: properties/`ordinary_property_id`/
6048
6048
  # subpropertySyncConfigs/`subproperty_id` Example: properties/1234/
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-analyticsadmin_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.83.0
4
+ version: 0.84.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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.83.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.84.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: