Skip to content

Commit 7759588

Browse files
feat: Automated regeneration of discoveryengine v1 client
1 parent 010e55c commit 7759588

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

generated/google-apis-discoveryengine_v1/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_v1
22

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

59
* Regenerated from discovery document revision 20251217

generated/google-apis-discoveryengine_v1/lib/google/apis/discoveryengine_v1/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 DiscoveryengineV1
1818
# Version of the google-apis-discoveryengine_v1 gem
19-
GEM_VERSION = "0.62.0"
19+
GEM_VERSION = "0.63.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_v1/lib/google/apis/discoveryengine_v1/service.rb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -525,11 +525,12 @@ def get_project_location_collection_data_connector(name, fields: nil, quota_user
525525
# @param [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DataConnector] google_cloud_discoveryengine_v1_data_connector_object
526526
# @param [String] update_mask
527527
# Indicates which fields in the provided DataConnector to update. Supported
528-
# field paths include: - refresh_interval - params - auto_run_disabled -
529-
# action_config - action_config.action_params - action_config.service_name -
530-
# destination_configs - blocking_reasons - sync_mode - incremental_sync_disabled
531-
# - incremental_refresh_interval Note: Support for these fields may vary
532-
# depending on the connector type. For example, not all connectors support `
528+
# field paths include: - `refresh_interval` - `params` - `auto_run_disabled` - `
529+
# action_config` - `action_config.action_params` - `action_config.service_name` -
530+
# `destination_configs` - `blocking_reasons` - `sync_mode` - `
531+
# incremental_sync_disabled` - `incremental_refresh_interval` - `
532+
# data_protection_policy` Note: Support for these fields may vary depending on
533+
# the connector type. For example, not all connectors support `
533534
# destination_configs`. If an unsupported or unknown field path is provided, the
534535
# request will return an INVALID_ARGUMENT error.
535536
# @param [String] fields

0 commit comments

Comments
 (0)