AI-generated Key Takeaways
-
Retrieves the Google-updated version of a specified location using a GET request.
-
Requires providing the location name as a path parameter.
-
Returns a JSON response containing the updated location data and a diff mask indicating the modified fields.
-
Needs authorization with specific OAuth scopes like
https://www.googleapis.com/auth/plus.business.manageorhttps://www.googleapis.com/auth/business.manage.
Gets the Google-updated version of the specified location. Returns NOT_FOUND if the location does not exist.
HTTP request
GET https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*}:googleUpdated
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name |
The name of the location to fetch. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Represents a location that was modified by Google.
| JSON representation | |
|---|---|
{
"location": {
object ( |
|
| Fields | |
|---|---|
location |
The Google-updated version of this location. |
diffMask |
The fields that Google updated. This is a comma-separated list of fully qualified names of fields. Example: |
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/plus.business.managehttps://www.googleapis.com/auth/business.manage
For more information, see the OAuth 2.0 Overview.