View Source GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1beta1ImportEntitiesMetadata (google_api_datastore v0.22.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1beta1ImportEntitiesMetadata{
    common:
      GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1beta1CommonMetadata.t()
      | nil,
    entityFilter:
      GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1beta1EntityFilter.t()
      | nil,
    inputUrl: String.t() | nil,
    progressBytes:
      GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1beta1Progress.t() | nil,
    progressEntities:
      GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1beta1Progress.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.