OperationMetadata

Metadata for a Long Running Operation performed on Data Table Rows.

JSON representation
{
  "state": enum (State),
  "progress_percentage": number,
  "operation_errors": string
}
Fields
state

enum (State)

Output only. Current state of the operation.

progress_percentage

number

Output only. Progress Percentage of the operation, ranges from from 0.00 to 100.00.

operation_errors

string

Output only. The name of the data table operation errors resource. Format: projects/{project}/locations/{location}/instances/{instance}/dataTableOperationErrors/{data_table_operation_errors}