public sealed class ExecutionReference : IMessage<ExecutionReference>, IEquatable<ExecutionReference>, IDeepCloneable<ExecutionReference>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class ExecutionReference.
Reference to an Execution. Use /Executions.GetExecution with the given name
to get full execution including the latest status.
[[["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-04-09 UTC."],[[["This document provides reference documentation for the `ExecutionReference` class within the Cloud Run Admin v2 API in the .NET environment."],["The `ExecutionReference` class is used to reference an Execution, enabling users to retrieve full execution details using `/Executions.GetExecution` and the specified name."],["The documentation includes a list of all available versions of the Google.Cloud.Run.V2 package, from version 1.0.0-beta02 to the latest version 2.13.0, detailing the assembly of Google.Cloud.Run.V2.dll."],["`ExecutionReference` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, while inheriting from `object`, offering methods such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The `ExecutionReference` class contains several properties such as `CompletionTime`, `CreateTime`, `ExecutionName` and `Name` which are all described in the reference, including their value type and description."]]],[]]