Class: Google::Apis::YoutubereportingV1::GdataCompositeMedia

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

Overview

gdata

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GdataCompositeMedia

Returns a new instance of GdataCompositeMedia.



150
151
152
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 150

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

Instance Attribute Details

#blob_refString

gdata Corresponds to the JSON property blobRef NOTE: Values are automatically base64 encoded/decoded in the client library.

Returns:

  • (String)


94
95
96
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 94

def blob_ref
  @blob_ref
end

#blobstore2_infoGoogle::Apis::YoutubereportingV1::GdataBlobstore2Info

gdata Corresponds to the JSON property blobstore2Info



99
100
101
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 99

def blobstore2_info
  @blobstore2_info
end

#cosmo_binary_referenceString

gdata Corresponds to the JSON property cosmoBinaryReference NOTE: Values are automatically base64 encoded/decoded in the client library.

Returns:

  • (String)


105
106
107
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 105

def cosmo_binary_reference
  @cosmo_binary_reference
end

#crc32c_hashFixnum

gdata Corresponds to the JSON property crc32cHash

Returns:

  • (Fixnum)


110
111
112
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 110

def crc32c_hash
  @crc32c_hash
end

#inlineString

gdata Corresponds to the JSON property inline NOTE: Values are automatically base64 encoded/decoded in the client library.

Returns:

  • (String)


116
117
118
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 116

def inline
  @inline
end

#lengthFixnum

gdata Corresponds to the JSON property length

Returns:

  • (Fixnum)


121
122
123
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 121

def length
  @length
end

#md5_hashString

gdata Corresponds to the JSON property md5Hash NOTE: Values are automatically base64 encoded/decoded in the client library.

Returns:

  • (String)


127
128
129
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 127

def md5_hash
  @md5_hash
end

#object_id_propGoogle::Apis::YoutubereportingV1::GdataObjectId

gdata Corresponds to the JSON property objectId



132
133
134
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 132

def object_id_prop
  @object_id_prop
end

#pathString

gdata Corresponds to the JSON property path

Returns:

  • (String)


137
138
139
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 137

def path
  @path
end

#reference_typeString

gdata Corresponds to the JSON property referenceType

Returns:

  • (String)


142
143
144
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 142

def reference_type
  @reference_type
end

#sha1_hashString

gdata Corresponds to the JSON property sha1Hash NOTE: Values are automatically base64 encoded/decoded in the client library.

Returns:

  • (String)


148
149
150
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 148

def sha1_hash
  @sha1_hash
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



155
156
157
158
159
160
161
162
163
164
165
166
167
# File 'lib/google/apis/youtubereporting_v1/classes.rb', line 155

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