Skip to content

Commit cc74cd1

Browse files
1 parent 3dc7a1b commit cc74cd1

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

src/DiscoveryEngine/Resource/ProjectsLocationsCollections.php

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,15 @@ public function getDataConnector($name, $optParams = [])
7575
* @param array $optParams Optional parameters.
7676
*
7777
* @opt_param string updateMask Indicates which fields in the provided
78-
* DataConnector to update. Supported field paths include: - refresh_interval -
79-
* params - auto_run_disabled - action_config - action_config.action_params -
80-
* action_config.service_name - destination_configs - blocking_reasons -
81-
* sync_mode - incremental_sync_disabled - incremental_refresh_interval Note:
82-
* Support for these fields may vary depending on the connector type. For
83-
* example, not all connectors support `destination_configs`. If an unsupported
84-
* or unknown field path is provided, the request will return an
85-
* INVALID_ARGUMENT error.
78+
* DataConnector to update. Supported field paths include: - `refresh_interval`
79+
* - `params` - `auto_run_disabled` - `action_config` -
80+
* `action_config.action_params` - `action_config.service_name` -
81+
* `destination_configs` - `blocking_reasons` - `sync_mode` -
82+
* `incremental_sync_disabled` - `incremental_refresh_interval` -
83+
* `data_protection_policy` Note: Support for these fields may vary depending on
84+
* the connector type. For example, not all connectors support
85+
* `destination_configs`. If an unsupported or unknown field path is provided,
86+
* the request will return an INVALID_ARGUMENT error.
8687
* @return GoogleCloudDiscoveryengineV1DataConnector
8788
* @throws \Google\Service\Exception
8889
*/

0 commit comments

Comments
 (0)