Cloud Firestore V1 Client - Class ExportDocumentsResponse (1.38.0)

Reference documentation and code samples for the Cloud Firestore V1 Client class ExportDocumentsResponse.

Returned in the google.longrunning.Operation response field.

Generated from protobuf message google.firestore.admin.v1.ExportDocumentsResponse

Namespace

Google \ Cloud \ Firestore \ Admin \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ output_uri_prefix 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.

getOutputUriPrefix

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
TypeDescription
string

setOutputUriPrefix

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this