GData.Batchable

g GData.Batchable GData.Batchable GObject.GInterface GObject.GInterface GObject.GInterface->GData.Batchable

Implementations:

GData.CalendarService, GData.ContactsService, GData.DocumentsService, GData.YouTubeService

Methods

create_operation (domain, feed_uri)

Virtual Methods

None

Properties

None

Signals

None

Fields

None

Class Details

class GData.Batchable
Bases:

GObject.GInterface

Structure:

GData.BatchableIface

All the fields in the GData.Batchable structure are private and should never be accessed directly.

New in version 0.7.0.

create_operation(domain, feed_uri)
Parameters:
Returns:

a new GData.BatchOperation; unref with GObject.Object.unref()

Return type:

GData.BatchOperation

Creates a new GData.BatchOperation for the given GData.Batchable service, and with the given feed_uri. feed_uri is normally the GData.LINK_BATCH link URI in the appropriate GData.Feed from the service. If authorization will be required to perform any of the requests in the batch operation, domain must be non-None, and must be an authorization domain which covers all of the requests. Otherwise, domain may be None if authorization is not required.

New in version 0.9.0.