Class EmbeddedTask
EmbeddedTask defines a Task that is embedded in a Pipeline.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v2.Data
Assembly: Google.Apis.CloudBuild.v2.dll
Syntax
public class EmbeddedTask : IDirectResponseSchema
Properties
Annotations
User annotations. See https://google.aip.dev/128#annotations
Declaration
[JsonProperty("annotations")]
public virtual IDictionary<string, string> Annotations { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TaskSpec
Spec to instantiate this TaskRun.
Declaration
[JsonProperty("taskSpec")]
public virtual TaskSpec TaskSpec { get; set; }
Property Value
Type | Description |
---|---|
TaskSpec |