IndexOperationMetadata

FirestoreAdmin.CreateIndex からの結果 google.longrunning.Operation のメタデータ。

JSON 表現
{
  "startTime": string,
  "endTime": string,
  "index": string,
  "state": enum (OperationState),
  "progressDocuments": {
    object (Progress)
  },
  "progressBytes": {
    object (Progress)
  }
}
フィールド
startTime

string (Timestamp format)

このオペレーションが開始した時刻。

RFC3339 UTC「Zulu」形式のタイムスタンプ。精度はナノ秒まで、小数点以下は最大 9 桁。例: "2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

endTime

string (Timestamp format)

このオペレーションが完了した時刻。オペレーションが進行中の場合は設定されません。

RFC3339 UTC「Zulu」形式のタイムスタンプ。精度はナノ秒まで、小数点以下は最大 9 桁。例: "2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

index

string

このオペレーションの対象となっているインデックス リソース。例: projects/{projectId}/databases/{databaseId}/collectionGroups/{collectionId}/indexes/{index_id}

state

enum (OperationState)

オペレーションの状態。

progressDocuments

object (Progress)

このオペレーションの進行状況(ドキュメント単位)。

progressBytes

object (Progress)

このオペレーションの進行状況(バイト単位)。