Class: Google::Cloud::Firestore::Admin::V1::ExportDocumentsResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.



248
249
250
251
# File 'proto_docs/google/firestore/admin/v1/operation.rb', line 248

class ExportDocumentsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end