Show / Hide Table of Contents

Class WorkspacePipelineTaskBinding

WorkspacePipelineTaskBinding maps workspaces from the PipelineSpec to the workspaces declared in the Task.

Inheritance
object
WorkspacePipelineTaskBinding
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 WorkspacePipelineTaskBinding : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Name

Name of the workspace as declared by the task.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

SubPath

Optional. SubPath is optionally a directory on the volume which should be used for this binding (i.e. the volume will be mounted at this sub directory). +optional

Declaration
[JsonProperty("subPath")]
public virtual string SubPath { get; set; }
Property Value
Type Description
string

Workspace

Name of the workspace declared by the pipeline.

Declaration
[JsonProperty("workspace")]
public virtual string Workspace { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX