AI-generated Key Takeaways
-
GoogleLocation represents a location on Google, which can be claimed, unclaimed, or claimed by another user.
-
It includes details like name, location information, and a URL to request admin rights if the location is claimed.
-
You can search for GoogleLocations using the provided search method based on specific criteria.
-
The JSON representation of a GoogleLocation includes name, location data, and request admin rights URI.
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 ( |
Fields | |
---|---|
name |
Resource name of this GoogleLocation, in the format |
location |
The sparsely populated |
requestAdminRightsUri |
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 |
|
---|---|
|
Search all of the possible locations that are a match to the specified request. |