Show / Hide Table of Contents

Class ExecutionReference

Reference to an Execution. Use /Executions.GetExecution with the given name to get full execution including the latest status.

Inheritance
object
ExecutionReference
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class ExecutionReference : IDirectResponseSchema

Properties

CompletionStatus

Optional. Status for the execution completion.

Declaration
[JsonProperty("completionStatus")]
public virtual string CompletionStatus { get; set; }
Property Value
Type Description
string

CompletionTimestamp

object representation of CompletionTimestampRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CompletionTimestampDateTimeOffset instead.")]
public virtual object CompletionTimestamp { get; set; }
Property Value
Type Description
object

CompletionTimestampDateTimeOffset

DateTimeOffset representation of CompletionTimestampRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CompletionTimestampDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CompletionTimestampRaw

Optional. Completion timestamp of the execution.

Declaration
[JsonProperty("completionTimestamp")]
public virtual string CompletionTimestampRaw { get; set; }
Property Value
Type Description
string

CreationTimestamp

object representation of CreationTimestampRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreationTimestampDateTimeOffset instead.")]
public virtual object CreationTimestamp { get; set; }
Property Value
Type Description
object

CreationTimestampDateTimeOffset

DateTimeOffset representation of CreationTimestampRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreationTimestampDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreationTimestampRaw

Optional. Creation timestamp of the execution.

Declaration
[JsonProperty("creationTimestamp")]
public virtual string CreationTimestampRaw { get; set; }
Property Value
Type Description
string

DeletionTimestamp

object representation of DeletionTimestampRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use DeletionTimestampDateTimeOffset instead.")]
public virtual object DeletionTimestamp { get; set; }
Property Value
Type Description
object

DeletionTimestampDateTimeOffset

DateTimeOffset representation of DeletionTimestampRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? DeletionTimestampDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

DeletionTimestampRaw

Optional. The read-only soft deletion timestamp of the execution.

Declaration
[JsonProperty("deletionTimestamp")]
public virtual string DeletionTimestampRaw { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Optional. Name of the execution.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX