public RepeatedField<ByteString> BuildStepOutputs { get; }
List of build step outputs, produced by builder images, in the order
corresponding to build step indices.
Cloud Builders
can produce this output by writing to $BUILDER_OUTPUT/output. Only the
first 50KB of data is stored. Note that the $BUILDER_OUTPUT variable is
read-only and can't be substituted.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-19 UTC."],[[["\u003cp\u003eThe latest version of the Cloud Build v1 API class Results is 2.15.0, and the documentation provides access to versions from 1.0.0 up to the latest.\u003c/p\u003e\n"],["\u003cp\u003eThis document outlines the \u003ccode\u003eResults\u003c/code\u003e class, which represents the artifacts created by a Cloud Build pipeline, including details on the properties, constructors, inherited members, and implemented interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eResults\u003c/code\u003e class includes properties such as \u003ccode\u003eArtifactManifest\u003c/code\u003e, \u003ccode\u003eArtifactTiming\u003c/code\u003e, \u003ccode\u003eBuildStepImages\u003c/code\u003e, and \u003ccode\u003eBuildStepOutputs\u003c/code\u003e, providing information about artifacts and the steps involved in their creation.\u003c/p\u003e\n"],["\u003cp\u003eArtifacts such as container images (\u003ccode\u003eImages\u003c/code\u003e), Go modules (\u003ccode\u003eGoModules\u003c/code\u003e), Maven artifacts (\u003ccode\u003eMavenArtifacts\u003c/code\u003e), Npm packages (\u003ccode\u003eNpmPackages\u003c/code\u003e), and Python packages (\u003ccode\u003ePythonPackages\u003c/code\u003e) can be uploaded and are detailed in the \u003ccode\u003eResults\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe number of non-container artifacts uploaded to Cloud Storage, as well as the time it takes to push them, are tracked via the properties \u003ccode\u003eNumArtifacts\u003c/code\u003e and \u003ccode\u003eArtifactTiming\u003c/code\u003e, respectively.\u003c/p\u003e\n"]]],[],null,["# Cloud Build v1 API - Class Results (2.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.16.0 (latest)](/dotnet/docs/reference/Google.Cloud.CloudBuild.V1/latest/Google.Cloud.CloudBuild.V1.Results)\n- [2.15.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V1/2.15.0/Google.Cloud.CloudBuild.V1.Results)\n- [2.14.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V1/2.14.0/Google.Cloud.CloudBuild.V1.Results)\n- [2.13.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V1/2.13.0/Google.Cloud.CloudBuild.V1.Results)\n- [2.12.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V1/2.12.0/Google.Cloud.CloudBuild.V1.Results)\n- [2.11.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V1/2.11.0/Google.Cloud.CloudBuild.V1.Results)\n- [2.10.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V1/2.10.0/Google.Cloud.CloudBuild.V1.Results)\n- [2.9.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V1/2.9.0/Google.Cloud.CloudBuild.V1.Results)\n- [2.8.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V1/2.8.0/Google.Cloud.CloudBuild.V1.Results)\n- [2.7.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V1/2.7.0/Google.Cloud.CloudBuild.V1.Results)\n- [2.6.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V1/2.6.0/Google.Cloud.CloudBuild.V1.Results)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V1/2.5.0/Google.Cloud.CloudBuild.V1.Results)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V1/2.4.0/Google.Cloud.CloudBuild.V1.Results)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V1/2.3.0/Google.Cloud.CloudBuild.V1.Results)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V1/2.2.0/Google.Cloud.CloudBuild.V1.Results)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V1/2.1.0/Google.Cloud.CloudBuild.V1.Results)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V1/2.0.0/Google.Cloud.CloudBuild.V1.Results)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V1/1.4.0/Google.Cloud.CloudBuild.V1.Results)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V1/1.3.0/Google.Cloud.CloudBuild.V1.Results)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V1/1.2.0/Google.Cloud.CloudBuild.V1.Results)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V1/1.1.0/Google.Cloud.CloudBuild.V1.Results)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.CloudBuild.V1/1.0.0/Google.Cloud.CloudBuild.V1.Results) \n\n public sealed class Results : IMessage\u003cResults\u003e, IEquatable\u003cResults\u003e, IDeepCloneable\u003cResults\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Build v1 API class Results.\n\nArtifacts created by the build pipeline. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Results \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Results](/dotnet/docs/reference/Google.Cloud.CloudBuild.V1/latest/Google.Cloud.CloudBuild.V1.Results), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Results](/dotnet/docs/reference/Google.Cloud.CloudBuild.V1/latest/Google.Cloud.CloudBuild.V1.Results), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Results](/dotnet/docs/reference/Google.Cloud.CloudBuild.V1/latest/Google.Cloud.CloudBuild.V1.Results), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.CloudBuild.V1](/dotnet/docs/reference/Google.Cloud.CloudBuild.V1/latest/Google.Cloud.CloudBuild.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.CloudBuild.V1.dll\n\nConstructors\n------------\n\n### Results()\n\n public Results()\n\n### Results(Results)\n\n public Results(Results other)\n\nProperties\n----------\n\n### ArtifactManifest\n\n public string ArtifactManifest { get; set; }\n\nPath to the artifact manifest for non-container artifacts uploaded to Cloud\nStorage. Only populated when artifacts are uploaded to Cloud Storage.\n\n### ArtifactTiming\n\n public TimeSpan ArtifactTiming { get; set; }\n\nTime to push all non-container artifacts to Cloud Storage.\n\n### BuildStepImages\n\n public RepeatedField\u003cstring\u003e BuildStepImages { get; }\n\nList of build step digests, in the order corresponding to build step\nindices.\n\n### BuildStepOutputs\n\n public RepeatedField\u003cByteString\u003e BuildStepOutputs { get; }\n\nList of build step outputs, produced by builder images, in the order\ncorresponding to build step indices.\n\n[Cloud Builders](https://cloud.google.com/cloud-build/docs/cloud-builders)\ncan produce this output by writing to `$BUILDER_OUTPUT/output`. Only the\nfirst 50KB of data is stored. Note that the `$BUILDER_OUTPUT` variable is\nread-only and can't be substituted.\n\n### GoModules\n\n public RepeatedField\u003cUploadedGoModule\u003e GoModules { get; }\n\nOptional. Go module artifacts uploaded to Artifact Registry at the end of\nthe build.\n\n### Images\n\n public RepeatedField\u003cBuiltImage\u003e Images { get; }\n\nContainer images that were built as a part of the build.\n\n### MavenArtifacts\n\n public RepeatedField\u003cUploadedMavenArtifact\u003e MavenArtifacts { get; }\n\nMaven artifacts uploaded to Artifact Registry at the end of the build.\n\n### NpmPackages\n\n public RepeatedField\u003cUploadedNpmPackage\u003e NpmPackages { get; }\n\nNpm packages uploaded to Artifact Registry at the end of the build.\n\n### NumArtifacts\n\n public long NumArtifacts { get; set; }\n\nNumber of non-container artifacts uploaded to Cloud Storage. Only populated\nwhen artifacts are uploaded to Cloud Storage.\n\n### PythonPackages\n\n public RepeatedField\u003cUploadedPythonPackage\u003e PythonPackages { get; }\n\nPython artifacts uploaded to Artifact Registry at the end of the build."]]