generated/google/apis/youtube_partner_v1/classes.rb in google-api-client-0.10.3 vs generated/google/apis/youtube_partner_v1/classes.rb in google-api-client-0.11.0

- old
+ new

@@ -941,21 +941,21 @@ class LongestMatch include Google::Apis::Core::Hashable # The duration of the longest match between the reference and the user video. # Corresponds to the JSON property `durationSecs` - # @return [String] + # @return [Fixnum] attr_accessor :duration_secs # The offset in seconds into the reference at which the longest match began. # Corresponds to the JSON property `referenceOffset` - # @return [String] + # @return [Fixnum] attr_accessor :reference_offset # The offset in seconds into the user video at which the longest match began. # Corresponds to the JSON property `userVideoOffset` - # @return [String] + # @return [Fixnum] attr_accessor :user_video_offset def initialize(**args) update!(**args) end @@ -975,17 +975,17 @@ include Google::Apis::Core::Hashable # The total amount of content in the reference which matched the user video in # seconds. # Corresponds to the JSON property `referenceDurationSecs` - # @return [String] + # @return [Fixnum] attr_accessor :reference_duration_secs # The total amount of content in the user video which matched the reference in # seconds. # Corresponds to the JSON property `userVideoDurationSecs` - # @return [String] + # @return [Fixnum] attr_accessor :user_video_duration_secs def initialize(**args) update!(**args) end @@ -1336,11 +1336,11 @@ # @return [String] attr_accessor :video_title # Number of views for the claimed video. # Corresponds to the JSON property `videoViews` - # @return [String] + # @return [Fixnum] attr_accessor :video_views def initialize(**args) update!(**args) end @@ -1689,11 +1689,11 @@ # then the property value can specify the time when the cuepoint should be # inserted. See the Getting started guide for more details. # Note: If your broadcast had a testing phase, the offset is measured from the # time that the testing phase began. # Corresponds to the JSON property `offsetTimeMs` - # @return [String] + # @return [Fixnum] attr_accessor :offset_time_ms # This value specifies the wall clock time at which the cuepoint should be # inserted. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sssZ) format. # Corresponds to the JSON property `walltime` @@ -3231,21 +3231,21 @@ class ReferenceConflictMatch include Google::Apis::Core::Hashable # Conflicting reference offset in milliseconds. # Corresponds to the JSON property `conflicting_reference_offset_ms` - # @return [String] + # @return [Fixnum] attr_accessor :conflicting_reference_offset_ms # Match length in milliseconds. # Corresponds to the JSON property `length_ms` - # @return [String] + # @return [Fixnum] attr_accessor :length_ms # Original reference offset in milliseconds. # Corresponds to the JSON property `original_reference_offset_ms` - # @return [String] + # @return [Fixnum] attr_accessor :original_reference_offset_ms # The referenceConflictMatch's type. # Corresponds to the JSON property `type` # @return [String] @@ -3453,22 +3453,22 @@ class Segment include Google::Apis::Core::Hashable # The duration of the segment in milliseconds. # Corresponds to the JSON property `duration` - # @return [String] + # @return [Fixnum] attr_accessor :duration # The type of the API resource. For segment resources, the value is # youtubePartner#segment. # Corresponds to the JSON property `kind` # @return [String] attr_accessor :kind # The start time of the segment, measured in milliseconds from the beginning. # Corresponds to the JSON property `start` - # @return [String] + # @return [Fixnum] attr_accessor :start def initialize(**args) update!(**args) end @@ -3527,10 +3527,10 @@ # @return [String] attr_accessor :state # The time that the state transition occurred. # Corresponds to the JSON property `timeCompleted` - # @return [String] + # @return [Fixnum] attr_accessor :time_completed def initialize(**args) update!(**args) end