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

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

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 [{:name string, :mode string, :argumentKind string, :dataType StandardSqlDataType}], :etag string, :returnType {:arrayElementType StandardSqlDataType, :typeKind string, :structType StandardSqlStructType}, :routineType string, :lastModifiedTime string, :definitionBody string, :language string, :routineReference {:datasetId string, :routineId string, :projectId string}, :returnTableType {:columns [StandardSqlField]}, :determinismLevel string, :strictMode boolean}

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,
              :mode string,
              :argumentKind string,
              :dataType StandardSqlDataType}],
 :etag string,
 :returnType {:arrayElementType StandardSqlDataType,
              :typeKind string,
              :structType StandardSqlStructType},
 :routineType string,
 :lastModifiedTime string,
 :definitionBody string,
 :language string,
 :routineReference {:datasetId string,
                    :routineId string,
                    :projectId string},
 :returnTableType {:columns [StandardSqlField]},
 :determinismLevel string,
 :strictMode boolean}

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

Optional parameters: readMask, maxResults, filter, pageToken

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: readMask, maxResults, filter, pageToken

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

Optional parameters: none

Body:

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

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

Optional parameters: none

Body: 

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

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