Class GoogleCloudDatacatalogV1ImportEntriesRequest
Request message for ImportEntries method.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1ImportEntriesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsBucketPath
Path to a Cloud Storage bucket that contains a dump ready for ingestion.
Declaration
[JsonProperty("gcsBucketPath")]
public virtual string GcsBucketPath { get; set; }
Property Value
Type | Description |
---|---|
string |
JobId
Optional. (Optional) Dataplex task job id, if specified will be used as part of ImportEntries LRO ID
Declaration
[JsonProperty("jobId")]
public virtual string JobId { get; set; }
Property Value
Type | Description |
---|---|
string |