Class: Google::Cloud::Datastore::Admin::V1::ImportEntitiesMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Datastore::Admin::V1::ImportEntitiesMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/datastore/admin/v1/datastore_admin.rb
Overview
Metadata for ImportEntities operations.
Instance Attribute Summary collapse
-
#common ⇒ ::Google::Cloud::Datastore::Admin::V1::CommonMetadata
Metadata common to all Datastore Admin operations.
-
#entity_filter ⇒ ::Google::Cloud::Datastore::Admin::V1::EntityFilter
Description of which entities are being imported.
-
#input_url ⇒ ::String
The location of the import metadata file.
-
#progress_bytes ⇒ ::Google::Cloud::Datastore::Admin::V1::Progress
An estimate of the number of bytes processed.
-
#progress_entities ⇒ ::Google::Cloud::Datastore::Admin::V1::Progress
An estimate of the number of entities processed.
Instance Attribute Details
#common ⇒ ::Google::Cloud::Datastore::Admin::V1::CommonMetadata
Returns Metadata common to all Datastore Admin operations.
246 247 248 249 |
# File 'proto_docs/google/datastore/admin/v1/datastore_admin.rb', line 246 class ImportEntitiesMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#entity_filter ⇒ ::Google::Cloud::Datastore::Admin::V1::EntityFilter
Returns Description of which entities are being imported.
246 247 248 249 |
# File 'proto_docs/google/datastore/admin/v1/datastore_admin.rb', line 246 class ImportEntitiesMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#input_url ⇒ ::String
Returns The location of the import metadata file. This will be the same value as the google.datastore.admin.v1.ExportEntitiesResponse.output_url field.
246 247 248 249 |
# File 'proto_docs/google/datastore/admin/v1/datastore_admin.rb', line 246 class ImportEntitiesMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#progress_bytes ⇒ ::Google::Cloud::Datastore::Admin::V1::Progress
Returns An estimate of the number of bytes processed.
246 247 248 249 |
# File 'proto_docs/google/datastore/admin/v1/datastore_admin.rb', line 246 class ImportEntitiesMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#progress_entities ⇒ ::Google::Cloud::Datastore::Admin::V1::Progress
Returns An estimate of the number of entities processed.
246 247 248 249 |
# File 'proto_docs/google/datastore/admin/v1/datastore_admin.rb', line 246 class ImportEntitiesMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |