Liking cljdoc? Tell your friends :D

happygapi.mybusinessplaceactions.locations

My Business Place Actions API: locations. The My Business Place Actions API provides an interface for managing place action links of a location on Google. See: https://developers.google.com/my-business/api/reference/rest/v1/locations

My Business Place Actions API: locations.
The My Business Place Actions API provides an interface for managing place action links of a location on Google.
See: https://developers.google.com/my-business/api/reference/rest/v1/locations
raw docstring

(placeActionLinks-create$ auth parameters body)

https://developers.google.com/my-business/api/reference/rest/v1/locations/placeActionLinks/create

Required parameters: parent

Optional parameters: none

Body:

{:providerType string, :isEditable boolean, :isPreferred boolean, :uri string, :name string, :placeActionType string, :createTime string, :updateTime string}

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.

https://developers.google.com/my-business/api/reference/rest/v1/locations/placeActionLinks/create

Required parameters: parent

Optional parameters: none

Body: 

{:providerType string,
 :isEditable boolean,
 :isPreferred boolean,
 :uri string,
 :name string,
 :placeActionType string,
 :createTime string,
 :updateTime string}

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.
sourceraw docstring

(placeActionLinks-delete$ auth parameters)

https://developers.google.com/my-business/api/reference/rest/v1/locations/placeActionLinks/delete

Required parameters: name

Optional parameters: none

Deletes a place action link from the specified location.

https://developers.google.com/my-business/api/reference/rest/v1/locations/placeActionLinks/delete

Required parameters: name

Optional parameters: none

Deletes a place action link from the specified location.
sourceraw docstring

(placeActionLinks-get$ auth parameters)

https://developers.google.com/my-business/api/reference/rest/v1/locations/placeActionLinks/get

Required parameters: name

Optional parameters: none

Gets the specified place action link.

https://developers.google.com/my-business/api/reference/rest/v1/locations/placeActionLinks/get

Required parameters: name

Optional parameters: none

Gets the specified place action link.
sourceraw docstring

(placeActionLinks-list$ auth parameters)

https://developers.google.com/my-business/api/reference/rest/v1/locations/placeActionLinks/list

Required parameters: parent

Optional parameters: pageToken, filter, pageSize

Lists the place action links for the specified location.

https://developers.google.com/my-business/api/reference/rest/v1/locations/placeActionLinks/list

Required parameters: parent

Optional parameters: pageToken, filter, pageSize

Lists the place action links for the specified location.
sourceraw docstring

(placeActionLinks-patch$ auth parameters body)

https://developers.google.com/my-business/api/reference/rest/v1/locations/placeActionLinks/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:providerType string, :isEditable boolean, :isPreferred boolean, :uri string, :name string, :placeActionType string, :createTime string, :updateTime string}

Updates the specified place action link and returns it.

https://developers.google.com/my-business/api/reference/rest/v1/locations/placeActionLinks/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:providerType string,
 :isEditable boolean,
 :isPreferred boolean,
 :uri string,
 :name string,
 :placeActionType string,
 :createTime string,
 :updateTime string}

Updates the specified place action link and returns it.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close