Close httplib2 connections.
listOfflineMetadata(cpksver, x__xgafv=None)
Returns a list of offline dictionary metadata available
close()
Close httplib2 connections.
listOfflineMetadata(cpksver, x__xgafv=None)
Returns a list of offline dictionary metadata available Args: cpksver: string, The device/version ID from which to request the data. (required) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { "items": [ # A list of offline dictionary metadata. { "download_url": "A String", "encrypted_key": "A String", "language": "A String", "size": "A String", "version": "A String", }, ], "kind": "A String", # Resource type. }