Represents an Execution.
Package
@google-cloud/runConstructors
(constructor)(properties)
constructor(properties?: google.cloud.run.v2.IExecution);Constructs a new Execution.
| Parameter | |
|---|---|
| Name | Description |
properties |
IExecution
Properties to set |
Properties
annotations
public annotations: { [k: string]: string };Execution annotations.
cancelledCount
public cancelledCount: number;Execution cancelledCount.
completionTime
public completionTime?: (google.protobuf.ITimestamp|null);Execution completionTime.
conditions
public conditions: google.cloud.run.v2.ICondition[];Execution conditions.
createTime
public createTime?: (google.protobuf.ITimestamp|null);Execution createTime.
creator
public creator: string;Execution creator.
deleteTime
public deleteTime?: (google.protobuf.ITimestamp|null);Execution deleteTime.
etag
public etag: string;Execution etag.
expireTime
public expireTime?: (google.protobuf.ITimestamp|null);Execution expireTime.
failedCount
public failedCount: number;Execution failedCount.
generation
public generation: (number|Long|string);Execution generation.
job
public job: string;Execution job.
labels
public labels: { [k: string]: string };Execution labels.
launchStage
public launchStage: (google.api.LaunchStage|keyof typeof google.api.LaunchStage);Execution launchStage.
logUri
public logUri: string;Execution logUri.
name
public name: string;Execution name.
observedGeneration
public observedGeneration: (number|Long|string);Execution observedGeneration.
parallelism
public parallelism: number;Execution parallelism.
reconciling
public reconciling: boolean;Execution reconciling.
retriedCount
public retriedCount: number;Execution retriedCount.
runningCount
public runningCount: number;Execution runningCount.
satisfiesPzs
public satisfiesPzs: boolean;Execution satisfiesPzs.
startTime
public startTime?: (google.protobuf.ITimestamp|null);Execution startTime.
succeededCount
public succeededCount: number;Execution succeededCount.
taskCount
public taskCount: number;Execution taskCount.
template
public template?: (google.cloud.run.v2.ITaskTemplate|null);Execution template.
uid
public uid: string;Execution uid.
updateTime
public updateTime?: (google.protobuf.ITimestamp|null);Execution updateTime.
Methods
create(properties)
public static create(properties?: google.cloud.run.v2.IExecution): google.cloud.run.v2.Execution;Creates a new Execution instance using the specified properties.
| Parameter | |
|---|---|
| Name | Description |
properties |
IExecution
Properties to set |
| Returns | |
|---|---|
| Type | Description |
Execution |
Execution instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.run.v2.Execution;Decodes an Execution message from the specified reader or buffer.
| Parameters | |
|---|---|
| Name | Description |
reader |
(Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
| Returns | |
|---|---|
| Type | Description |
Execution |
Execution |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.run.v2.Execution;Decodes an Execution message from the specified reader or buffer, length delimited.
| Parameter | |
|---|---|
| Name | Description |
reader |
(Reader|Uint8Array)
Reader or buffer to decode from |
| Returns | |
|---|---|
| Type | Description |
Execution |
Execution |
encode(message, writer)
public static encode(message: google.cloud.run.v2.IExecution, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified Execution message. Does not implicitly messages.
| Parameters | |
|---|---|
| Name | Description |
message |
IExecution
Execution message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
| Returns | |
|---|---|
| Type | Description |
$protobuf.Writer |
Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.cloud.run.v2.IExecution, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified Execution message, length delimited. Does not implicitly messages.
| Parameters | |
|---|---|
| Name | Description |
message |
IExecution
Execution message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
| Returns | |
|---|---|
| Type | Description |
$protobuf.Writer |
Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.cloud.run.v2.Execution;Creates an Execution message from a plain object. Also converts values to their respective internal types.
| Parameter | |
|---|---|
| Name | Description |
object |
{ [k: string]: any }
Plain object |
| Returns | |
|---|---|
| Type | Description |
Execution |
Execution |
getTypeUrl(typeUrlPrefix)
public static getTypeUrl(typeUrlPrefix?: string): string;Gets the default type url for Execution
| Parameter | |
|---|---|
| Name | Description |
typeUrlPrefix |
string
your custom typeUrlPrefix(default "type.googleapis.com") |
| Returns | |
|---|---|
| Type | Description |
string |
The default type url |
toJSON()
public toJSON(): { [k: string]: any };Converts this Execution to JSON.
| Returns | |
|---|---|
| Type | Description |
{ [k: string]: any } |
JSON object |
toObject(message, options)
public static toObject(message: google.cloud.run.v2.Execution, options?: $protobuf.IConversionOptions): { [k: string]: any };Creates a plain object from an Execution message. Also converts values to other types if specified.
| Parameters | |
|---|---|
| Name | Description |
message |
Execution
Execution |
options |
$protobuf.IConversionOptions
Conversion options |
| Returns | |
|---|---|
| Type | Description |
{ [k: string]: any } |
Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);Verifies an Execution message.
| Parameter | |
|---|---|
| Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
| Returns | |
|---|---|
| Type | Description |
(string|null) |
|