Close httplib2 connections.
Enumerates the regions for which Connector Platform is provisioned.
close()
  Close httplib2 connections.
enumerate(x__xgafv=None)
  Enumerates the regions for which Connector Platform is provisioned.
Args:
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format
Returns:
  An object of the form:
    { # Response containing all provisioned regions for Connector Platform.
  "regions": [ # All regions where Connector Platform is provisioned.
    "A String",
  ],
}