IndexOperationMetadata

Metadata for google.longrunning.Operation results from FirestoreAdmin.CreateIndex.

JSON representation
{
  "startTime": string,
  "endTime": string,
  "index": string,
  "state": enum (OperationState),
  "progressDocuments": {
    object (Progress)
  },
  "progressBytes": {
    object (Progress)
  }
}
Fields
startTime

string (Timestamp format)

The time this operation started.

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".

endTime

string (Timestamp format)

The time this operation completed. Will be unset if operation still in progress.

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".

index

string

The index resource that this operation is acting on. For example: projects/{projectId}/databases/{databaseId}/collectionGroups/{collectionId}/indexes/{index_id}

state

enum (OperationState)

The state of the operation.

progressDocuments

object (Progress)

The progress, in documents, of this operation.

progressBytes

object (Progress)

The progress, in bytes, of this operation.