Show / Hide Table of Contents

Class GoogleCloudDatapipelinesV1RunPipelineResponse

Response message for RunPipeline

Inheritance
object
GoogleCloudDatapipelinesV1RunPipelineResponse
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.Datapipelines.v1.Data
Assembly: Google.Apis.Datapipelines.v1.dll
Syntax
public class GoogleCloudDatapipelinesV1RunPipelineResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Job

Job that was created as part of RunPipeline operation.

Declaration
[JsonProperty("job")]
public virtual GoogleCloudDatapipelinesV1Job Job { get; set; }
Property Value
Type Description
GoogleCloudDatapipelinesV1Job

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX