Class: Google::Apis::DisplayvideoV3::SdfDownloadTask

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

Overview

Type for the response returned by [SdfDownloadTaskService. CreateSdfDownloadTask].

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SdfDownloadTask

Returns a new instance of SdfDownloadTask.



11202
11203
11204
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 11202

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

Instance Attribute Details

#resource_nameString

A resource name to be used in media.download to Download the prepared files. Resource names have the format download/sdfdownloadtasks/media/media_id`. media_idwill be made available by the long running operation service once the task status is done. Corresponds to the JSON propertyresourceName`

Returns:

  • (String)


11200
11201
11202
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 11200

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11207
11208
11209
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 11207

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