Class ProjectsResource.LocationsResource.CollectionsResource.DataConnectorResource.StartConnectorRunRequest
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.
Inheritance
ProjectsResource.LocationsResource.CollectionsResource.DataConnectorResource.StartConnectorRunRequest
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.CollectionsResource.DataConnectorResource.StartConnectorRunRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaConnectorRun>, IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaConnectorRun>, IClientServiceRequest
Constructors
StartConnectorRunRequest(IClientService, GoogleCloudDiscoveryengineV1alphaStartConnectorRunRequest, string)
Constructs a new StartConnectorRun request.
Declaration
public StartConnectorRunRequest(IClientService service, GoogleCloudDiscoveryengineV1alphaStartConnectorRunRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudDiscoveryengineV1alphaStartConnectorRunRequest | body | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
Required. Connector name of the form projects/{project}/locations/{location}/collections/ {collection_id}/dataConnector
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes StartConnectorRun parameter list.
Declaration
protected override void InitParameters()