Class Execution
Execution represents the configuration of a single execution. An execution is an immutable resource that references a container image which is run to completion.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class Execution : IDirectResponseSchema
Properties
ApiVersion
Optional. APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values.
Declaration
[JsonProperty("apiVersion")]
public virtual string ApiVersion { 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 |
Kind
Optional. Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Metadata
Optional. Standard object's metadata.
Declaration
[JsonProperty("metadata")]
public virtual ObjectMeta Metadata { get; set; }
Property Value
Type | Description |
---|---|
ObjectMeta |
Spec
Optional. Specification of the desired behavior of an execution.
Declaration
[JsonProperty("spec")]
public virtual ExecutionSpec Spec { get; set; }
Property Value
Type | Description |
---|---|
ExecutionSpec |
Status
Output only. Current status of an execution.
Declaration
[JsonProperty("status")]
public virtual ExecutionStatus Status { get; set; }
Property Value
Type | Description |
---|---|
ExecutionStatus |