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: 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.
raw docstring

get$clj

(get$ auth parameters)

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

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

Optional parameters: readMask

Gets the specified routine resource by routine ID.
raw 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 [{:dataType StandardSqlDataType, :name string, :mode string, :argumentKind string}], :etag string, :returnType {:structType StandardSqlStructType, :arrayElementType StandardSqlDataType, :typeKind string}, :routineType string, :lastModifiedTime string, :definitionBody string, :language string, :routineReference {:datasetId string, :projectId string, :routineId string}, :returnTableType {:columns [StandardSqlField]}, :determinismLevel 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 [{:dataType StandardSqlDataType,
              :name string,
              :mode string,
              :argumentKind string}],
 :etag string,
 :returnType {:structType StandardSqlStructType,
              :arrayElementType StandardSqlDataType,
              :typeKind string},
 :routineType string,
 :lastModifiedTime string,
 :definitionBody string,
 :language string,
 :routineReference {:datasetId string,
                    :projectId string,
                    :routineId string},
 :returnTableType {:columns [StandardSqlField]},
 :determinismLevel string}

Creates a new routine in the dataset.
raw docstring

list$clj

(list$ auth parameters)

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

Required parameters: projectId, datasetId

Optional parameters: filter, maxResults, pageToken, readMask

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

Optional parameters: filter, maxResults, pageToken, readMask

Lists all routines in the specified dataset. Requires the READER dataset role.
raw 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 [{:dataType StandardSqlDataType, :name string, :mode string, :argumentKind string}], :etag string, :returnType {:structType StandardSqlStructType, :arrayElementType StandardSqlDataType, :typeKind string}, :routineType string, :lastModifiedTime string, :definitionBody string, :language string, :routineReference {:datasetId string, :projectId string, :routineId string}, :returnTableType {:columns [StandardSqlField]}, :determinismLevel 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 [{:dataType StandardSqlDataType,
              :name string,
              :mode string,
              :argumentKind string}],
 :etag string,
 :returnType {:structType StandardSqlStructType,
              :arrayElementType StandardSqlDataType,
              :typeKind string},
 :routineType string,
 :lastModifiedTime string,
 :definitionBody string,
 :language string,
 :routineReference {:datasetId string,
                    :projectId string,
                    :routineId string},
 :returnTableType {:columns [StandardSqlField]},
 :determinismLevel string}

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

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

× close