Class ProjectsResource.LocationsResource.CollectionsResource.DataConnectorResource
The "dataConnector" collection of methods.
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.CollectionsResource.DataConnectorResource
Constructors
DataConnectorResource(IClientService)
Constructs a new resource.
Declaration
public DataConnectorResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
ConnectorRuns
Gets the ConnectorRuns resource.
Declaration
public virtual ProjectsResource.LocationsResource.CollectionsResource.DataConnectorResource.ConnectorRunsResource ConnectorRuns { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.CollectionsResource.DataConnectorResource.ConnectorRunsResource |
Operations
Gets the Operations resource.
Declaration
public virtual ProjectsResource.LocationsResource.CollectionsResource.DataConnectorResource.OperationsResource Operations { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.CollectionsResource.DataConnectorResource.OperationsResource |
Methods
GetConnectorSecret(string)
Get the secret for the associated connector.
Declaration
public virtual ProjectsResource.LocationsResource.CollectionsResource.DataConnectorResource.GetConnectorSecretRequest GetConnectorSecret(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The full resource name of the associated data connector. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.CollectionsResource.DataConnectorResource.GetConnectorSecretRequest |
StartConnectorRun(GoogleCloudDiscoveryengineV1alphaStartConnectorRunRequest, string)
Starts an immediate synchronization process for a DataConnector. Third Party Connector Users must specify which entities should be synced. FHIR Connectors must provide a timestamp to indicate the point in time from which data should be synced.
Declaration
public virtual ProjectsResource.LocationsResource.CollectionsResource.DataConnectorResource.StartConnectorRunRequest StartConnectorRun(GoogleCloudDiscoveryengineV1alphaStartConnectorRunRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudDiscoveryengineV1alphaStartConnectorRunRequest | body | The body of the request. |
string | parent | Required. Connector name of the form projects/{project}/locations/{location}/collections/ {collection_id}/dataConnector |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.CollectionsResource.DataConnectorResource.StartConnectorRunRequest |