Liking cljdoc? Tell your friends :D

happygapi.bigquery.datasets

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

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

delete$clj

(delete$ auth parameters)

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

Required parameters: datasetId, projectId

Optional parameters: deleteContents

Deletes the dataset specified by the datasetId value. Before you can delete a dataset, you must delete all its tables, either manually or by specifying deleteContents. Immediately after deletion, you can create another dataset with the same name.

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

Required parameters: datasetId, projectId

Optional parameters: deleteContents

Deletes the dataset specified by the datasetId value. Before you can delete a dataset, you must delete all its tables, either manually or by specifying deleteContents. Immediately after deletion, you can create another dataset with the same name.
raw docstring

get$clj

(get$ auth parameters)

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

Required parameters: datasetId, projectId

Optional parameters: none

Returns the dataset specified by datasetID.

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

Required parameters: datasetId, projectId

Optional parameters: none

Returns the dataset specified by datasetID.
raw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: projectId

Optional parameters: none

Body:

{:creationTime string, :description string, :defaultEncryptionConfiguration {:kmsKeyName string}, :defaultPartitionExpirationMs string, :labels {}, :selfLink string, :etag string, :defaultTableExpirationMs string, :lastModifiedTime string, :friendlyName string, :satisfiesPZS boolean, :id string, :kind string, :access [{:role string, :iamMember string, :specialGroup string, :groupByEmail string, :routine {:datasetId string, :projectId string, :routineId string}, :domain string, :userByEmail string, :dataset {:dataset DatasetReference, :target_types [{:targetType string}]}, :view {:datasetId string, :projectId string, :tableId string}}], :location string, :datasetReference {:projectId string, :datasetId string}}

Creates a new empty dataset.

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

Required parameters: projectId

Optional parameters: none

Body: 

{:creationTime string,
 :description string,
 :defaultEncryptionConfiguration {:kmsKeyName string},
 :defaultPartitionExpirationMs string,
 :labels {},
 :selfLink string,
 :etag string,
 :defaultTableExpirationMs string,
 :lastModifiedTime string,
 :friendlyName string,
 :satisfiesPZS boolean,
 :id string,
 :kind string,
 :access [{:role string,
           :iamMember string,
           :specialGroup string,
           :groupByEmail string,
           :routine {:datasetId string,
                     :projectId string,
                     :routineId string},
           :domain string,
           :userByEmail string,
           :dataset {:dataset DatasetReference,
                     :target_types [{:targetType string}]},
           :view {:datasetId string,
                  :projectId string,
                  :tableId string}}],
 :location string,
 :datasetReference {:projectId string, :datasetId string}}

Creates a new empty dataset.
raw docstring

list$clj

(list$ auth parameters)

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

Required parameters: projectId

Optional parameters: pageToken, all, filter, maxResults

Lists all datasets in the specified project to which you have been granted the READER dataset role.

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

Required parameters: projectId

Optional parameters: pageToken, all, filter, maxResults

Lists all datasets in the specified project to which you have been granted the READER dataset role.
raw docstring

patch$clj

(patch$ auth parameters body)

https://cloud.google.com/bigquery/api/reference/rest/v2/datasets/patch

Required parameters: projectId, datasetId

Optional parameters: none

Body:

{:creationTime string, :description string, :defaultEncryptionConfiguration {:kmsKeyName string}, :defaultPartitionExpirationMs string, :labels {}, :selfLink string, :etag string, :defaultTableExpirationMs string, :lastModifiedTime string, :friendlyName string, :satisfiesPZS boolean, :id string, :kind string, :access [{:role string, :iamMember string, :specialGroup string, :groupByEmail string, :routine {:datasetId string, :projectId string, :routineId string}, :domain string, :userByEmail string, :dataset {:dataset DatasetReference, :target_types [{:targetType string}]}, :view {:datasetId string, :projectId string, :tableId string}}], :location string, :datasetReference {:projectId string, :datasetId string}}

Updates information in an existing dataset. The update method replaces the entire dataset resource, whereas the patch method only replaces fields that are provided in the submitted dataset resource. This method supports patch semantics.

https://cloud.google.com/bigquery/api/reference/rest/v2/datasets/patch

Required parameters: projectId, datasetId

Optional parameters: none

Body: 

{:creationTime string,
 :description string,
 :defaultEncryptionConfiguration {:kmsKeyName string},
 :defaultPartitionExpirationMs string,
 :labels {},
 :selfLink string,
 :etag string,
 :defaultTableExpirationMs string,
 :lastModifiedTime string,
 :friendlyName string,
 :satisfiesPZS boolean,
 :id string,
 :kind string,
 :access [{:role string,
           :iamMember string,
           :specialGroup string,
           :groupByEmail string,
           :routine {:datasetId string,
                     :projectId string,
                     :routineId string},
           :domain string,
           :userByEmail string,
           :dataset {:dataset DatasetReference,
                     :target_types [{:targetType string}]},
           :view {:datasetId string,
                  :projectId string,
                  :tableId string}}],
 :location string,
 :datasetReference {:projectId string, :datasetId string}}

Updates information in an existing dataset. The update method replaces the entire dataset resource, whereas the patch method only replaces fields that are provided in the submitted dataset resource. This method supports patch semantics.
raw docstring

update$clj

(update$ auth parameters body)

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

Required parameters: projectId, datasetId

Optional parameters: none

Body:

{:creationTime string, :description string, :defaultEncryptionConfiguration {:kmsKeyName string}, :defaultPartitionExpirationMs string, :labels {}, :selfLink string, :etag string, :defaultTableExpirationMs string, :lastModifiedTime string, :friendlyName string, :satisfiesPZS boolean, :id string, :kind string, :access [{:role string, :iamMember string, :specialGroup string, :groupByEmail string, :routine {:datasetId string, :projectId string, :routineId string}, :domain string, :userByEmail string, :dataset {:dataset DatasetReference, :target_types [{:targetType string}]}, :view {:datasetId string, :projectId string, :tableId string}}], :location string, :datasetReference {:projectId string, :datasetId string}}

Updates information in an existing dataset. The update method replaces the entire dataset resource, whereas the patch method only replaces fields that are provided in the submitted dataset resource.

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

Required parameters: projectId, datasetId

Optional parameters: none

Body: 

{:creationTime string,
 :description string,
 :defaultEncryptionConfiguration {:kmsKeyName string},
 :defaultPartitionExpirationMs string,
 :labels {},
 :selfLink string,
 :etag string,
 :defaultTableExpirationMs string,
 :lastModifiedTime string,
 :friendlyName string,
 :satisfiesPZS boolean,
 :id string,
 :kind string,
 :access [{:role string,
           :iamMember string,
           :specialGroup string,
           :groupByEmail string,
           :routine {:datasetId string,
                     :projectId string,
                     :routineId string},
           :domain string,
           :userByEmail string,
           :dataset {:dataset DatasetReference,
                     :target_types [{:targetType string}]},
           :view {:datasetId string,
                  :projectId string,
                  :tableId string}}],
 :location string,
 :datasetReference {:projectId string, :datasetId string}}

Updates information in an existing dataset. The update method replaces the entire dataset resource, whereas the patch method only replaces fields that are provided in the submitted dataset resource.
raw docstring

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

× close