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
CompletionStatus
public ExecutionReference.Types.CompletionStatus CompletionStatus { get; set; }Status for the execution completion.
| Property Value | |
|---|---|
| Type | Description | 
ExecutionReferenceTypesCompletionStatus | 
        |
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 | 
        |
DeleteTime
public Timestamp DeleteTime { get; set; }The deletion time of the execution. It is only populated as a response to a Delete request.
| 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 | 
        |