Method: accounts.locations.getGoogleUpdated

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

string

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 (Location)
  },
  "diffMask": string
}
Fields
location

object (Location)

The Google-updated version of this location.

diffMask

string (FieldMask format)

The fields that Google updated.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Authorization Scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/plus.business.manage
  • https://www.googleapis.com/auth/business.manage

For more information, see the OAuth 2.0 Overview.