Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-discoveryengine_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-discoveryengine_v1

### v0.63.0 (2025-12-28)

* Regenerated from discovery document revision 20251221

### v0.62.0 (2025-12-21)

* Regenerated from discovery document revision 20251217
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module DiscoveryengineV1
# Version of the google-apis-discoveryengine_v1 gem
GEM_VERSION = "0.62.0"
GEM_VERSION = "0.63.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20251217"
REVISION = "20251221"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -525,11 +525,12 @@ def get_project_location_collection_data_connector(name, fields: nil, quota_user
# @param [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DataConnector] google_cloud_discoveryengine_v1_data_connector_object
# @param [String] update_mask
# Indicates which fields in the provided DataConnector to update. Supported
# field paths include: - refresh_interval - params - auto_run_disabled -
# action_config - action_config.action_params - action_config.service_name -
# destination_configs - blocking_reasons - sync_mode - incremental_sync_disabled
# - incremental_refresh_interval Note: Support for these fields may vary
# depending on the connector type. For example, not all connectors support `
# field paths include: - `refresh_interval` - `params` - `auto_run_disabled` - `
# action_config` - `action_config.action_params` - `action_config.service_name` -
# `destination_configs` - `blocking_reasons` - `sync_mode` - `
# incremental_sync_disabled` - `incremental_refresh_interval` - `
# data_protection_policy` Note: Support for these fields may vary depending on
# the connector type. For example, not all connectors support `
# destination_configs`. If an unsupported or unknown field path is provided, the
# request will return an INVALID_ARGUMENT error.
# @param [String] fields
Expand Down