Reference documentation and code samples for the Google Cloud Api Hub V1 Client class LastExecution.
The result of the last execution of the plugin instance.
Generated from protobuf message google.cloud.apihub.v1.ExecutionStatus.LastExecution
Namespace
Google \ Cloud \ ApiHub \ V1 \ ExecutionStatusMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ result
int
Output only. The result of the last execution of the plugin instance.
↳ error_message
string
Output only. Error message describing the failure, if any, during the last execution.
↳ start_time
↳ end_time
getResult
Output only. The result of the last execution of the plugin instance.
setResult
Output only. The result of the last execution of the plugin instance.
$this
getErrorMessage
Output only. Error message describing the failure, if any, during the last execution.
string
setErrorMessage
Output only. Error message describing the failure, if any, during the last execution.
var
string
$this
getStartTime
Output only. The last execution start time of the plugin instance.
hasStartTime
clearStartTime
setStartTime
Output only. The last execution start time of the plugin instance.
$this
getEndTime
Output only. The last execution end time of the plugin instance.
hasEndTime
clearEndTime
setEndTime
Output only. The last execution end time of the plugin instance.
$this

