Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class ScheduledExecutionRecord.
A record of an attempt to create a workflow invocation for this workflow config.
Generated from protobuf message google.cloud.dataform.v1beta1.WorkflowConfig.ScheduledExecutionRecord
Namespace
Google \ Cloud \ Dataform \ V1beta1 \ WorkflowConfigMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ execution_time |
Google\Protobuf\Timestamp
The timestamp of this execution attempt. |
↳ workflow_invocation |
string
The name of the created workflow invocation, if one was successfully created. Must be in the format |
↳ error_status |
Google\Rpc\Status
The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful. |
getExecutionTime
The timestamp of this execution attempt.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasExecutionTime
clearExecutionTime
setExecutionTime
The timestamp of this execution attempt.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getWorkflowInvocation
The name of the created workflow invocation, if one was successfully
created. Must be in the format
projects/*/locations/*/repositories/*/workflowInvocations/*
.
Returns | |
---|---|
Type | Description |
string |
hasWorkflowInvocation
setWorkflowInvocation
The name of the created workflow invocation, if one was successfully
created. Must be in the format
projects/*/locations/*/repositories/*/workflowInvocations/*
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getErrorStatus
The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful.
Returns | |
---|---|
Type | Description |
Google\Rpc\Status|null |
hasErrorStatus
setErrorStatus
The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful.
Parameter | |
---|---|
Name | Description |
var |
Google\Rpc\Status
|
Returns | |
---|---|
Type | Description |
$this |
getResult
Returns | |
---|---|
Type | Description |
string |