public sealed class ExportEntitiesResponse : IMessage<ExportEntitiesResponse>, IEquatable<ExportEntitiesResponse>, IDeepCloneable<ExportEntitiesResponse>, IBufferMessage, IMessage
The response for
[google.datastore.admin.v1.DatastoreAdmin.ExportEntities][google.datastore.admin.v1.DatastoreAdmin.ExportEntities].
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][google.datastore.admin.v1.ImportEntitiesRequest.input_url].
Only present if the operation completed successfully.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `ExportEntitiesResponse` class, which is part of the `Google.Cloud.Datastore.Admin.V1` namespace and used in the Google Cloud Datastore Admin API."],["The `ExportEntitiesResponse` class is the response type for the `DatastoreAdmin.ExportEntities` operation."],["The latest version of the `ExportEntitiesResponse` is 2.4.0, with several prior versions, such as 2.3.0, 2.2.0, and down to 1.1.0 also listed."],["This class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `ExportEntitiesResponse` class has a property called `OutputUrl`, which stores the location of the output metadata file necessary to initiate a cloud datastore import."]]],[]]