Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaStartConnectorRunRequest

Request message for DataConnectorService.StartConnectorRun method.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaStartConnectorRunRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaStartConnectorRunRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Entities

Specifies which Third Party Connector entities should be synced. If not specified, all entities will be synced.

Declaration
[JsonProperty("entities")]
public virtual IList<string> Entities { get; set; }
Property Value
Type Description
IList<string>

ForceRefreshContent

Optional. Whether to force refresh the unstructured content of the documents. If set to true, the content part of the documents will be refreshed regardless of the update status of the referencing content.

Declaration
[JsonProperty("forceRefreshContent")]
public virtual bool? ForceRefreshContent { get; set; }
Property Value
Type Description
bool?

HealthcareFhirResourceTypes

The FHIR resource types to import. The resource types should be a subset of all supported FHIR resource types. Default to all supported FHIR resource types if empty.

Declaration
[JsonProperty("healthcareFhirResourceTypes")]
public virtual IList<string> HealthcareFhirResourceTypes { get; set; }
Property Value
Type Description
IList<string>

SyncIdentity

If true, trigger Identity sync.

Declaration
[JsonProperty("syncIdentity")]
public virtual bool? SyncIdentity { get; set; }
Property Value
Type Description
bool?

SyncSinceTimestamp

object representation of SyncSinceTimestampRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SyncSinceTimestampDateTimeOffset instead.")]
public virtual object SyncSinceTimestamp { get; set; }
Property Value
Type Description
object

SyncSinceTimestampDateTimeOffset

DateTimeOffset representation of SyncSinceTimestampRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? SyncSinceTimestampDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

SyncSinceTimestampRaw

Timestamp to indicate the point in time from which data should be synced for Streaming/Batch Data Connectors. This field is only utilized for Healthcare Connectors.

Declaration
[JsonProperty("syncSinceTimestamp")]
public virtual string SyncSinceTimestampRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX