Class GoogleCloudDiscoveryengineV1FirestoreSource
Firestore source import data from.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1FirestoreSource : IDirectResponseSchema
Properties
CollectionId
Required. The Firestore collection (or entity) to copy the data from with a length limit of 1,500 characters.
Declaration
[JsonProperty("collectionId")]
public virtual string CollectionId { get; set; }
Property Value
Type | Description |
---|---|
string |
DatabaseId
Required. The Firestore database to copy the data from with a length limit of 256 characters.
Declaration
[JsonProperty("databaseId")]
public virtual string DatabaseId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsStagingDir
Intermediate Cloud Storage directory used for the import with a length limit of 2,000 characters. Can be specified if one wants to have the Firestore export to a specific Cloud Storage directory. Ensure that the Firestore service account has the necessary Cloud Storage Admin permissions to access the specified Cloud Storage directory.
Declaration
[JsonProperty("gcsStagingDir")]
public virtual string GcsStagingDir { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectId
The project ID that the Cloud SQL source is in with a length limit of 128 characters. If not specified, inherits the project ID from the parent request.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |