Close httplib2 connections.
list(name, filter=None, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)
Retrieves the next page of results.
cancel(name, x__xgafv=None)
Args:
name: string, A parameter (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
}
close()
Close httplib2 connections.
get(name, x__xgafv=None)
Args:
name: string, A parameter (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
"done": True or False,
"error": {
"code": 42,
"details": [
{
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
],
"message": "A String",
},
"metadata": {
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
"name": "A String",
"response": {
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
}
list(name, filter=None, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)
Args:
name: string, A parameter (required)
filter: string, A parameter
pageSize: integer, A parameter
pageToken: string, A parameter
returnPartialSuccess: boolean, A parameter
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
"nextPageToken": "A String",
"operations": [
{
"done": True or False,
"error": {
"code": 42,
"details": [
{
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
],
"message": "A String",
},
"metadata": {
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
"name": "A String",
"response": {
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
},
],
"unreachable": [
"A String",
],
}
list_next()
Retrieves the next page of results.
Args:
previous_request: The request for the previous page. (required)
previous_response: The response from the request for the previous page. (required)
Returns:
A request object that you can call 'execute()' on to request the next
page. Returns None if there are no more items in the collection.