class Google::Apis::DatastoreV1beta1::GoogleDatastoreAdminV1beta1ExportEntitiesResponse

The response for google.datastore.admin.v1beta1.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. v1beta1.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_v1beta1/classes.rb, line 484
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_v1beta1/classes.rb, line 489
def update!(**args)
  @output_url = args[:output_url] if args.key?(:output_url)
end