accounts_locations_list | SELECT | accountsId | Lists the locations for the specified account. |
get | SELECT | locationsId | Returns the specified location. |
accounts_locations_create | INSERT | accountsId | Creates a new Location that will be owned by the logged in user. |
delete | DELETE | locationsId | Deletes a location. If this location cannot be deleted using the API and it is marked so in the google.mybusiness.businessinformation.v1.LocationState , use the Google Business Profile website. |
associate | EXEC | locationsId | Associates a location to a place ID. Any previous association is overwritten. This operation is only valid if the location is unverified. The association must be valid, that is, it appears in the list of SearchGoogleLocations . |
clearLocationAssociation | EXEC | locationsId | Clears an association between a location and its place ID. This operation is only valid if the location is unverified. |
patch | EXEC | locationsId | Updates the specified location. |
updateAttributes | EXEC | locationsId | Update attributes for a given location. |