public sealed class BuildOperationMetadata : IMessage<BuildOperationMetadata>, IEquatable<BuildOperationMetadata>, IDeepCloneable<BuildOperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class BuildOperationMetadata.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `BuildOperationMetadata` class within the Google Cloud Build v1 API, specifically for .NET."],["The latest version of this class is 2.15.0, while the current page details version 2.14.0, and previous versions are also available, going as far back as version 1.0.0."],["`BuildOperationMetadata` is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is designed to contain metadata for build operations."],["The class has two constructors, one default and another that accepts another `BuildOperationMetadata` to create a copy."],["The class has one property called `Build`, which contains the build the operation is tracking, and is of type `Google.Cloud.CloudBuild.V1.Build`."]]],[]]