Constants¶
Details¶
- GData.ACCESS_ROLE_NONE = 'none'¶
The users specified by the
GData.AccessRulehave no rights.New in version 0.7.0.
- GData.ACCESS_SCOPE_DEFAULT = 'default'¶
The
GData.AccessRuleapplies to all users.New in version 0.7.0.
- GData.ACCESS_SCOPE_DOMAIN = 'domain'¶
The
GData.AccessRuleapplies to all users in a Google Apps For Your Domain domain, given inGData.AccessRule:scope-value.New in version 0.7.0.
- GData.ACCESS_SCOPE_USER = 'user'¶
The
GData.AccessRuleapplies to a single individual, whose e-mail address is given inGData.AccessRule:scope-value.New in version 0.7.0.
- GData.CALENDAR_ACCESS_ROLE_EDITOR = 'http://schemas.google.com/gCal/2005#editor'¶
The users specified by the
GData.CalendarAccessRulehave full edit access to the calendar, except they can’t change the calendar’s access rules.New in version 0.7.0.
- GData.CALENDAR_ACCESS_ROLE_FREE_BUSY = 'http://schemas.google.com/gCal/2005#freebusy'¶
The users specified by the
GData.CalendarAccessRulecan only see the free/busy information on the calendar; not event details.New in version 0.7.0.
- GData.CALENDAR_ACCESS_ROLE_OWNER = 'http://schemas.google.com/gCal/2005#owner'¶
The users specified by the
GData.CalendarAccessRulehave full owner access to the calendar.New in version 0.7.0.
- GData.CALENDAR_ACCESS_ROLE_READ = 'http://schemas.google.com/gCal/2005#read'¶
The users specified by the
GData.CalendarAccessRulehave read-only access to the calendar.New in version 0.7.0.
- GData.CALENDAR_ACCESS_ROLE_ROOT = 'http://schemas.google.com/gCal/2005#root'¶
The users specified by the
GData.CalendarAccessRulehave full administrator access to the calendar server. This is only available in Google Apps For Your Domain.New in version 0.7.0.
- GData.CATEGORY_SCHEMA_LABELS = 'http://schemas.google.com/g/2005/labels'¶
A schema for categories which label the entry they’re applied to in some way, such as starring it. The semantics of the various labels (such as %GDATA_CATEGORY_SCHEMA_LABELS_STARRED) are service-specific.
New in version 0.11.0.
- GData.CONTACTS_GENDER_FEMALE = 'female'¶
The contact is female.
New in version 0.7.0.
- GData.CONTACTS_GENDER_MALE = 'male'¶
The contact is male.
New in version 0.7.0.
- GData.CONTACTS_GROUP_CONTACTS = 'Contacts'¶
The system group ID for the “My Contacts” system group.
New in version 0.7.0.
- GData.CONTACTS_GROUP_COWORKERS = 'Coworkers'¶
The system group ID for the “Coworkers” system group.
New in version 0.7.0.
- GData.CONTACTS_GROUP_FAMILY = 'Family'¶
The system group ID for the “Family” system group.
New in version 0.7.0.
- GData.CONTACTS_GROUP_FRIENDS = 'Friends'¶
The system group ID for the “Friends” system group.
New in version 0.7.0.
- GData.CONTACTS_PRIORITY_HIGH = 'high'¶
The contact is of high importance.
New in version 0.7.0.
- GData.CONTACTS_PRIORITY_LOW = 'low'¶
The contact is of low importance.
New in version 0.7.0.
- GData.CONTACTS_PRIORITY_NORMAL = 'normal'¶
The contact is of normal importance.
New in version 0.7.0.
- GData.CONTACTS_SENSITIVITY_CONFIDENTIAL = 'confidential'¶
The contact’s data is confidential.
New in version 0.7.0.
- GData.CONTACTS_SENSITIVITY_NORMAL = 'normal'¶
The contact’s data is of normal sensitivity.
New in version 0.7.0.
- GData.CONTACTS_SENSITIVITY_PERSONAL = 'personal'¶
The contact’s data is personal.
New in version 0.7.0.
- GData.CONTACTS_SENSITIVITY_PRIVATE = 'private'¶
The contact’s data is private.
New in version 0.7.0.
- GData.DOCUMENTS_ACCESS_ROLE_OWNER = 'owner'¶
The users specified by the
GData.AccessRulehave full owner access to the document. This allows them to modify the access rules and delete the document, amongst other things.New in version 0.7.0.
- GData.DOCUMENTS_ACCESS_ROLE_READER = 'reader'¶
The users specified by the
GData.AccessRulehave read-only access to the document.New in version 0.7.0.
- GData.DOCUMENTS_ACCESS_ROLE_WRITER = 'writer'¶
The users specified by the
GData.AccessRulehave write access to the document. They cannot modify the access rules or delete the document.New in version 0.7.0.
- GData.DOCUMENTS_DRAWING_JPEG = 'jpeg'¶
The export format for JPEG image format.
For more information, see the
New in version 0.13.1.
- GData.DOCUMENTS_DRAWING_PDF = 'pdf'¶
The export format for Portable Document Format (PDF).
For more information, see the
New in version 0.13.1.
- GData.DOCUMENTS_DRAWING_PNG = 'png'¶
The export format for Portable Network Graphics (PNG) image format.
For more information, see the
New in version 0.13.1.
- GData.DOCUMENTS_DRAWING_SVG = 'svg'¶
The export format for Scalable Vector Graphics (SVG) image format.
For more information, see the
New in version 0.13.1.
- GData.DOCUMENTS_PRESENTATION_PDF = 'pdf'¶
The export format for Portable Document Format (PDF).
For more information, see the
New in version 0.7.0.
- GData.DOCUMENTS_PRESENTATION_PNG = 'png'¶
The export format for Portable Network Graphics (PNG) image format.
For more information, see the
New in version 0.7.0.
- GData.DOCUMENTS_PRESENTATION_PPT = 'ppt'¶
The export format for Microsoft PowerPoint (PPT) format.
For more information, see the
New in version 0.7.0.
- GData.DOCUMENTS_PRESENTATION_SWF = 'swf'¶
The export format for Adobe Flash (SWF) format.
For more information, see the
New in version 0.7.0.
Deprecated since version 0.11.0: SWF export has been deprecated in the protocol due to low demand for it; PDF export (using
GData.DOCUMENTS_PRESENTATION_PDF) is recommended instead.
- GData.DOCUMENTS_PRESENTATION_TXT = 'txt'¶
The export format for plain text format.
For more information, see the
New in version 0.7.0.
- GData.DOCUMENTS_PROPERTY_VISIBILITY_PRIVATE = 'PRIVATE'¶
The
GData.DocumentsPropertyhaving the visibility set toFalse(default) corresponds to having the visibility property on a Drive Property Resource set to “PRIVATE”. This makes the Property Resource accessible only by the app that created it.New in version 0.17.11.
- GData.DOCUMENTS_PROPERTY_VISIBILITY_PUBLIC = 'PUBLIC'¶
The
GData.DocumentsPropertyhaving the visibility set toTruecorresponds to having the visibility property on a Drive Property Resource set to “PUBLIC”. This makes the Property Resource visible to other apps.New in version 0.17.11.
- GData.DOCUMENTS_SPREADSHEET_CSV = 'csv'¶
The export format for Comma-Separated Values (CSV) format.
For more information, see the
New in version 0.7.0.
- GData.DOCUMENTS_SPREADSHEET_HTML = 'html'¶
The export format for HyperText Markup Language (HTML) format.
For more information, see the
New in version 0.7.0.
- GData.DOCUMENTS_SPREADSHEET_ODS = 'ods'¶
The export format for OpenDocument Spreadsheet (ODS) format.
For more information, see the
New in version 0.7.0.
- GData.DOCUMENTS_SPREADSHEET_PDF = 'pdf'¶
The export format for Portable Document Format (PDF).
For more information, see the
New in version 0.7.0.
- GData.DOCUMENTS_SPREADSHEET_TSV = 'tsv'¶
The export format for Tab-Separated Values (TSV) format.
For more information, see the
New in version 0.7.0.
- GData.DOCUMENTS_SPREADSHEET_XLS = 'xls'¶
The export format for Microsoft Excel spreadsheet (XLS) format.
For more information, see the
New in version 0.7.0.
- GData.DOCUMENTS_TEXT_DOC = 'doc'¶
The export format for Microsoft Word (DOC) format.
For more information, see the
New in version 0.7.0.
- GData.DOCUMENTS_TEXT_HTML = 'html'¶
The export format for HyperText Markup Language (HTML) format.
For more information, see the
New in version 0.7.0.
- GData.DOCUMENTS_TEXT_JPEG = 'jpeg'¶
The export format for JPEG image format.
For more information, see the
New in version 0.13.0.
- GData.DOCUMENTS_TEXT_ODT = 'odt'¶
The export format for OpenDocument Text (ODT) format.
For more information, see the
New in version 0.7.0.
- GData.DOCUMENTS_TEXT_PDF = 'pdf'¶
The export format for Portable Document Format (PDF).
For more information, see the
New in version 0.7.0.
- GData.DOCUMENTS_TEXT_PNG = 'png'¶
The export format for Portable Network Graphics (PNG) image format.
For more information, see the
New in version 0.7.0.
- GData.DOCUMENTS_TEXT_RTF = 'rtf'¶
The export format for Rich Text Format (RTF).
For more information, see the
New in version 0.7.0.
- GData.DOCUMENTS_TEXT_TXT = 'txt'¶
The export format for plain text format.
For more information, see the
New in version 0.7.0.
- GData.DOCUMENTS_TEXT_ZIP = 'zip'¶
The export format for a ZIP archive containing images and exported HTML.
For more information, see the
New in version 0.7.0.
- GData.GCONTACT_CALENDAR_FREE_BUSY = 'free-busy'¶
The relation type URI for a contact’s free/busy calendar.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_CALENDAR_HOME = 'home'¶
The relation type URI for a contact’s home calendar.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_CALENDAR_WORK = 'work'¶
The relation type URI for a contact’s work calendar.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_EVENT_ANNIVERSARY = 'anniversary'¶
The relation type URI for an anniversary event.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_EVENT_OTHER = 'other'¶
The relation type URI for a miscellaneous event.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_EXTERNAL_ID_ACCOUNT = 'account'¶
The relation type URI for an account number identifier.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_EXTERNAL_ID_CUSTOMER = 'customer'¶
The relation type URI for a customer identifier.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_EXTERNAL_ID_NETWORK = 'network'¶
The relation type URI for a network identifier.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_EXTERNAL_ID_ORGANIZATION = 'organization'¶
The relation type URI for an identifier related to an organization the contact is associated with.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_JOT_HOME = 'home'¶
The relation type URI for a jot about a contact’s home.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_JOT_KEYWORDS = 'keywords'¶
The relation type URI for a jot with keywords about a contact.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_JOT_OTHER = 'other'¶
The relation type URI for a jot about an other facet of a contact.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_JOT_USER = 'user'¶
The relation type URI for a jot about the relationship between a contact and the user.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_JOT_WORK = 'work'¶
The relation type URI for a jot about a contact’s work.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_RELATION_ASSISTANT = 'assistant'¶
The relation type URI for a contact’s assistant.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_RELATION_BROTHER = 'brother'¶
The relation type URI for a contact’s brother.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_RELATION_CHILD = 'child'¶
The relation type URI for a contact’s child.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_RELATION_DOMESTIC_PARTNER = 'domestic-partner'¶
The relation type URI for a contact’s domestic partner.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_RELATION_FATHER = 'father'¶
The relation type URI for a contact’s father.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_RELATION_FRIEND = 'friend'¶
The relation type URI for a contact’s friend.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_RELATION_MANAGER = 'manager'¶
The relation type URI for a contact’s manager.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_RELATION_MOTHER = 'mother'¶
The relation type URI for a contact’s mother.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_RELATION_PARENT = 'parent'¶
The relation type URI for a contact’s parent.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_RELATION_PARTNER = 'partner'¶
The relation type URI for a contact’s business partner.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_RELATION_REFERRER = 'referred-by'¶
The relation type URI for a contact’s referrer.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_RELATION_RELATIVE = 'relative'¶
The relation type URI for a contact’s (general) family relative.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_RELATION_SISTER = 'sister'¶
The relation type URI for a contact’s sister.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_RELATION_SPOUSE = 'spouse'¶
The relation type URI for a contact’s spouse.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_WEBSITE_BLOG = 'blog'¶
The relation type URI for a contact’s blog.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_WEBSITE_FTP = 'ftp'¶
The relation type URI for a contact’s FTP site.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_WEBSITE_HOME = 'home'¶
The relation type URI for a contact’s home website.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_WEBSITE_HOME_PAGE = 'home-page'¶
The relation type URI for a contact’s home page.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_WEBSITE_OTHER = 'other'¶
The relation type URI for a miscellaneous website of the contact.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_WEBSITE_PROFILE = 'profile'¶
The relation type URI for a contact’s online profile.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GCONTACT_WEBSITE_WORK = 'work'¶
The relation type URI for a contact’s work website.
For more information, see the gContact specification.
New in version 0.7.0.
- GData.GD_ADDRESS_USAGE_GENERAL = 'http://schemas.google.com/g/2005#general'¶
The address is for general usage. Value for
GData.GDPostalAddress:usage.New in version 0.5.0.
- GData.GD_ADDRESS_USAGE_LOCAL = 'http://schemas.google.com/g/2005#local'¶
The address is for local usage. Value for
GData.GDPostalAddress:usage.New in version 0.5.0.
- GData.GD_EMAIL_ADDRESS_HOME = 'http://schemas.google.com/g/2005#home'¶
The relation type URI for a home e-mail address.
New in version 0.7.0.
- GData.GD_EMAIL_ADDRESS_OTHER = 'http://schemas.google.com/g/2005#other'¶
The relation type URI for a miscellaneous e-mail address.
New in version 0.7.0.
- GData.GD_EMAIL_ADDRESS_WORK = 'http://schemas.google.com/g/2005#work'¶
The relation type URI for a work e-mail address.
New in version 0.7.0.
- GData.GD_EVENT_STATUS_CANCELED = 'http://schemas.google.com/g/2005#event.canceled'¶
The event has been canceled.
New in version 0.7.0.
- GData.GD_EVENT_STATUS_CONFIRMED = 'http://schemas.google.com/g/2005#event.confirmed'¶
The event has been planned and confirmed.
New in version 0.7.0.
- GData.GD_EVENT_STATUS_TENTATIVE = 'http://schemas.google.com/g/2005#event.tentative'¶
The event has been planned, but only tentatively scheduled.
New in version 0.7.0.
- GData.GD_EVENT_TRANSPARENCY_OPAQUE = 'http://schemas.google.com/g/2005#event.opaque'¶
The event consumes time in calendars; its time will be marked as busy in a free/busy search.
New in version 0.7.0.
- GData.GD_EVENT_TRANSPARENCY_TRANSPARENT = 'http://schemas.google.com/g/2005#event.transparent'¶
The event does not consume time in calendars; its time will be not marked as busy in a free/busy search.
New in version 0.7.0.
- GData.GD_EVENT_VISIBILITY_CONFIDENTIAL = 'http://schemas.google.com/g/2005#event.confidential'¶
The event is visible to only certain people.
New in version 0.7.0.
- GData.GD_EVENT_VISIBILITY_DEFAULT = 'http://schemas.google.com/g/2005#event.default'¶
The event’s visibility is inherited from the preferences of its owner.
New in version 0.7.0.
- GData.GD_EVENT_VISIBILITY_PRIVATE = 'http://schemas.google.com/g/2005#event.private'¶
The event is visible to very few people.
New in version 0.7.0.
- GData.GD_EVENT_VISIBILITY_PUBLIC = 'http://schemas.google.com/g/2005#event.public'¶
The event is visible to most people.
New in version 0.7.0.
- GData.GD_IM_ADDRESS_HOME = 'http://schemas.google.com/g/2005#home'¶
The relation type URI for a home IM address.
New in version 0.7.0.
- GData.GD_IM_ADDRESS_NETMEETING = 'http://schemas.google.com/g/2005#netmeeting'¶
The relation type URI for a Microsoft NetMeeting IM address.
New in version 0.7.0.
- GData.GD_IM_ADDRESS_OTHER = 'http://schemas.google.com/g/2005#other'¶
The relation type URI for a miscellaneous IM address.
New in version 0.7.0.
- GData.GD_IM_ADDRESS_WORK = 'http://schemas.google.com/g/2005#work'¶
The relation type URI for a work IM address.
New in version 0.7.0.
- GData.GD_IM_PROTOCOL_AIM = 'http://schemas.google.com/g/2005#AIM'¶
The protocol type URI for an AIM IM address.
New in version 0.7.0.
- GData.GD_IM_PROTOCOL_GOOGLE_TALK = 'http://schemas.google.com/g/2005#GOOGLE_TALK'¶
The protocol type URI for a Google Talk IM address.
New in version 0.7.0.
- GData.GD_IM_PROTOCOL_ICQ = 'http://schemas.google.com/g/2005#ICQ'¶
The protocol type URI for an ICQ IM address.
New in version 0.7.0.
- GData.GD_IM_PROTOCOL_JABBER = 'http://schemas.google.com/g/2005#JABBER'¶
The protocol type URI for a Jabber IM address.
New in version 0.7.0.
- GData.GD_IM_PROTOCOL_LIVE_MESSENGER = 'http://schemas.google.com/g/2005#MSN'¶
The protocol type URI for an Windows Live Messenger IM address.
New in version 0.7.0.
- GData.GD_IM_PROTOCOL_QQ = 'http://schemas.google.com/g/2005#QQ'¶
The protocol type URI for a QQ IM address.
New in version 0.7.0.
- GData.GD_IM_PROTOCOL_SKYPE = 'http://schemas.google.com/g/2005#SKYPE'¶
The protocol type URI for a Skype IM address.
New in version 0.7.0.
- GData.GD_IM_PROTOCOL_YAHOO_MESSENGER = 'http://schemas.google.com/g/2005#YAHOO'¶
The protocol type URI for a Yahoo! Messenger IM address.
New in version 0.7.0.
- GData.GD_MAIL_CLASS_BOTH = 'http://schemas.google.com/g/2005#both'¶
Parcels and letters can be sent to the address. Value for
GData.GDPostalAddress:mail-class.New in version 0.5.0.
- GData.GD_MAIL_CLASS_LETTERS = 'http://schemas.google.com/g/2005#letters'¶
Only letters can be sent to the address. Value for
GData.GDPostalAddress:mail-class.New in version 0.5.0.
- GData.GD_MAIL_CLASS_NEITHER = 'http://schemas.google.com/g/2005#neither'¶
Address is purely locational and cannot be used for mail. Value for
GData.GDPostalAddress:mail-class.New in version 0.5.0.
- GData.GD_MAIL_CLASS_PARCELS = 'http://schemas.google.com/g/2005#parcels'¶
Only parcels can be sent to the address. Value for
GData.GDPostalAddress:mail-class.New in version 0.5.0.
- GData.GD_ORGANIZATION_OTHER = 'http://schemas.google.com/g/2005#other'¶
The relation type URI for a miscellaneous organization.
New in version 0.7.0.
- GData.GD_ORGANIZATION_WORK = 'http://schemas.google.com/g/2005#work'¶
The relation type URI for a work organization.
New in version 0.7.0.
- GData.GD_PHONE_NUMBER_ASSISTANT = 'http://schemas.google.com/g/2005#assistant'¶
The relation type URI for the phone number of an assistant.
New in version 0.7.0.
- GData.GD_PHONE_NUMBER_CALLBACK = 'http://schemas.google.com/g/2005#callback'¶
The relation type URI for the phone number of a callback service.
New in version 0.7.0.
- GData.GD_PHONE_NUMBER_CAR = 'http://schemas.google.com/g/2005#car'¶
The relation type URI for the phone number of a car phone.
New in version 0.7.0.
- GData.GD_PHONE_NUMBER_COMPANY_MAIN = 'http://schemas.google.com/g/2005#company_main'¶
The relation type URI for the main phone number of a company.
New in version 0.7.0.
- GData.GD_PHONE_NUMBER_FAX = 'http://schemas.google.com/g/2005#fax'¶
The relation type URI for the phone number of a fax machine.
New in version 0.7.0.
- GData.GD_PHONE_NUMBER_HOME = 'http://schemas.google.com/g/2005#home'¶
The relation type URI for a home phone number.
New in version 0.7.0.
- GData.GD_PHONE_NUMBER_HOME_FAX = 'http://schemas.google.com/g/2005#home_fax'¶
The relation type URI for the phone number of a home fax machine.
New in version 0.7.0.
- GData.GD_PHONE_NUMBER_ISDN = 'http://schemas.google.com/g/2005#isdn'¶
The relation type URI for the phone number of an ISDN phone.
New in version 0.7.0.
- GData.GD_PHONE_NUMBER_MAIN = 'http://schemas.google.com/g/2005#main'¶
The relation type URI for the main phone number of a person.
New in version 0.7.0.
- GData.GD_PHONE_NUMBER_MOBILE = 'http://schemas.google.com/g/2005#mobile'¶
The relation type URI for the phone number of a mobile phone.
New in version 0.7.0.
- GData.GD_PHONE_NUMBER_OTHER = 'http://schemas.google.com/g/2005#other'¶
The relation type URI for a miscellaneous phone number.
New in version 0.7.0.
- GData.GD_PHONE_NUMBER_OTHER_FAX = 'http://schemas.google.com/g/2005#other_fax'¶
The relation type URI for a miscellaneous fax machine’s phone number.
New in version 0.7.0.
- GData.GD_PHONE_NUMBER_PAGER = 'http://schemas.google.com/g/2005#pager'¶
The relation type URI for the phone number of a pager.
New in version 0.7.0.
- GData.GD_PHONE_NUMBER_RADIO = 'http://schemas.google.com/g/2005#radio'¶
The relation type URI for the phone number of a radio phone.
New in version 0.7.0.
- GData.GD_PHONE_NUMBER_TELEX = 'http://schemas.google.com/g/2005#telex'¶
The relation type URI for the phone number of a telex machine.
New in version 0.7.0.
- GData.GD_PHONE_NUMBER_TTY_TDD = 'http://schemas.google.com/g/2005#tty_tdd'¶
The relation type URI for the phone number of a TTY TTD.
New in version 0.7.0.
- GData.GD_PHONE_NUMBER_WORK = 'http://schemas.google.com/g/2005#work'¶
The relation type URI for the phone number of a work place.
New in version 0.7.0.
- GData.GD_PHONE_NUMBER_WORK_FAX = 'http://schemas.google.com/g/2005#work_fax'¶
The relation type URI for the phone number of a work fax machine.
New in version 0.7.0.
- GData.GD_PHONE_NUMBER_WORK_MOBILE = 'http://schemas.google.com/g/2005#work_mobile'¶
The relation type URI for the phone number of a work mobile phone.
New in version 0.7.0.
- GData.GD_PHONE_NUMBER_WORK_PAGER = 'http://schemas.google.com/g/2005#work_pager'¶
The relation type URI for the phone number of a work pager.
New in version 0.7.0.
- GData.GD_POSTAL_ADDRESS_HOME = 'http://schemas.google.com/g/2005#home'¶
The relation type URI for the postal address of a home.
New in version 0.7.0.
- GData.GD_POSTAL_ADDRESS_OTHER = 'http://schemas.google.com/g/2005#other'¶
The relation type URI for a miscellaneous postal address.
New in version 0.7.0.
- GData.GD_POSTAL_ADDRESS_WORK = 'http://schemas.google.com/g/2005#work'¶
The relation type URI for the postal address of a workplace.
New in version 0.7.0.
- GData.GD_REMINDER_ALERT = 'alert'¶
The
GData.GDReminder:methodfor an alert to appear in the user’s browser.New in version 0.7.0.
- GData.GD_REMINDER_EMAIL = 'email'¶
The
GData.GDReminder:methodfor an alert to be sent to the user by e-mail.New in version 0.7.0.
- GData.GD_REMINDER_SMS = 'sms'¶
The
GData.GDReminder:methodfor an alert to be sent to the user by SMS.New in version 0.7.0.
- GData.GD_WHERE_EVENT = 'http://schemas.google.com/g/2005#event'¶
The relation type URI for an event location.
New in version 0.7.0.
- GData.GD_WHERE_EVENT_ALTERNATE = 'http://schemas.google.com/g/2005#event.alternate'¶
The relation type URI for an alternate event location, such as a video conference site.
New in version 0.7.0.
- GData.GD_WHERE_EVENT_PARKING = 'http://schemas.google.com/g/2005#event.parking'¶
The relation type URI for an event’s parking lot.
New in version 0.7.0.
- GData.GD_WHO_EVENT_ATTENDEE = 'http://schemas.google.com/g/2005#event.attendee'¶
The relation type URI for a general meeting or event attendee.
New in version 0.7.0.
- GData.GD_WHO_EVENT_ORGANIZER = 'http://schemas.google.com/g/2005#event.organizer'¶
The relation type URI for an event organizer (not necessarily an attendee).
New in version 0.7.0.
- GData.GD_WHO_EVENT_PERFORMER = 'http://schemas.google.com/g/2005#event.performer'¶
The relation type URI for an event performer, which is similar to
GData.GD_WHO_EVENT_SPEAKER, but with more emphasis on art rather than speaking.New in version 0.7.0.
- GData.GD_WHO_EVENT_SPEAKER = 'http://schemas.google.com/g/2005#event.speaker'¶
The relation type URI for a speaker at an event.
New in version 0.7.0.
- GData.LINK_ACCESS_CONTROL_LIST = 'http://schemas.google.com/acl/2007#accessControlList'¶
The relation type URI of the access control list location for this resource.
For more information, see the
New in version 0.7.0.
- GData.LINK_ALTERNATE = 'http://www.iana.org/assignments/relation/alternate'¶
The relation type URI for alternate resources to the current one.
For more information, see the Atom specification.
New in version 0.4.0.
- GData.LINK_BATCH = 'http://schemas.google.com/g/2005#batch'¶
The relation type URI for the batch operation URI for a given
GData.Feed.For more information, see the GData specification.
New in version 0.7.0.
- GData.LINK_EDIT = 'http://www.iana.org/assignments/relation/edit'¶
The relation type URI of the edit location for this resource.
For more information, see the Atom Publishing Protocol specification.
New in version 0.4.0.
- GData.LINK_EDIT_MEDIA = 'http://www.iana.org/assignments/relation/edit-media'¶
The relation type URI of the edit location for media resources attached to this resource.
For more information, see the
Atom Publishing Protocol specification.
New in version 0.4.0.
- GData.LINK_ENCLOSURE = 'http://www.iana.org/assignments/relation/enclosure'¶
The relation type URI for attached objects which may be large in size.
For more information, see the Atom specification.
New in version 0.4.0.
- GData.LINK_PARENT = 'http://schemas.google.com/docs/2007#parent'¶
The relation type URI of the of the location of the parent resource in a hierarchy of entries.
This is an undocumented
GLib.Data-specific addition to the Atom specification, and is not included in theGLib.Datadocumentation except in examples and in theNew in version 0.15.1.
- GData.LINK_RELATED = 'http://www.iana.org/assignments/relation/related'¶
The relation type URI for resources related to the current one.
For more information, see the Atom specification.
New in version 0.4.0.
- GData.LINK_RESUMABLE_CREATE_MEDIA = 'http://schemas.google.com/g/2005#resumable-create-media'¶
The relation type URI of the resumable upload location for resources attached to this resource.
For more information, see the
GData resumable upload protocol specification.
New in version 0.13.0.
- GData.LINK_RESUMABLE_EDIT_MEDIA = 'http://schemas.google.com/g/2005#resumable-edit-media'¶
The relation type URI of the resumable update location for resources attached to this resource.
For more information, see the
GData resumable upload protocol specification.
New in version 0.13.0.
- GData.LINK_SELF = 'http://www.iana.org/assignments/relation/self'¶
The relation type URI for the current resource.
For more information, see the Atom specification.
New in version 0.4.0.
- GData.LINK_VIA = 'http://www.iana.org/assignments/relation/via'¶
The relation type URI for the source document of the current resource.
For more information, see the Atom specification.
New in version 0.4.0.
- GData.MAJOR_VERSION = 0¶
Evaluates to the major version of the
GLib.Dataheaders at compile time. (e.g. in libgdata version 1.2.3 this is 1).New in version 0.11.0.
- GData.MICRO_VERSION = 1¶
Evaluates to the micro version of the
GLib.Dataheaders at compile time. (e.g. in libgdata version 1.2.3 this is 3).New in version 0.11.0.
- GData.MINOR_VERSION = 18¶
Evaluates to the minor version of the
GLib.Dataheaders at compile time. (e.g. in libgdata version 1.2.3 this is 2).New in version 0.11.0.
- GData.OAUTH2_REDIRECT_URI_OOB = 'urn:ietf:wg:oauth:2.0:oob'¶
OAuth 2 redirect URI for out-of-band authorisation code transfer, where the user is shown the authorisation code and asked to copy it.
See
reference documentation for details.
New in version 0.17.0.
- GData.OAUTH2_REDIRECT_URI_OOB_AUTO = 'urn:ietf:wg:oauth:2.0:oob:auto'¶
OAuth 2 redirect URI for out-of-band authorisation code transfer, where the user is not shown the authorisation code or asked to copy it.
See
reference documentation for details.
New in version 0.17.0.
- GData.PICASAWEB_VIDEO_STATUS_FAILED = 'failed'¶
There was an error while processing or thumbnailing the video and it should be deleted.
New in version 0.7.0.
- GData.PICASAWEB_VIDEO_STATUS_FINAL = 'final'¶
The video has been processed and thumbnailed.
New in version 0.7.0.
- GData.PICASAWEB_VIDEO_STATUS_PENDING = 'pending'¶
The video is still being processed.
New in version 0.7.0.
- GData.PICASAWEB_VIDEO_STATUS_READY = 'ready'¶
The video has been processed, but still needs thumbnailing.
New in version 0.7.0.
- GData.TASKS_STATUS_COMPLETED = 'completed'¶
A value for
GData.TasksTask:statusindicating the task has been completed.Reference:
New in version 0.16.0.
- GData.TASKS_STATUS_NEEDS_ACTION = 'needsAction'¶
A value for
GData.TasksTask:statusindicating the task still needs action before it is complete.Reference:
New in version 0.16.0.
- GData.YOUTUBE_ACTION_COMMENT = 'comment'¶
An action to comment on a video, for use with
GData.YouTubeVideo.set_access_control().New in version 0.7.0.
- GData.YOUTUBE_ACTION_COMMENT_VOTE = 'commentVote'¶
An action to rate other users’ comments on a video, for use with
GData.YouTubeVideo.set_access_control().New in version 0.7.0.
- GData.YOUTUBE_ACTION_EMBED = 'embed'¶
An action to embed a video on third-party websites, for use with
GData.YouTubeVideo.set_access_control().New in version 0.7.0.
- GData.YOUTUBE_ACTION_RATE = 'rate'¶
An action to rate a video, for use with
GData.YouTubeVideo.set_access_control().New in version 0.7.0.
- GData.YOUTUBE_ACTION_SYNDICATE = 'syndicate'¶
An action allowing YouTube to show the video on mobile phones and televisions, for use with
GData.YouTubeVideo.set_access_control().New in version 0.7.0.
- GData.YOUTUBE_ACTION_VIDEO_RESPOND = 'videoRespond'¶
An action to add a video response to a video, for use with
GData.YouTubeVideo.set_access_control().New in version 0.7.0.
- GData.YOUTUBE_ASPECT_RATIO_WIDESCREEN = 'widescreen'¶
The aspect ratio for widescreen (16:9) videos.
For more information, see the online documentation.
New in version 0.7.0.
- GData.YOUTUBE_CREDIT_ENTITY_PARTNER = 'partner'¶
The credited entity is a YouTube partner.
New in version 0.7.0.
Deprecated since version 0.17.0: This is no longer supported by Google. There is no replacement.
- GData.YOUTUBE_LICENSE_CC = 'cc'¶
Value for
GData.YouTubeQuery:licenseto restrict search results to only videos which are Creative Commons licensed. Specifically, the license is the Creative Commons Attribution 3.0 Unported license; see the <ulink type=”http” url=”http://www.google.com/support/youtube/bin/answer.py?hl=en&answer=1284989”>YouTube Help</ulink> for more information.New in version 0.11.0.
- GData.YOUTUBE_LICENSE_STANDARD = 'youtube'¶
Value for
GData.YouTubeQuery:licenseto restrict search results to only videos which are under the standard YouTube license.New in version 0.11.0.
- GData.YOUTUBE_RATING_TYPE_MPAA = 'mpaa'¶
A rating type to pass to
GData.YouTubeVideo.get_media_rating() for ratings by the MPAA. The values which can be returned for such ratings are: g, pg,pg-13, r and nc-17.
New in version 0.10.0.
- GData.YOUTUBE_RATING_TYPE_SIMPLE = 'simple'¶
A rating type to pass to
GData.YouTubeVideo.get_media_rating() for “simple” ratings. The values which can be returned for such ratings are:adult and nonadult.
New in version 0.10.0.
Deprecated since version 0.17.0: No longer supported by Google. Calling
GData.YouTubeVideo.get_media_rating() with this rating type will always returnNone.
- GData.YOUTUBE_RATING_TYPE_V_CHIP = 'v-chip'¶
A rating type to pass to
GData.YouTubeVideo.get_media_rating() for ratings following the FCCV-Chip system. The values which can be returned for such ratings are: tv-y, tv-y7, tv-y7-fv, tv-g, tv-pg, tv-14 and tv-ma.
New in version 0.10.0.