Show / Hide Table of Contents

Class ContaineranalysisGoogleDevtoolsCloudbuildV1Build

A build resource in the Cloud Build API. At a high level, a Build describes where to find source code, how to build it (for example, the builder image to run on the source), and where to store the built artifacts. Fields can include the following variables, which will be expanded when the build is created: - $PROJECT_ID: the project ID of the build. - $PROJECT_NUMBER: the project number of the build. - $LOCATION: the location/region of the build. - $BUILD_ID: the autogenerated ID of the build. - $REPO_NAME: the source repository name specified by RepoSource. - $BRANCH_NAME: the branch name specified by RepoSource. - $TAG_NAME: the tag name specified by RepoSource. - $REVISION_ID or $COMMIT_SHA: the commit SHA specified by RepoSource or resolved from the specified branch or tag. - $SHORT_SHA: first 7 characters of $REVISION_ID or $COMMIT_SHA.

Inheritance
System.Object
ContaineranalysisGoogleDevtoolsCloudbuildV1Build
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class ContaineranalysisGoogleDevtoolsCloudbuildV1Build : IDirectResponseSchema

Properties

Approval

Output only. Describes this build's approval configuration, status, and result.

Declaration
[JsonProperty("approval")]
public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1BuildApproval Approval { get; set; }
Property Value
Type Description
ContaineranalysisGoogleDevtoolsCloudbuildV1BuildApproval

Artifacts

Artifacts produced by the build that should be uploaded upon successful completion of all build steps.

Declaration
[JsonProperty("artifacts")]
public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1Artifacts Artifacts { get; set; }
Property Value
Type Description
ContaineranalysisGoogleDevtoolsCloudbuildV1Artifacts

AvailableSecrets

Secrets and secret environment variables.

Declaration
[JsonProperty("availableSecrets")]
public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1Secrets AvailableSecrets { get; set; }
Property Value
Type Description
ContaineranalysisGoogleDevtoolsCloudbuildV1Secrets

BuildTriggerId

Output only. The ID of the BuildTrigger that triggered this build, if it was triggered automatically.

Declaration
[JsonProperty("buildTriggerId")]
public virtual string BuildTriggerId { get; set; }
Property Value
Type Description
System.String

CreateTime

Output only. Time at which the request to create the build was received.

Declaration
[JsonProperty("createTime")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
System.Object

ETag

The ETag of the item.

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

FailureInfo

Output only. Contains information about the build when status=FAILURE.

Declaration
[JsonProperty("failureInfo")]
public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1BuildFailureInfo FailureInfo { get; set; }
Property Value
Type Description
ContaineranalysisGoogleDevtoolsCloudbuildV1BuildFailureInfo

FinishTime

Output only. Time at which execution of the build was finished. The difference between finish_time and start_time is the duration of the build's execution.

Declaration
[JsonProperty("finishTime")]
public virtual object FinishTime { get; set; }
Property Value
Type Description
System.Object

Id

Output only. Unique identifier of the build.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
System.String

Images

A list of images to be pushed upon the successful completion of all build steps. The images are pushed using the builder service account's credentials. The digests of the pushed images will be stored in the Build resource's results field. If any of the images fail to be pushed, the build status is marked FAILURE.

Declaration
[JsonProperty("images")]
public virtual IList<string> Images { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

LogsBucket

Google Cloud Storage bucket where logs should be written (see Bucket Name Requirements). Logs file names will be of the format ${logs_bucket}/log-${build_id}.txt.

Declaration
[JsonProperty("logsBucket")]
public virtual string LogsBucket { get; set; }
Property Value
Type Description
System.String

LogUrl

Output only. URL to logs for this build in Google Cloud Console.

Declaration
[JsonProperty("logUrl")]
public virtual string LogUrl { get; set; }
Property Value
Type Description
System.String

Name

Output only. The 'Build' name with format: projects/{project}/locations/{location}/builds/{build}, where {build} is a unique identifier generated by the service.

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

Options

Special options for this build.

Declaration
[JsonProperty("options")]
public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptions Options { get; set; }
Property Value
Type Description
ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptions

ProjectId

Output only. ID of the project.

Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type Description
System.String

QueueTtl

TTL in queue for this build. If provided and the build is enqueued longer than this value, the build will expire and the build status will be EXPIRED. The TTL starts ticking from create_time.

Declaration
[JsonProperty("queueTtl")]
public virtual object QueueTtl { get; set; }
Property Value
Type Description
System.Object

Results

Output only. Results of the build.

Declaration
[JsonProperty("results")]
public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1Results Results { get; set; }
Property Value
Type Description
ContaineranalysisGoogleDevtoolsCloudbuildV1Results

Secrets

Secrets to decrypt using Cloud Key Management Service. Note: Secret Manager is the recommended technique for managing sensitive data with Cloud Build. Use available_secrets to configure builds to access secrets from Secret Manager. For instructions, see: https://cloud.google.com/cloud-build/docs/securing-builds/use-secrets

Declaration
[JsonProperty("secrets")]
public virtual IList<ContaineranalysisGoogleDevtoolsCloudbuildV1Secret> Secrets { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<ContaineranalysisGoogleDevtoolsCloudbuildV1Secret>

ServiceAccount

IAM service account whose credentials will be used at build runtime. Must be of the format projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}. ACCOUNT can be email address or uniqueId of the service account.

Declaration
[JsonProperty("serviceAccount")]
public virtual string ServiceAccount { get; set; }
Property Value
Type Description
System.String

Source

The location of the source files to build.

Declaration
[JsonProperty("source")]
public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1Source Source { get; set; }
Property Value
Type Description
ContaineranalysisGoogleDevtoolsCloudbuildV1Source

SourceProvenance

Output only. A permanent fixed identifier for source.

Declaration
[JsonProperty("sourceProvenance")]
public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1SourceProvenance SourceProvenance { get; set; }
Property Value
Type Description
ContaineranalysisGoogleDevtoolsCloudbuildV1SourceProvenance

StartTime

Output only. Time at which execution of the build was started.

Declaration
[JsonProperty("startTime")]
public virtual object StartTime { get; set; }
Property Value
Type Description
System.Object

Status

Output only. Status of the build.

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
System.String

StatusDetail

Output only. Customer-readable message about the current status.

Declaration
[JsonProperty("statusDetail")]
public virtual string StatusDetail { get; set; }
Property Value
Type Description
System.String

Steps

Required. The operations to be performed on the workspace.

Declaration
[JsonProperty("steps")]
public virtual IList<ContaineranalysisGoogleDevtoolsCloudbuildV1BuildStep> Steps { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<ContaineranalysisGoogleDevtoolsCloudbuildV1BuildStep>

Substitutions

Substitutions data for Build resource.

Declaration
[JsonProperty("substitutions")]
public virtual IDictionary<string, string> Substitutions { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.String>

Tags

Tags for annotation of a Build. These are not docker tags.

Declaration
[JsonProperty("tags")]
public virtual IList<string> Tags { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

Timeout

Amount of time that this build should be allowed to run, to second granularity. If this amount of time elapses, work on the build will cease and the build status will be TIMEOUT. timeout starts ticking from startTime. Default time is ten minutes.

Declaration
[JsonProperty("timeout")]
public virtual object Timeout { get; set; }
Property Value
Type Description
System.Object

Timing

Output only. Stores timing information for phases of the build. Valid keys are: * BUILD: time to execute all build steps. * PUSH: time to push all specified images. * FETCHSOURCE: time to fetch source. * SETUPBUILD: time to set up build. If the build does not specify source or images, these keys will not be included.

Declaration
[JsonProperty("timing")]
public virtual IDictionary<string, ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan> Timing { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan>

Warnings

Output only. Non-fatal problems encountered during the execution of the build.

Declaration
[JsonProperty("warnings")]
public virtual IList<ContaineranalysisGoogleDevtoolsCloudbuildV1BuildWarning> Warnings { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<ContaineranalysisGoogleDevtoolsCloudbuildV1BuildWarning>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top