Class GoogleCloudContentwarehouseV1RunPipelineMetadataGcsIngestPipelineMetadata
The metadata message for GcsIngest pipeline.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1RunPipelineMetadataGcsIngestPipelineMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InputPath
The input Cloud Storage folder in this pipeline. Format: gs:///.
Declaration
[JsonProperty("inputPath")]
public virtual string InputPath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |