ImportEntitiesMetadata

Metadata for projects.import operations.

JSON representation
{
  "common": {
    object (CommonMetadata)
  },
  "progressEntities": {
    object (Progress)
  },
  "progressBytes": {
    object (Progress)
  },
  "entityFilter": {
    object (EntityFilter)
  },
  "inputUrl": string
}
Fields
common

object (CommonMetadata)

Metadata common to all Datastore Admin operations.

progressEntities

object (Progress)

An estimate of the number of entities processed.

progressBytes

object (Progress)

An estimate of the number of bytes processed.

entityFilter

object (EntityFilter)

Description of which entities are being imported.

inputUrl

string

The location of the import metadata file. This will be the same value as the google.datastore.admin.v1.ExportEntitiesResponse.output_url field.