Liking cljdoc? Tell your friends :D

happygapi.area120tables.tables

Area120 Tables API: tables.

See: https://support.google.com/area120-tables/answer/10011390api/reference/rest/v1alpha1/tables
raw docstring

get$clj

(get$ auth parameters)

https://support.google.com/area120-tables/answer/10011390api/reference/rest/v1alpha1/tables/get

Required parameters: name

Optional parameters: none

Gets a table. Returns NOT_FOUND if the table does not exist.

https://support.google.com/area120-tables/answer/10011390api/reference/rest/v1alpha1/tables/get

Required parameters: name

Optional parameters: none

Gets a table. Returns NOT_FOUND if the table does not exist.
sourceraw docstring

list$clj

(list$ auth parameters)

https://support.google.com/area120-tables/answer/10011390api/reference/rest/v1alpha1/tables/list

Required parameters: none

Optional parameters: pageSize, pageToken, orderBy

Lists tables for the user.

https://support.google.com/area120-tables/answer/10011390api/reference/rest/v1alpha1/tables/list

Required parameters: none

Optional parameters: pageSize, pageToken, orderBy

Lists tables for the user.
sourceraw docstring

rows-batchCreate$clj

(rows-batchCreate$ auth parameters body)

https://support.google.com/area120-tables/answer/10011390api/reference/rest/v1alpha1/tables/rows/batchCreate

Required parameters: parent

Optional parameters: none

Body:

{:requests [{:row Row, :view string, :parent string}]}

Creates multiple rows.

https://support.google.com/area120-tables/answer/10011390api/reference/rest/v1alpha1/tables/rows/batchCreate

Required parameters: parent

Optional parameters: none

Body: 

{:requests [{:row Row, :view string, :parent string}]}

Creates multiple rows.
sourceraw docstring

rows-batchDelete$clj

(rows-batchDelete$ auth parameters body)

https://support.google.com/area120-tables/answer/10011390api/reference/rest/v1alpha1/tables/rows/batchDelete

Required parameters: parent

Optional parameters: none

Body:

{:names [string]}

Deletes multiple rows.

https://support.google.com/area120-tables/answer/10011390api/reference/rest/v1alpha1/tables/rows/batchDelete

Required parameters: parent

Optional parameters: none

Body: 

{:names [string]}

Deletes multiple rows.
sourceraw docstring

rows-batchUpdate$clj

(rows-batchUpdate$ auth parameters body)

https://support.google.com/area120-tables/answer/10011390api/reference/rest/v1alpha1/tables/rows/batchUpdate

Required parameters: parent

Optional parameters: none

Body:

{:requests [{:updateMask string, :view string, :row Row}]}

Updates multiple rows.

https://support.google.com/area120-tables/answer/10011390api/reference/rest/v1alpha1/tables/rows/batchUpdate

Required parameters: parent

Optional parameters: none

Body: 

{:requests [{:updateMask string, :view string, :row Row}]}

Updates multiple rows.
sourceraw docstring

rows-create$clj

(rows-create$ auth parameters body)

https://support.google.com/area120-tables/answer/10011390api/reference/rest/v1alpha1/tables/rows/create

Required parameters: parent

Optional parameters: view

Body:

{:createTime string, :values {}, :name string, :updateTime string}

Creates a row.

https://support.google.com/area120-tables/answer/10011390api/reference/rest/v1alpha1/tables/rows/create

Required parameters: parent

Optional parameters: view

Body: 

{:createTime string, :values {}, :name string, :updateTime string}

Creates a row.
sourceraw docstring

rows-delete$clj

(rows-delete$ auth parameters)
https://support.google.com/area120-tables/answer/10011390api/reference/rest/v1alpha1/tables/rows/delete

Required parameters: name

Optional parameters: none

Deletes a row.
sourceraw docstring

rows-get$clj

(rows-get$ auth parameters)

https://support.google.com/area120-tables/answer/10011390api/reference/rest/v1alpha1/tables/rows/get

Required parameters: name

Optional parameters: view

Gets a row. Returns NOT_FOUND if the row does not exist in the table.

https://support.google.com/area120-tables/answer/10011390api/reference/rest/v1alpha1/tables/rows/get

Required parameters: name

Optional parameters: view

Gets a row. Returns NOT_FOUND if the row does not exist in the table.
sourceraw docstring

rows-list$clj

(rows-list$ auth parameters)

https://support.google.com/area120-tables/answer/10011390api/reference/rest/v1alpha1/tables/rows/list

Required parameters: parent

Optional parameters: pageSize, filter, orderBy, view, pageToken

Lists rows in a table. Returns NOT_FOUND if the table does not exist.

https://support.google.com/area120-tables/answer/10011390api/reference/rest/v1alpha1/tables/rows/list

Required parameters: parent

Optional parameters: pageSize, filter, orderBy, view, pageToken

Lists rows in a table. Returns NOT_FOUND if the table does not exist.
sourceraw docstring

rows-patch$clj

(rows-patch$ auth parameters body)

https://support.google.com/area120-tables/answer/10011390api/reference/rest/v1alpha1/tables/rows/patch

Required parameters: name

Optional parameters: view, updateMask

Body:

{:createTime string, :values {}, :name string, :updateTime string}

Updates a row.

https://support.google.com/area120-tables/answer/10011390api/reference/rest/v1alpha1/tables/rows/patch

Required parameters: name

Optional parameters: view, updateMask

Body: 

{:createTime string, :values {}, :name string, :updateTime string}

Updates a row.
sourceraw docstring

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

× close