class Google::Apis::YoutubePartnerV1::DiffUploadResponse

Backend response for a Diff upload request. For details on the Scotty Diff protocol, visit go/scotty-diff-protocol.

Attributes

object_version[RW]

The object version of the object at the server. Must be included in the end notification response. The version in the end notification response must correspond to the new version of the object that is now stored at the server, after the upload. Corresponds to the JSON property `objectVersion` @return [String]

original_object[RW]

A sequence of media data references representing composite data. Introduced to support Bigstore composite objects. For details, visit go/bigstore- composites. Corresponds to the JSON property `originalObject` @return [Google::Apis::YoutubePartnerV1::CompositeMedia]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/youtube_partner_v1/classes.rb, line 1708
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/youtube_partner_v1/classes.rb, line 1713
def update!(**args)
  @object_version = args[:object_version] if args.key?(:object_version)
  @original_object = args[:original_object] if args.key?(:original_object)
end