public sealed class ExecutionReference : IMessage<ExecutionReference>, IEquatable<ExecutionReference>, IDeepCloneable<ExecutionReference>, IBufferMessage, IMessageReference 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.
Implements
IMessageExecutionReference, IEquatableExecutionReference, IDeepCloneableExecutionReference, IBufferMessage, IMessageNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
ExecutionReference()
public ExecutionReference()ExecutionReference(ExecutionReference)
public ExecutionReference(ExecutionReference other)| Parameter | |
|---|---|
| Name | Description | 
| other | ExecutionReference | 
Properties
CompletionTime
public Timestamp CompletionTime { get; set; }Creation timestamp of the execution.
| Property Value | |
|---|---|
| Type | Description | 
| Timestamp | |
CreateTime
public Timestamp CreateTime { get; set; }Creation timestamp of the execution.
| Property Value | |
|---|---|
| Type | Description | 
| Timestamp | |
ExecutionName
public ExecutionName ExecutionName { get; set; }ExecutionName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| ExecutionName | |
Name
public string Name { get; set; }Name of the execution.
| Property Value | |
|---|---|
| Type | Description | 
| string | |