Method: projects.locations.collections.getDataConnector

Gets the DataConnector. DataConnector is a singleton resource for each Collection.

HTTP request

GET https://discoveryengine.googleapis.com/v1alpha/{name=projects/*/locations/*/collections/*/dataConnector}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Full resource name of DataConnector, such as projects/{project}/locations/{location}/collections/{collectionId}/dataConnector.

If the caller does not have permission to access the DataConnector, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

If the requested DataConnector does not exist, a NOT_FOUND error is returned.

Request body

The request body must be empty.

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.