GData.YouTubeState¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
A URI for a YouTube Help Center page. |
||
r/w/co |
A human-readable description of why the video failed to upload. |
||
r/w/co |
The name of the status of the unpublished video. |
||
r/w/co |
The reason code explaining why the video failed to upload. |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class GData.YouTubeState(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
All the fields in the
GData.YouTubeState
structure are private and should never be accessed directly.- get_help_uri()¶
-
Gets the
GData.YouTubeState
:help-uri
property.New in version 0.4.0.
- get_message()¶
-
Gets the
GData.YouTubeState
:message
property.New in version 0.4.0.
- get_name()¶
- Returns:
the status name
- Return type:
Gets the
GData.YouTubeState
:name
property.New in version 0.4.0.
- get_reason_code()¶
-
Gets the
GData.YouTubeState
:reason-code
property.New in version 0.4.0.
Property Details¶
- GData.YouTubeState.props.help_uri¶
- Name:
help-uri
- Type:
- Default Value:
- Flags:
A URI for a YouTube Help Center page that may help the developer or the video owner to diagnose the reason that an upload failed or was rejected.
For more information, see the
New in version 0.4.0.
- GData.YouTubeState.props.message¶
- Name:
message
- Type:
- Default Value:
- Flags:
A human-readable description of why the video failed to upload.
For more information, see the
New in version 0.4.0.
- GData.YouTubeState.props.name¶
- Name:
name
- Type:
- Default Value:
- Flags:
The name of the status of the unpublished video. Valid values are: “processing”, “restricted”, “deleted”, “rejected” and “failed”.
For more information, see the
New in version 0.4.0.
- GData.YouTubeState.props.reason_code¶
- Name:
reason-code
- Type:
- Default Value:
- Flags:
The reason code explaining why the video failed to upload.
For more information, see the
New in version 0.4.0.