Liking cljdoc? Tell your friends :D

happygapi.bigquery.routines

BigQuery API: routines. A data platform for customers to create, manage, share and query data. See: https://cloud.google.com/bigquery/api/reference/rest/v2/routines

BigQuery API: routines.
A data platform for customers to create, manage, share and query data.
See: https://cloud.google.com/bigquery/api/reference/rest/v2/routines
raw docstring

delete$clj

(delete$ auth parameters)

https://cloud.google.com/bigquery/api/reference/rest/v2/routines/delete

Required parameters: datasetId, routineId, projectId

Optional parameters: none

Deletes the routine specified by routineId from the dataset.

https://cloud.google.com/bigquery/api/reference/rest/v2/routines/delete

Required parameters: datasetId, routineId, projectId

Optional parameters: none

Deletes the routine specified by routineId from the dataset.
sourceraw docstring

get$clj

(get$ auth parameters)

https://cloud.google.com/bigquery/api/reference/rest/v2/routines/get

Required parameters: projectId, datasetId, routineId

Optional parameters: readMask

Gets the specified routine resource by routine ID.

https://cloud.google.com/bigquery/api/reference/rest/v2/routines/get

Required parameters: projectId, datasetId, routineId

Optional parameters: readMask

Gets the specified routine resource by routine ID.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://cloud.google.com/bigquery/api/reference/rest/v2/routines/insert

Required parameters: projectId, datasetId

Optional parameters: none

Body:

{:creationTime string, :description string, :importedLibraries [string], :arguments [{:argumentKind string, :mode string, :dataType StandardSqlDataType, :name string}], :etag string, :returnType {:typeKind string, :structType StandardSqlStructType, :arrayElementType StandardSqlDataType}, :routineType string, :lastModifiedTime string, :definitionBody string, :language string, :routineReference {:projectId string, :datasetId string, :routineId string}}

Creates a new routine in the dataset.

https://cloud.google.com/bigquery/api/reference/rest/v2/routines/insert

Required parameters: projectId, datasetId

Optional parameters: none

Body: 

{:creationTime string,
 :description string,
 :importedLibraries [string],
 :arguments [{:argumentKind string,
              :mode string,
              :dataType StandardSqlDataType,
              :name string}],
 :etag string,
 :returnType {:typeKind string,
              :structType StandardSqlStructType,
              :arrayElementType StandardSqlDataType},
 :routineType string,
 :lastModifiedTime string,
 :definitionBody string,
 :language string,
 :routineReference {:projectId string,
                    :datasetId string,
                    :routineId string}}

Creates a new routine in the dataset.
sourceraw docstring

list$clj

(list$ auth parameters)

https://cloud.google.com/bigquery/api/reference/rest/v2/routines/list

Required parameters: datasetId, projectId

Optional parameters: pageToken, maxResults, readMask, filter

Lists all routines in the specified dataset. Requires the READER dataset role.

https://cloud.google.com/bigquery/api/reference/rest/v2/routines/list

Required parameters: datasetId, projectId

Optional parameters: pageToken, maxResults, readMask, filter

Lists all routines in the specified dataset. Requires the READER dataset
role.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://cloud.google.com/bigquery/api/reference/rest/v2/routines/update

Required parameters: projectId, datasetId, routineId

Optional parameters: none

Body:

{:creationTime string, :description string, :importedLibraries [string], :arguments [{:argumentKind string, :mode string, :dataType StandardSqlDataType, :name string}], :etag string, :returnType {:typeKind string, :structType StandardSqlStructType, :arrayElementType StandardSqlDataType}, :routineType string, :lastModifiedTime string, :definitionBody string, :language string, :routineReference {:projectId string, :datasetId string, :routineId string}}

Updates information in an existing routine. The update method replaces the entire Routine resource.

https://cloud.google.com/bigquery/api/reference/rest/v2/routines/update

Required parameters: projectId, datasetId, routineId

Optional parameters: none

Body: 

{:creationTime string,
 :description string,
 :importedLibraries [string],
 :arguments [{:argumentKind string,
              :mode string,
              :dataType StandardSqlDataType,
              :name string}],
 :etag string,
 :returnType {:typeKind string,
              :structType StandardSqlStructType,
              :arrayElementType StandardSqlDataType},
 :routineType string,
 :lastModifiedTime string,
 :definitionBody string,
 :language string,
 :routineReference {:projectId string,
                    :datasetId string,
                    :routineId string}}

Updates information in an existing routine. The update method replaces the
entire Routine resource.
sourceraw docstring

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

× close