public sealed class BuildOperationMetadata : IMessage<BuildOperationMetadata>, IEquatable<BuildOperationMetadata>, IDeepCloneable<BuildOperationMetadata>, IBufferMessage, IMessage
[[["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 page details the `BuildOperationMetadata` class within the `Google.Cloud.CloudBuild.V1` namespace, specifically showcasing version 1.3.0, but also includes links to versions ranging from 1.0.0 to 2.15.0."],["`BuildOperationMetadata` class provides metadata for build operations and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and has inherited members including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["There are two constructors available for the `BuildOperationMetadata` class: a default constructor and one that takes another `BuildOperationMetadata` instance as a parameter."],["The `BuildOperationMetadata` class has a `Build` property, which is of type `Build` and represents the build that the operation is tracking."]]],[]]