Cloud Firestore V1 Client - Class ExportDocumentsResponse (1.43.1)

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
Name Description
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
Type Description
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
Name Description
var string
Returns
Type Description
$this