class Google::Apis::YoutubereportingV1::GdataCompositeMedia
gdata
Attributes
gdata Corresponds to the JSON property `blobRef` NOTE: Values are automatically base64 encoded/decoded in the client library. @return [String]
gdata Corresponds to the JSON property `blobstore2Info` @return [Google::Apis::YoutubereportingV1::GdataBlobstore2Info]
gdata Corresponds to the JSON property `cosmoBinaryReference` NOTE: Values are automatically base64 encoded/decoded in the client library. @return [String]
gdata Corresponds to the JSON property `crc32cHash` @return [Fixnum]
gdata Corresponds to the JSON property `inline` NOTE: Values are automatically base64 encoded/decoded in the client library. @return [String]
gdata Corresponds to the JSON property `length` @return [Fixnum]
gdata Corresponds to the JSON property `md5Hash` NOTE: Values are automatically base64 encoded/decoded in the client library. @return [String]
gdata Corresponds to the JSON property `objectId` @return [Google::Apis::YoutubereportingV1::GdataObjectId]
gdata Corresponds to the JSON property `path` @return [String]
gdata Corresponds to the JSON property `referenceType` @return [String]
gdata Corresponds to the JSON property `sha1Hash` NOTE: Values are automatically base64 encoded/decoded in the client library. @return [String]
Public Class Methods
# File lib/google/apis/youtubereporting_v1/classes.rb, line 151 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/youtubereporting_v1/classes.rb, line 156 def update!(**args) @blob_ref = args[:blob_ref] if args.key?(:blob_ref) @blobstore2_info = args[:blobstore2_info] if args.key?(:blobstore2_info) @cosmo_binary_reference = args[:cosmo_binary_reference] if args.key?(:cosmo_binary_reference) @crc32c_hash = args[:crc32c_hash] if args.key?(:crc32c_hash) @inline = args[:inline] if args.key?(:inline) @length = args[:length] if args.key?(:length) @md5_hash = args[:md5_hash] if args.key?(:md5_hash) @object_id_prop = args[:object_id_prop] if args.key?(:object_id_prop) @path = args[:path] if args.key?(:path) @reference_type = args[:reference_type] if args.key?(:reference_type) @sha1_hash = args[:sha1_hash] if args.key?(:sha1_hash) end