Cloud Search API

Instance Methods

debug()

Returns the debug Resource.

indexing()

Returns the indexing Resource.

media()

Returns the media Resource.

operations()

Returns the operations Resource.

query()

Returns the query Resource.

settings()

Returns the settings Resource.

stats()

Returns the stats Resource.

v1()

Returns the v1 Resource.

close()

Close httplib2 connections.

new_batch_http_request(callback=None)

Create a BatchHttpRequest object based on the discovery document.

Method Details

close()
Close httplib2 connections.
new_batch_http_request(callback=None)
Create a BatchHttpRequest object based on the discovery document.

Args:
  callback: callable, A callback to be called for each response, of the
    form callback(id, response, exception). The first parameter is the
    request id, and the second is the deserialized response object. The
    third is an apiclient.errors.HttpError exception object if an HTTP
    error occurred while processing the request, or None if no error
    occurred.

Returns:
  A BatchHttpRequest object based on the discovery document.