Class WorkspacePipelineTaskBinding
WorkspacePipelineTaskBinding maps workspaces from the PipelineSpec to the workspaces declared in the Task.
Implements
Inherited Members
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 |