Class GoogleCloudRunV2Execution
Execution represents the configuration of a single execution. A execution an immutable resource that references a container image which is run to completion.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2Execution : IDirectResponseSchema
Properties
Annotations
Output only. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.
Declaration
[JsonProperty("annotations")]
public virtual IDictionary<string, string> Annotations { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
CancelledCount
Output only. The number of tasks which reached phase Cancelled.
Declaration
[JsonProperty("cancelledCount")]
public virtual int? CancelledCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
CompletionTime
object representation of CompletionTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CompletionTimeDateTimeOffset instead.")]
public virtual object CompletionTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CompletionTimeDateTimeOffset
DateTimeOffset representation of CompletionTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CompletionTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CompletionTimeRaw
Output only. Represents time when the execution was completed. It is not guaranteed to be set in happens-before order across separate operations.
Declaration
[JsonProperty("completionTime")]
public virtual string CompletionTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Conditions
Output only. The Condition of this Execution, containing its readiness status, and detailed error information in case it did not reach the desired state.
Declaration
[JsonProperty("conditions")]
public virtual IList<GoogleCloudRunV2Condition> Conditions { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRunV2Condition> |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. Represents time when the execution was acknowledged by the execution controller. It is not guaranteed to be set in happens-before order across separate operations.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
DeleteTime
object representation of DeleteTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use DeleteTimeDateTimeOffset instead.")]
public virtual object DeleteTime { get; set; }
Property Value
Type | Description |
---|---|
object |
DeleteTimeDateTimeOffset
DateTimeOffset representation of DeleteTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? DeleteTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
DeleteTimeRaw
Output only. For a deleted resource, the deletion time. It is only populated as a response to a Delete request.
Declaration
[JsonProperty("deleteTime")]
public virtual string DeleteTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
Output only. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExpireTime
object representation of ExpireTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ExpireTimeDateTimeOffset instead.")]
public virtual object ExpireTime { get; set; }
Property Value
Type | Description |
---|---|
object |
ExpireTimeDateTimeOffset
DateTimeOffset representation of ExpireTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ExpireTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
ExpireTimeRaw
Output only. For a deleted resource, the time after which it will be permamently deleted. It is only populated as a response to a Delete request.
Declaration
[JsonProperty("expireTime")]
public virtual string ExpireTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
FailedCount
Output only. The number of tasks which reached phase Failed.
Declaration
[JsonProperty("failedCount")]
public virtual int? FailedCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
Generation
Output only. A number that monotonically increases every time the user modifies the desired state.
Declaration
[JsonProperty("generation")]
public virtual long? Generation { get; set; }
Property Value
Type | Description |
---|---|
long? |
Job
Output only. The name of the parent Job.
Declaration
[JsonProperty("job")]
public virtual string Job { get; set; }
Property Value
Type | Description |
---|---|
string |
Labels
Output only. Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
LaunchStage
The least stable launch stage needed to create this resource, as defined by Google Cloud Platform Launch
Stages. Cloud Run supports ALPHA
, BETA
, and GA
. Note
that this value might not be what was used as input. For example, if ALPHA was provided as input in the
parent resource, but only BETA and GA-level features are were, this field will be BETA.
Declaration
[JsonProperty("launchStage")]
public virtual string LaunchStage { get; set; }
Property Value
Type | Description |
---|---|
string |
LogUri
Output only. URI where logs for this execution can be found in Cloud Console.
Declaration
[JsonProperty("logUri")]
public virtual string LogUri { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. The unique name of this Execution.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ObservedGeneration
Output only. The generation of this Execution. See comments in reconciling
for additional information on
reconciliation process in Cloud Run.
Declaration
[JsonProperty("observedGeneration")]
public virtual long? ObservedGeneration { get; set; }
Property Value
Type | Description |
---|---|
long? |
Parallelism
Output only. Specifies the maximum desired number of tasks the execution should run at any given time. Must be <= task_count. The actual number of tasks running in steady state will be less than this number when ((.spec.task_count - .status.successful) < .spec.parallelism), i.e. when the work left to do is less than max parallelism.
Declaration
[JsonProperty("parallelism")]
public virtual int? Parallelism { get; set; }
Property Value
Type | Description |
---|---|
int? |
Reconciling
Output only. Indicates whether the resource's reconciliation is still in progress. See comments in
Job.reconciling
for additional information on reconciliation process in Cloud Run.
Declaration
[JsonProperty("reconciling")]
public virtual bool? Reconciling { get; set; }
Property Value
Type | Description |
---|---|
bool? |
RetriedCount
Output only. The number of tasks which have retried at least once.
Declaration
[JsonProperty("retriedCount")]
public virtual int? RetriedCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
RunningCount
Output only. The number of actively running tasks.
Declaration
[JsonProperty("runningCount")]
public virtual int? RunningCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
SatisfiesPzs
Output only. Reserved for future use.
Declaration
[JsonProperty("satisfiesPzs")]
public virtual bool? SatisfiesPzs { get; set; }
Property Value
Type | Description |
---|---|
bool? |
StartTime
object representation of StartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
Type | Description |
---|---|
object |
StartTimeDateTimeOffset
DateTimeOffset representation of StartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
StartTimeRaw
Output only. Represents time when the execution started to run. It is not guaranteed to be set in happens-before order across separate operations.
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
SucceededCount
Output only. The number of tasks which reached phase Succeeded.
Declaration
[JsonProperty("succeededCount")]
public virtual int? SucceededCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
TaskCount
Output only. Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution.
Declaration
[JsonProperty("taskCount")]
public virtual int? TaskCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
Template
Output only. The template used to create tasks for this execution.
Declaration
[JsonProperty("template")]
public virtual GoogleCloudRunV2TaskTemplate Template { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRunV2TaskTemplate |
Uid
Output only. Server assigned unique identifier for the Execution. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
Declaration
[JsonProperty("uid")]
public virtual string Uid { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdateTimeRaw
Output only. The last-modified time.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |