Class: Google::Cloud::Firestore::Admin::V1::ExportDocumentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::Admin::V1::ExportDocumentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/admin/v1/operation.rb
Overview
Returned in the google.longrunning.Operation response field.
Instance Attribute Summary collapse
-
#output_uri_prefix ⇒ ::String
Location of the output files.
Instance Attribute Details
#output_uri_prefix ⇒ ::String
Returns Location of the output files. This can be used to begin an import into Cloud Firestore (this project or another project) after the operation completes successfully.
252 253 254 255 |
# File 'proto_docs/google/firestore/admin/v1/operation.rb', line 252 class ExportDocumentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |