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.10.0, with links to other versions of the same class."],["The `BuildOperationMetadata` class is used to handle metadata for build operations and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and includes properties such as `Build`, which represents the tracked build operation, while having implemented members like GetHashCode, GetType, and ToString."],["The `BuildOperationMetadata` class offers two constructors: a default constructor `BuildOperationMetadata()` and an overload `BuildOperationMetadata(BuildOperationMetadata other)` that accepts another `BuildOperationMetadata` object as a parameter."]]],[]]