google_api_datastore v0.15.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 type
t()
View Sourcet() :: %GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1ExportEntitiesMetadata{ common: GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1CommonMetadata.t(), entityFilter: GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1EntityFilter.t(), outputUrlPrefix: String.t(), progressBytes: GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1Progress.t(), progressEntities: GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1Progress.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.