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-03-21 UTC."],[[["This document provides reference documentation for the `ExecutionReference` class within the Google Cloud Run Admin v2 API."],["The `ExecutionReference` class allows referencing an Execution, and users can retrieve full execution details via `/Executions.GetExecution` using the provided name."],["There are multiple versions of the `ExecutionReference` class available, ranging from version 2.13.0 (latest) down to 1.0.0-beta02."],["The `ExecutionReference` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ExecutionReference` class include `CompletionTime`, `CreateTime`, `ExecutionName`, and `Name`, each providing different details about an execution."]]],[]]