Skip to content

Commit f52f2ee

Browse files
feat: Automated regeneration of discoveryengine v1alpha client (#25303)
Auto-created at 2025-12-28 09:11:42 +0000 using the toys pull request generator.
1 parent 010e55c commit f52f2ee

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

generated/google-apis-discoveryengine_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-discoveryengine_v1alpha
22

3+
### v0.88.0 (2025-12-28)
4+
5+
* Regenerated from discovery document revision 20251221
6+
37
### v0.87.0 (2025-12-21)
48

59
* Regenerated from discovery document revision 20251217

generated/google-apis-discoveryengine_v1alpha/lib/google/apis/discoveryengine_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 DiscoveryengineV1alpha
1818
# Version of the google-apis-discoveryengine_v1alpha gem
19-
GEM_VERSION = "0.87.0"
19+
GEM_VERSION = "0.88.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 = "20251217"
25+
REVISION = "20251221"
2626
end
2727
end
2828
end

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,11 +1278,12 @@ def patch_project_location_collection(name, google_cloud_discoveryengine_v1alpha
12781278
# @param [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataConnector] google_cloud_discoveryengine_v1alpha_data_connector_object
12791279
# @param [String] update_mask
12801280
# Indicates which fields in the provided DataConnector to update. Supported
1281-
# field paths include: - refresh_interval - params - auto_run_disabled -
1282-
# action_config - action_config.action_params - action_config.service_name -
1283-
# destination_configs - blocking_reasons - sync_mode - incremental_sync_disabled
1284-
# - incremental_refresh_interval Note: Support for these fields may vary
1285-
# depending on the connector type. For example, not all connectors support `
1281+
# field paths include: - `refresh_interval` - `params` - `auto_run_disabled` - `
1282+
# action_config` - `action_config.action_params` - `action_config.service_name` -
1283+
# `destination_configs` - `blocking_reasons` - `sync_mode` - `
1284+
# incremental_sync_disabled` - `incremental_refresh_interval` - `
1285+
# data_protection_policy` Note: Support for these fields may vary depending on
1286+
# the connector type. For example, not all connectors support `
12861287
# destination_configs`. If an unsupported or unknown field path is provided, the
12871288
# request will return an INVALID_ARGUMENT error.
12881289
# @param [String] fields

0 commit comments

Comments
 (0)