REST Resource: referenceConflicts

Resource: ReferenceConflict

A referenceConflict resource identifies a conflict between two reference files and lists the matches that existed between those files when the conflict was identified.

JSON representation
 { 
 "kind" 
 : 
 string 
 , 
 "status" 
 : 
 string 
 , 
 "expiryTime" 
 : 
 string 
 , 
 "matches" 
 : 
 [ 
 { 
 object (  ReferenceConflictMatch 
 
) 
 } 
 ] 
 , 
 "id" 
 : 
 string 
 , 
 "conflictingReferenceId" 
 : 
 string 
 , 
 "originalReferenceId" 
 : 
 string 
 } 
Fields
kind

string

The type of the API resource. For referenceConflict resources, the value is youtubePartner#referenceConflict .

status

string

The referenceConflict's status.

expiryTime

string

Conflict review expiry time.

matches[]

object ( ReferenceConflictMatch )

The list of matches between conflicting and original references at the time of conflict creation.

id

string

A value that YouTube assigns and uses to uniquely identify a reference conflict.

conflictingReferenceId

string

An id of a conflicting reference.

originalReferenceId

string

An id of an original reference.

ReferenceConflictMatch

Represents conflict between two references.

JSON representation
 { 
 "type" 
 : 
 string 
 , 
 "length_ms" 
 : 
 string 
 , 
 "conflicting_reference_offset_ms" 
 : 
 string 
 , 
 "original_reference_offset_ms" 
 : 
 string 
 } 
Fields
type

string

The referenceConflictMatch's type.

length_ms

string ( int64 format)

Match length in milliseconds.

conflicting_reference_offset_ms

string ( int64 format)

Conflicting reference offset in milliseconds.

original_reference_offset_ms

string ( int64 format)

Original reference offset in milliseconds.

Methods

get

Retrieves information about the specified reference conflict.

list

Retrieves a list of unresolved reference conflicts.
Create a Mobile Website
View Site in Mobile | Classic
Share by: