google_api_datastore v0.6.0 GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1ExportEntitiesMetadata View Source

Metadata for ExportEntities operations.

Attributes

  • common (type: GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1CommonMetadata.t, default: nil) - Metadata common to all Datastore Admin operations.
  • entityFilter (type: GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1EntityFilter.t, default: nil) - Description of which entities are being exported.
  • outputUrlPrefix (type: String.t, default: nil) - Location for the export metadata and data files. This will be the same value as the google.datastore.admin.v1.ExportEntitiesRequest.output_url_prefix field. The final output location is provided in google.datastore.admin.v1.ExportEntitiesResponse.output_url.
  • progressBytes (type: GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1Progress.t, default: nil) - An estimate of the number of bytes processed.
  • progressEntities (type: GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1Progress.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.