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 args)

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

Required parameters: projectId, datasetId, routineId

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: projectId, datasetId, routineId

Optional parameters: none
Deletes the routine specified by routineId from the dataset.
sourceraw docstring

get$clj

(get$ auth args)

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 args 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 [{:name string, :argumentKind string, :mode string, :dataType StandardSqlDataType}], :etag string, :returnType {:structType StandardSqlStructType, :arrayElementType StandardSqlDataType, :typeKind string}, :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 [{:name string,
              :argumentKind string,
              :mode string,
              :dataType StandardSqlDataType}],
 :etag string,
 :returnType {:structType StandardSqlStructType,
              :arrayElementType StandardSqlDataType,
              :typeKind string},
 :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 args)

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

Required parameters: datasetId, projectId

Optional parameters: readMask, filter, pageToken, maxResults 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: readMask, filter, pageToken, maxResults
Lists all routines in the specified dataset. Requires the READER dataset
role.
sourceraw docstring

update$clj

(update$ auth args 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 [{:name string, :argumentKind string, :mode string, :dataType StandardSqlDataType}], :etag string, :returnType {:structType StandardSqlStructType, :arrayElementType StandardSqlDataType, :typeKind string}, :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 [{:name string,
              :argumentKind string,
              :mode string,
              :dataType StandardSqlDataType}],
 :etag string,
 :returnType {:structType StandardSqlStructType,
              :arrayElementType StandardSqlDataType,
              :typeKind string},
 :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