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 for .NET, with the current version being 2.11.0."],["The `DeployJobRunMetadata` class is used to surface information associated with a `DeployJobRun` to the user, inheriting from the `object` class and implementing several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a list of all available versions, ranging from 1.0.0 to the latest version 3.4.0, each providing a link to the respective documentation for that specific version of the DeployJobRunMetadata."],["The class has multiple constructors, including a default one and one that takes another `DeployJobRunMetadata` object, which is referred to as the other parameter."],["The DeployJobRunMetadata class contains multiple properties including `CloudRun`, `Custom`, and `CustomTarget`, that respectively provides metadata of associated Cloud Run Services, custom metadata defined by the user, and custom target metadata, all being output-only."]]],[]]