class Google::Apis::DatastoreV1beta3::GoogleDatastoreAdminV1ExportEntitiesResponse

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

Attributes

output_url[RW]

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. Corresponds to the JSON property `outputUrl` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/datastore_v1beta3/classes.rb, line 457
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/datastore_v1beta3/classes.rb, line 462
def update!(**args)
  @output_url = args[:output_url] if args.key?(:output_url)
end