Returns the locations Resource.
Close httplib2 connections.
  getClientmetadata(parent, x__xgafv=None)
Gets the metadata info for the requested client
close()
  Close httplib2 connections.
getClientmetadata(parent, x__xgafv=None)
  Gets the metadata info for the requested client
Args:
  parent: string, Required. Required: The ID of the GCP Project to be provisioned. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format
Returns:
  An object of the form:
    { # Response for the GetClientMetadata rpc
  "properties": { # Metadata information for the given project # Required. Required: The client configuration that was requested
    "billingType": "A String", # Required. Required: The client billing type that was requested
    "ipEnablementState": "A String", # An enum value of what the enablement state is for the given project
    "provisionedRegions": [ # A list of provisioned regions on the current project
      "A String",
    ],
  },
}