Class: Google::Apis::DatastoreV1beta3::GoogleDatastoreAdminV1ExportEntitiesResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DatastoreV1beta3::GoogleDatastoreAdminV1ExportEntitiesResponse
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/datastore_v1beta3/classes.rb,
generated/google/apis/datastore_v1beta3/representations.rb,
generated/google/apis/datastore_v1beta3/representations.rb 
Overview
The response for google.datastore.admin.v1.DatastoreAdmin.ExportEntities.
Instance Attribute Summary collapse
- 
  
    
      #output_url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Location of the output metadata file.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleDatastoreAdminV1ExportEntitiesResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GoogleDatastoreAdminV1ExportEntitiesResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleDatastoreAdminV1ExportEntitiesResponse
Returns a new instance of GoogleDatastoreAdminV1ExportEntitiesResponse
      488 489 490  | 
    
      # File 'generated/google/apis/datastore_v1beta3/classes.rb', line 488 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#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.
Corresponds to the JSON property outputUrl
      486 487 488  | 
    
      # File 'generated/google/apis/datastore_v1beta3/classes.rb', line 486 def output_url @output_url end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      493 494 495  | 
    
      # File 'generated/google/apis/datastore_v1beta3/classes.rb', line 493 def update!(**args) @output_url = args[:output_url] if args.key?(:output_url) end  |