google_api_datastore v0.11.0 GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1beta1ImportEntitiesMetadata View Source

Metadata for ImportEntities operations.

Attributes

  • common (type: GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1beta1CommonMetadata.t, default: nil) - Metadata common to all Datastore Admin operations.
  • entityFilter (type: GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1beta1EntityFilter.t, default: nil) - Description of which entities are being imported.
  • inputUrl (type: String.t, default: nil) - The location of the import metadata file. This will be the same value as the google.datastore.admin.v1beta1.ExportEntitiesResponse.output_url field.
  • progressBytes (type: GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1beta1Progress.t, default: nil) - An estimate of the number of bytes processed.
  • progressEntities (type: GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1beta1Progress.t, default: nil) - An estimate of the number of entities processed.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.