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
(delete$ auth parameters)
https://cloud.google.com/bigquery/api/reference/rest/v2/routines/delete
Required parameters: datasetId, projectId, 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: datasetId, projectId, routineId Optional parameters: none Deletes the routine specified by routineId from the dataset.
(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.
(insert$ auth parameters body)
https://cloud.google.com/bigquery/api/reference/rest/v2/routines/insert
Required parameters: datasetId, projectId
Optional parameters: none
Body:
{:creationTime string, :description string, :remoteFunctionOptions {:connection string, :endpoint string, :maxBatchingRows string, :userDefinedContext {}}, :importedLibraries [string], :arguments [{:argumentKind string, :dataType StandardSqlDataType, :isAggregate boolean, :mode string, :name string}], :securityMode string, :etag string, :dataGovernanceType string, :returnType {:arrayElementType StandardSqlDataType, :rangeElementType StandardSqlDataType, :structType StandardSqlStructType, :typeKind string}, :routineType string, :lastModifiedTime string, :definitionBody string, :language string, :routineReference {:datasetId string, :projectId string, :routineId string}, :returnTableType {:columns [StandardSqlField]}, :sparkOptions {:properties {}, :archiveUris [string], :containerImage string, :mainClass string, :pyFileUris [string], :jarUris [string], :fileUris [string], :runtimeVersion string, :connection string, :mainFileUri string}, :determinismLevel string, :strictMode boolean}
Creates a new routine in the dataset.
https://cloud.google.com/bigquery/api/reference/rest/v2/routines/insert Required parameters: datasetId, projectId Optional parameters: none Body: {:creationTime string, :description string, :remoteFunctionOptions {:connection string, :endpoint string, :maxBatchingRows string, :userDefinedContext {}}, :importedLibraries [string], :arguments [{:argumentKind string, :dataType StandardSqlDataType, :isAggregate boolean, :mode string, :name string}], :securityMode string, :etag string, :dataGovernanceType string, :returnType {:arrayElementType StandardSqlDataType, :rangeElementType StandardSqlDataType, :structType StandardSqlStructType, :typeKind string}, :routineType string, :lastModifiedTime string, :definitionBody string, :language string, :routineReference {:datasetId string, :projectId string, :routineId string}, :returnTableType {:columns [StandardSqlField]}, :sparkOptions {:properties {}, :archiveUris [string], :containerImage string, :mainClass string, :pyFileUris [string], :jarUris [string], :fileUris [string], :runtimeVersion string, :connection string, :mainFileUri string}, :determinismLevel string, :strictMode boolean} Creates a new routine in the dataset.
(list$ auth parameters)
https://cloud.google.com/bigquery/api/reference/rest/v2/routines/list
Required parameters: datasetId, projectId
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: datasetId, projectId Optional parameters: filter, maxResults, pageToken, readMask Lists all routines in the specified dataset. Requires the READER dataset role.
(update$ auth parameters body)
https://cloud.google.com/bigquery/api/reference/rest/v2/routines/update
Required parameters: datasetId, projectId, routineId
Optional parameters: none
Body:
{:creationTime string, :description string, :remoteFunctionOptions {:connection string, :endpoint string, :maxBatchingRows string, :userDefinedContext {}}, :importedLibraries [string], :arguments [{:argumentKind string, :dataType StandardSqlDataType, :isAggregate boolean, :mode string, :name string}], :securityMode string, :etag string, :dataGovernanceType string, :returnType {:arrayElementType StandardSqlDataType, :rangeElementType StandardSqlDataType, :structType StandardSqlStructType, :typeKind string}, :routineType string, :lastModifiedTime string, :definitionBody string, :language string, :routineReference {:datasetId string, :projectId string, :routineId string}, :returnTableType {:columns [StandardSqlField]}, :sparkOptions {:properties {}, :archiveUris [string], :containerImage string, :mainClass string, :pyFileUris [string], :jarUris [string], :fileUris [string], :runtimeVersion string, :connection string, :mainFileUri string}, :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: datasetId, projectId, routineId Optional parameters: none Body: {:creationTime string, :description string, :remoteFunctionOptions {:connection string, :endpoint string, :maxBatchingRows string, :userDefinedContext {}}, :importedLibraries [string], :arguments [{:argumentKind string, :dataType StandardSqlDataType, :isAggregate boolean, :mode string, :name string}], :securityMode string, :etag string, :dataGovernanceType string, :returnType {:arrayElementType StandardSqlDataType, :rangeElementType StandardSqlDataType, :structType StandardSqlStructType, :typeKind string}, :routineType string, :lastModifiedTime string, :definitionBody string, :language string, :routineReference {:datasetId string, :projectId string, :routineId string}, :returnTableType {:columns [StandardSqlField]}, :sparkOptions {:properties {}, :archiveUris [string], :containerImage string, :mainClass string, :pyFileUris [string], :jarUris [string], :fileUris [string], :runtimeVersion string, :connection string, :mainFileUri string}, :determinismLevel string, :strictMode boolean} Updates information in an existing routine. The update method replaces the entire Routine resource.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |