Represents an Execution.
Package
@google-cloud/runConstructors
(constructor)(properties)
constructor
(
properties
?:
google
.
cloud
.
run
.
v2
.
IExecution
);
Constructs a new Execution.
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.
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.
reader
( Reader
| Uint8Array
)
Reader or buffer to decode from
length
number
Message length if known beforehand
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.
reader
( Reader
| Uint8Array
)
Reader or buffer to decode from
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.
message
writer
$protobuf.Writer
Writer to encode to
$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.
message
writer
$protobuf.Writer
Writer to encode to
$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.
object
{ [k: string]: any }
Plain object
getTypeUrl(typeUrlPrefix)
public
static
getTypeUrl
(
typeUrlPrefix
?:
string
)
:
string
;
Gets the default type url for Execution
typeUrlPrefix
string
your custom typeUrlPrefix(default "type.googleapis.com")
string
The default type url
toJSON()
public
toJSON
()
:
{
[
k
:
string
]
:
any
};
Converts this Execution to JSON.
{ [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.
message
options
$protobuf.IConversionOptions
Conversion options
{ [k: string]: any }
Plain object
verify(message)
public
static
verify
(
message
:
{
[
k
:
string
]
:
any
})
:
(
string
|
null
);
Verifies an Execution message.
message
{ [k: string]: any }
Plain object to verify
(string|null)
null
if valid, otherwise the reason why it is not