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 ( |
Fields | |
---|---|
kind |
The type of the API resource. For |
status |
The referenceConflict's status. |
expiryTime |
Conflict review expiry time. |
matches[] |
The list of matches between conflicting and original references at the time of conflict creation. |
id |
A value that YouTube assigns and uses to uniquely identify a reference conflict. |
conflictingReferenceId |
An id of a conflicting reference. |
originalReferenceId |
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 |
The referenceConflictMatch's type. |
length_ms |
Match length in milliseconds. |
conflicting_reference_offset_ms |
Conflicting reference offset in milliseconds. |
original_reference_offset_ms |
Original reference offset in milliseconds. |
Methods |
|
---|---|
|
Retrieves information about the specified reference conflict. |
|
Retrieves a list of unresolved reference conflicts. |