class Google::Apis::DataprocV1::Media
Media resource.
Attributes
resource_name[RW]
Name of the media resource. Corresponds to the JSON property `resourceName` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/dataproc_v1/classes.rb, line 34 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/dataproc_v1/classes.rb, line 39 def update!(**args) @resource_name = args[:resource_name] if args.key?(:resource_name) end