LocationsPlaceActionLinks
class LocationsPlaceActionLinks extends Resource (View source)
The "placeActionLinks" collection of methods.
Typical usage is:
$mybusinessplaceactionsService = new Google\Service\MyBusinessPlaceActions(...);
$placeActionLinks = $mybusinessplaceactionsService->locations_placeActionLinks;
Methods
Creates a place action link associated with the specified location, and
returns it. The request is considered duplicate if the parent
,
place_action_link.uri
and place_action_link.place_action_type
are the
same as a previous request. (placeActionLinks.create)
Deletes a place action link from the specified location.
Gets the specified place action link. (placeActionLinks.get)
Lists the place action links for the specified location.
Updates the specified place action link and returns it.
Details
PlaceActionLink
create(string $parent, PlaceActionLink $postBody, array $optParams = [])
Creates a place action link associated with the specified location, and
returns it. The request is considered duplicate if the parent
,
place_action_link.uri
and place_action_link.place_action_type
are the
same as a previous request. (placeActionLinks.create)
MybusinessplaceactionsEmpty
delete(string $name, array $optParams = [])
Deletes a place action link from the specified location.
(placeActionLinks.delete)
PlaceActionLink
get(string $name, array $optParams = [])
Gets the specified place action link. (placeActionLinks.get)
ListPlaceActionLinksResponse
listLocationsPlaceActionLinks(string $parent, array $optParams = [])
Lists the place action links for the specified location.
(placeActionLinks.listLocationsPlaceActionLinks)
PlaceActionLink
patch(string $name, PlaceActionLink $postBody, array $optParams = [])
Updates the specified place action link and returns it.
(placeActionLinks.patch)