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 page provides documentation for the `BuildOperationMetadata` class within the Google Cloud Build v1 API, specifically for version 2.11.0 of the .NET library."],["The `BuildOperationMetadata` class is used for tracking metadata related to build operations and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and offers two constructors: a default constructor and one that accepts another `BuildOperationMetadata` object as a parameter for copying."],["The `BuildOperationMetadata` class contains a property named `Build` of type `Build` which represents the build being tracked by this operation."],["The documentation offers a version history with links, ranging from version 1.0.0 to the latest version 2.15.0."]]],[]]