Class: Google::Apis::YoutubePartnerV1::DiffDownloadResponse

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

Overview

Backend response for a Diff download response. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DiffDownloadResponse

Returns a new instance of DiffDownloadResponse.



1635
1636
1637
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 1635

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

Instance Attribute Details

#object_locationGoogle::Apis::YoutubePartnerV1::CompositeMedia

A sequence of media data references representing composite data. Introduced to support Bigstore composite objects. For details, visit http://go/bigstore- composites. Corresponds to the JSON property objectLocation



1633
1634
1635
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 1633

def object_location
  @object_location
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1640
1641
1642
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 1640

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