public sealed class DeployJobRunMetadata : IMessage<DeployJobRunMetadata>, IEquatable<DeployJobRunMetadata>, IDeepCloneable<DeployJobRunMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class DeployJobRunMetadata.
DeployJobRunMetadata surfaces information associated with a DeployJobRun to
the user.
[[["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 `DeployJobRunMetadata` class within the Google Cloud Deploy v1 API, specifically for version 3.3.0, with links to other versions as well."],["The `DeployJobRunMetadata` class surfaces information related to a `DeployJobRun` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers properties like `CloudRun`, `Custom`, and `CustomTarget` to access associated metadata, with detailed type information and descriptions for each."],["It offers two constructors: a parameterless constructor and one that takes another `DeployJobRunMetadata` instance for initialization, allowing for easy copying of data."],["The documentation highlights the `DeployJobRunMetadata` class's inheritance from `object` and its members, showing how it fits within the .NET class hierarchy."]]],[]]