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)
  },
  "requestAdminRightsUri": 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.

requestAdminRightsUri

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

Search all of the possible locations that are a match to the specified request.