Class PipelineWorkspaceDeclaration
Workspaces declares a set of named workspaces that are expected to be provided by a PipelineRun.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v2.Data
Assembly: Google.Apis.CloudBuild.v2.dll
Syntax
public class PipelineWorkspaceDeclaration : IDirectResponseSchema
Properties
Description
Description is a human readable string describing how the workspace will be used in the Pipeline.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Name is the name of a workspace to be provided by a PipelineRun.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Optional
Optional marks a Workspace as not being required in PipelineRuns. By default this field is false and so declared workspaces are required.
Declaration
[JsonProperty("optional")]
public virtual bool? Optional { get; set; }
Property Value
Type | Description |
---|---|
bool? |