My Business Business Information API (mybusinessbusinessinformation:v1)

2023-06-01

2 removed methods

Deletions

    Methods
  • mybusinessbusinessinformation.locations.associate

      HTTP Method : POST

      Flat Path : v1/locations/{locationsId}:associate

      Description : 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`.

      Parameters :

        name

          Description : Required. The resource name of the location to associate.

          Pattern : ^locations/[^/]+$

          Type : string

          Required : Yes

          Location : path

      Path : v1/{+name}:associate

      Parameter Order : name

  • mybusinessbusinessinformation.locations.clearLocationAssociation

      Flat Path : v1/locations/{locationsId}:clearLocationAssociation

      Description : Clears an association between a location and its place ID. This operation is only valid if the location is unverified.

      Parameters :

        name

          Description : Required. The resource name of the location to disassociate.

          Type : string

          Required : Yes

          Location : path

          Pattern : ^locations/[^/]+$

      Path : v1/{+name}:clearLocationAssociation

      HTTP Method : POST

      Parameter Order : name