google_api_datastore v0.15.0 GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1ImportEntitiesMetadata View Source
Metadata for ImportEntities 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 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.v1.ExportEntitiesResponse.output_url field.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.GoogleDatastoreAdminV1ImportEntitiesMetadata{ common: GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1CommonMetadata.t(), entityFilter: GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1EntityFilter.t(), inputUrl: 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.