Carries information about the pipeline execution that is returned in the long running operation's metadata field.
JSON representation |
---|
{ "pipeline": { object ( |
Fields | |
---|---|
pipeline |
The pipeline this operation represents. |
labels |
The user-defined labels associated with this operation. |
events[] |
The list of events that have happened so far during the execution of this operation. |
createTime |
The time at which the operation was created by the API. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
startTime |
The first time at which resources were allocated to execute the pipeline. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
endTime |
The time at which execution was completed and resources were cleaned up. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
pubSubTopic |
The name of the Cloud Pub/Sub topic where notifications of operation status changes are sent. |