Update your Google Business Profile API integration before critical endpoints are disabled. Review the
deprecation schedule and instructions to avoid disruptions starting in April 2022.
REST Resource: googleLocations
Resource: GoogleLocation
Represents a Location
that is present on Google. This can be a location that has been claimed by the user, someone else, or could be unclaimed.
JSON representation |
{
"name": string,
"location": {
object (Location )
},
"requestAdminRightsUrl": string
} |
Fields |
name |
string
Resource name of this GoogleLocation, in the format googleLocations/{googleLocationId} .
|
location |
object (Location )
The sparsely populated Location information. This field can be re-used in locations.create if it is not currently claimed by a user.
|
requestAdminRightsUrl |
string
A URL that will redirect the user to the request admin rights UI. This field is only present if the location has already been claimed by any user, including the current user.
|
Methods |
|
Report a GoogleLocation . |
|
Search all of the possible locations that are a match to the specified request. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-08-24 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]