Google Cloud Datastore Admin V1 Client - Class ExportEntitiesResponse (0.5.8)

Reference documentation and code samples for the Google Cloud Datastore Admin V1 Client class ExportEntitiesResponse.

The response for google.datastore.admin.v1.DatastoreAdmin.ExportEntities.

Generated from protobuf message google.datastore.admin.v1.ExportEntitiesResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ output_url string

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.

getOutputUrl

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

setOutputUrl

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this