Google Cloud Datastore Admin V1 Client - Class ExportEntitiesResponse (1.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
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
Namespace
Google \ Cloud \ Datastore \ Admin \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|