Close httplib2 connections.
Hashes the given Client ID.
close()
Close httplib2 connections.
hashClientId(body=None)
Hashes the given Client ID. Args: body: object, The request body. The object takes the form of: { # JSON template for a hash Client Id request resource. "clientId": "A String", "kind": "analytics#hashClientIdRequest", "webPropertyId": "A String", } Returns: An object of the form: { # JSON template for a hash Client Id response resource. "clientId": "A String", "hashedClientId": "A String", "kind": "analytics#hashClientIdResponse", "webPropertyId": "A String", }