Class: Google::Cloud::Datastore::Admin::V1::ExportEntitiesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Datastore::Admin::V1::ExportEntitiesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/datastore/admin/v1/datastore_admin.rb
Overview
The response for google.datastore.admin.v1.DatastoreAdmin.ExportEntities.
Instance Attribute Summary collapse
-
#output_url ⇒ ::String
Location of the output metadata file.
Instance Attribute Details
#output_url ⇒ ::String
Returns Location of the output metadata file. This can be used to begin an import into Cloud Datastore (this project or another project). See google.datastore.admin.v1.ImportEntitiesRequest.input_url. Only present if the operation completed successfully.
197 198 199 200 |
# File 'proto_docs/google/datastore/admin/v1/datastore_admin.rb', line 197 class ExportEntitiesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |