Class: Google::Cloud::Datastore::Admin::V1::ExportEntitiesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/datastore/admin/v1/datastore_admin.rb

Overview

Instance Attribute Summary collapse

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.

Returns:



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