public sealed class PreviewOperationMetadata : IMessage<PreviewOperationMetadata>, IEquatable<PreviewOperationMetadata>, IDeepCloneable<PreviewOperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Infrastructure Manager v1 API class PreviewOperationMetadata.
Ephemeral metadata content describing the state of a preview operation.
[[["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 documentation covers the `PreviewOperationMetadata` class, which is part of the Infrastructure Manager v1 API within the `Google.Cloud.Config.V1` namespace and is implemented across multiple versions, with 1.7.0 being the latest."],["The `PreviewOperationMetadata` class provides ephemeral metadata describing the state of a preview operation and inherits from the object class, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `Build`, which is a read-only Cloud Build instance UUID, `Logs` which provides the location of preview logs, `PreviewArtifacts` for artifacts, and `Step` indicating the current operational step."],["The documentation includes two constructors, a default constructor, and a constructor that takes another `PreviewOperationMetadata` object as a parameter to create a new object based on an existing one."],["This class is found in the Google.Cloud.Config.V1.dll assembly and contains inherited members like `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class."]]],[]]