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 Google Cloud Run Admin v2 API for .NET."],["The `ExecutionReference` class represents a reference to an Execution and can be used to retrieve the full execution details using `/Executions.GetExecution`."],["The document lists multiple versions of the Google.Cloud.Run.V2 library, from the latest 2.13.0 down to 1.0.0-beta02."],["The `ExecutionReference` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable\u003cExecutionReference\u003e`, `IDeepCloneable\u003cExecutionReference\u003e`, and `IBufferMessage`."],["The `ExecutionReference` class includes properties like `CompletionTime`, `CreateTime`, `ExecutionName`, and `Name`, which provide information about the referenced execution."]]],[]]