Class PipelineRef
PipelineRef can be used to refer to a specific instance of a Pipeline.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v2.Data
Assembly: Google.Apis.CloudBuild.v2.dll
Syntax
public class PipelineRef : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Optional. Name of the Pipeline.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Params__
Params contains the parameters used to identify the referenced Tekton resource. Example entries might include "repo" or "path" but the set of params ultimately depends on the chosen resolver.
Declaration
[JsonProperty("params")]
public virtual IList<Param> Params__ { get; set; }
Property Value
Type | Description |
---|---|
IList<Param> |
Resolver
Resolver is the name of the resolver that should perform resolution of the referenced Tekton resource.
Declaration
[JsonProperty("resolver")]
public virtual string Resolver { get; set; }
Property Value
Type | Description |
---|---|
string |