Show / Hide Table of Contents

Class EmbeddedTask

EmbeddedTask defines a Task that is embedded in a Pipeline.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX