Close httplib2 connections.
  list(profileId, x__xgafv=None)
Retrieves a list of regions.
close()
  Close httplib2 connections.
list(profileId, x__xgafv=None)
  Retrieves a list of regions.
Args:
  profileId: string, User profile ID associated with this request. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format
Returns:
  An object of the form:
    { # Region List Response
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#regionsListResponse".
  "regions": [ # Region collection.
    { # Contains information about a region that can be targeted by ads.
      "countryCode": "A String", # Country code of the country to which this region belongs.
      "countryDartId": "A String", # DART ID of the country to which this region belongs.
      "dartId": "A String", # DART ID of this region.
      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#region".
      "name": "A String", # Name of this region.
      "regionCode": "A String", # Region code.
    },
  ],
}