The metadata associated with a long running operation resource.
| JSON representation |
|---|
{
"resourceNames": [
string
],
"steps": [
{
object ( |
| Fields | |
|---|---|
resourceNames[] |
The full name of the resources that this operation is directly associated with. |
steps[] |
Detailed status information for each step. The order is undetermined. |
progressPercentage |
Percentage of completion of this operation, ranging from 0 to 100. |
startTime |
The start time of the operation. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Step
Represents the status of one operation step.
| JSON representation |
|---|
{
"description": string,
"status": enum ( |
| Fields | |
|---|---|
description |
The short description of the step. |
status |
The status code. |