Returns the customModules Resource.
Returns the effectiveCustomModules Resource.
Close httplib2 connections.
validateCustomModule(parent, body=None, x__xgafv=None)
close()
Close httplib2 connections.
validateCustomModule(parent, body=None, x__xgafv=None)
Args:
parent: string, A parameter (required)
body: object, The request body.
The object takes the form of:
{
"rawText": "A String",
"type": "A String",
}
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
"errors": {
"errors": [
{
"description": "A String",
"end": {
"columnNumber": 42,
"lineNumber": 42,
},
"fieldPath": "A String",
"start": {
"columnNumber": 42,
"lineNumber": 42,
},
},
],
},
}