Updates a DataConnector
.
HTTP request
PATCH https://discoveryengine.googleapis.com/v1alpha/{dataConnector.name=projects/*/locations/*/collections/*/dataConnector}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
data |
Output only. The full resource name of the data Connector. Format: |
Query parameters
Parameters | |
---|---|
update |
Indicates which fields in the provided Supported field paths include: - refreshInterval - params - autoRunDisabled - actionConfig - destinationConfigs - blockingReasons Note: Support for these fields may vary depending on the connector type. For example, not all connectors support If an unsupported or unknown field path is provided, the request will return an INVALID_ARGUMENT error. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of DataConnector
.
Response body
If successful, the response body contains an instance of DataConnector
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.