Class: Google::Apis::DatastoreV1beta3::GoogleDatastoreAdminV1beta1ExportEntitiesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/datastore_v1beta3/classes.rb,
lib/google/apis/datastore_v1beta3/representations.rb,
lib/google/apis/datastore_v1beta3/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleDatastoreAdminV1beta1ExportEntitiesResponse

Returns a new instance of GoogleDatastoreAdminV1beta1ExportEntitiesResponse.



859
860
861
# File 'lib/google/apis/datastore_v1beta3/classes.rb', line 859

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#output_urlString

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

Returns:

  • (String)


857
858
859
# File 'lib/google/apis/datastore_v1beta3/classes.rb', line 857

def output_url
  @output_url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



864
865
866
# File 'lib/google/apis/datastore_v1beta3/classes.rb', line 864

def update!(**args)
  @output_url = args[:output_url] if args.key?(:output_url)
end