Skip to content

Commit 24e8248

Browse files
feat: Automated regeneration of analyticsadmin v1alpha client (googleapis#23517)
Auto-created at 2025-06-22 10:36:59 +0000 using the toys pull request generator.
1 parent 6a86124 commit 24e8248

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

generated/google-apis-analyticsadmin_v1alpha/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-analyticsadmin_v1alpha
22

3+
### v0.84.0 (2025-06-22)
4+
5+
* Regenerated from discovery document revision 20250615
6+
37
### v0.83.0 (2025-06-15)
48

59
* Regenerated from discovery document revision 20250606

generated/google-apis-analyticsadmin_v1alpha/lib/google/apis/analyticsadmin_v1alpha/classes.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4731,7 +4731,7 @@ class GoogleAnalyticsAdminV1alphaListSubpropertySyncConfigsResponse
47314731
# @return [String]
47324732
attr_accessor :next_page_token
47334733

4734-
# List of Subproperty Sync Configs.
4734+
# List of `SubpropertySyncConfig` resources.
47354735
# Corresponds to the JSON property `subpropertySyncConfigs`
47364736
# @return [Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertySyncConfig>]
47374737
attr_accessor :subproperty_sync_configs
@@ -5945,16 +5945,16 @@ def update!(**args)
59455945
class GoogleAnalyticsAdminV1alphaSubpropertySyncConfig
59465946
include Google::Apis::Core::Hashable
59475947

5948-
# Output only. Immutable. Resource name of the Subproperty that these settings
5948+
# Output only. Immutable. Resource name of the subproperty that these settings
59495949
# apply to.
59505950
# Corresponds to the JSON property `applyToProperty`
59515951
# @return [String]
59525952
attr_accessor :apply_to_property
59535953

59545954
# 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
59565956
# 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
59585958
# to ALL. If set to NONE, Custom Dimensions / Metric synchronization is disabled.
59595959
# Custom Dimensions / Metrics must be configured explicitly on the Subproperty.
59605960
# Corresponds to the JSON property `customDimensionAndMetricSyncMode`

generated/google-apis-analyticsadmin_v1alpha/lib/google/apis/analyticsadmin_v1alpha/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module AnalyticsadminV1alpha
1818
# Version of the google-apis-analyticsadmin_v1alpha gem
19-
GEM_VERSION = "0.83.0"
19+
GEM_VERSION = "0.84.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250606"
25+
REVISION = "20250615"
2626
end
2727
end
2828
end

generated/google-apis-analyticsadmin_v1alpha/lib/google/apis/analyticsadmin_v1alpha/service.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5967,7 +5967,7 @@ def patch_property_subproperty_event_filter(name, google_analytics_admin_v1alpha
59675967
execute_or_queue_command(command, &block)
59685968
end
59695969

5970-
# Lookup for a single Subproperty Sync Config.
5970+
# Lookup for a single `SubpropertySyncConfig`.
59715971
# @param [String] name
59725972
# Required. Resource name of the SubpropertySyncConfig to lookup. Format:
59735973
# properties/`ordinary_property_id`/subpropertySyncConfigs/`subproperty_id`
@@ -5999,7 +5999,7 @@ def get_property_subproperty_sync_config(name, fields: nil, quota_user: nil, opt
59995999
execute_or_queue_command(command, &block)
60006000
end
60016001

6002-
# List all Subproperty Sync Configs on a property.
6002+
# List all `SubpropertySyncConfig` resources for a property.
60036003
# @param [String] parent
60046004
# Required. Resource name of the property. Format: properties/property_id
60056005
# Example: properties/123
@@ -6042,7 +6042,7 @@ def list_property_subproperty_sync_configs(parent, page_size: nil, page_token: n
60426042
execute_or_queue_command(command, &block)
60436043
end
60446044

6045-
# Updates a Subproperty Sync Config.
6045+
# Updates a `SubpropertySyncConfig`.
60466046
# @param [String] name
60476047
# Output only. Identifier. Format: properties/`ordinary_property_id`/
60486048
# subpropertySyncConfigs/`subproperty_id` Example: properties/1234/

0 commit comments

Comments
 (0)