Close httplib2 connections.
patch(name, body=None, updateMask=None, x__xgafv=None)
close()
Close httplib2 connections.
delete(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:
{
}
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:
{
"createTime": "A String",
"description": "A String",
"displayName": "A String",
"expiryTime": "A String",
"filter": "A String",
"mostRecentEditor": "A String",
"name": "A String",
"type": "A String",
"updateTime": "A String",
}
patch(name, body=None, updateMask=None, x__xgafv=None)
Args:
name: string, A parameter (required)
body: object, The request body.
The object takes the form of:
{
"createTime": "A String",
"description": "A String",
"displayName": "A String",
"expiryTime": "A String",
"filter": "A String",
"mostRecentEditor": "A String",
"name": "A String",
"type": "A String",
"updateTime": "A String",
}
updateMask: string, A parameter
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
"createTime": "A String",
"description": "A String",
"displayName": "A String",
"expiryTime": "A String",
"filter": "A String",
"mostRecentEditor": "A String",
"name": "A String",
"type": "A String",
"updateTime": "A String",
}