OperationMetadata

The metadata associated with a long running operation resource.

JSON representation
{
  "resourceNames": [
    string
  ],
  "steps": [
    {
      object (Step)
    }
  ],
  "progressPercentage": integer,
  "startTime": string
}
Fields
resourceNames[]

string

The full name of the resources that this operation is directly associated with.

steps[]

object (Step)

Detailed status information for each step. The order is undetermined.

progressPercentage

integer

Percentage of completion of this operation, ranging from 0 to 100.

startTime

string (Timestamp format)

The start time of the operation.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

Step

Represents the status of one operation step.

JSON representation
{
  "description": string,
  "status": enum (Status)
}
Fields
description

string

The short description of the step.

status

enum (Status)

The status code.