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 documentation for the `BuildOperationMetadata` class within the Google Cloud Build v1 API, specifically version 2.13.0."],["The `BuildOperationMetadata` class is used for handling metadata related to build operations and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that accepts another `BuildOperationMetadata` object as a parameter."],["The webpage lists all the versions of this library available, ranging from the latest 2.15.0 down to 1.0.0."],["It features a `Build` property which allows for retrieval of the build that the operation is tracking, defined as the type of `Build` in the API."]]],[]]