AI-generated Key Takeaways
- 
          Retrieves the Google-updated version of a specified location's attributes using a GET request. 
- 
          Requires a location identifier in the request path and an empty request body. 
- 
          Returns an Attributesobject containing the location's Google-updated information upon successful execution.
- 
          Needs authorization with the https://www.googleapis.com/auth/business.managescope.
Gets the Google-updated version of the specified location.
HTTP request
GET https://mybusinessbusinessinformation.googleapis.com/v1/{name=locations/*/attributes}:getGoogleUpdated
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| name | 
 Required. Google identifier for this location in the form of  | 
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Attributes.
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/business.manage
For more information, see the OAuth 2.0 Overview.