Cloud Run Admin v2 API - Class ExecutionReference (2.6.0)

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.

Inheritance

object > ExecutionReference

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

ExecutionReference()

public ExecutionReference()

ExecutionReference(ExecutionReference)

public ExecutionReference(ExecutionReference other)
Parameter
NameDescription
otherExecutionReference

Properties

CompletionTime

public Timestamp CompletionTime { get; set; }

Creation timestamp of the execution.

Property Value
TypeDescription
Timestamp

CreateTime

public Timestamp CreateTime { get; set; }

Creation timestamp of the execution.

Property Value
TypeDescription
Timestamp

ExecutionName

public ExecutionName ExecutionName { get; set; }

ExecutionName-typed view over the Name resource name property.

Property Value
TypeDescription
ExecutionName

Name

public string Name { get; set; }

Name of the execution.

Property Value
TypeDescription
string