Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1RunPipelineMetadataGcsIngestPipelineMetadata

The metadata message for GcsIngest pipeline.

Inheritance
object
GoogleCloudContentwarehouseV1RunPipelineMetadataGcsIngestPipelineMetadata
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX