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

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

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.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: projectId, datasetId

Optional parameters: none

Returns the dataset specified by datasetID.

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

Required parameters: projectId, datasetId

Optional parameters: none

Returns the dataset specified by datasetID.
sourceraw 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, :isCaseInsensitive boolean, :lastModifiedTime string, :friendlyName string, :satisfiesPZS boolean, :id string, :kind string, :defaultCollation string, :access [{:role string, :iamMember string, :specialGroup string, :groupByEmail string, :routine {:datasetId string, :routineId string, :projectId string}, :domain string, :userByEmail string, :dataset {:target_types [{:targetType string}], :dataset DatasetReference}, :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,
 :isCaseInsensitive boolean,
 :lastModifiedTime string,
 :friendlyName string,
 :satisfiesPZS boolean,
 :id string,
 :kind string,
 :defaultCollation string,
 :access [{:role string,
           :iamMember string,
           :specialGroup string,
           :groupByEmail string,
           :routine {:datasetId string,
                     :routineId string,
                     :projectId string},
           :domain string,
           :userByEmail string,
           :dataset {:target_types [{:targetType string}],
                     :dataset DatasetReference},
           :view {:datasetId string,
                  :projectId string,
                  :tableId string}}],
 :location string,
 :datasetReference {:projectId string, :datasetId string}}

Creates a new empty dataset.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: projectId

Optional parameters: maxResults, pageToken, filter, all

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

Lists all datasets in the specified project to which you have been granted the READER dataset role.
sourceraw 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, :isCaseInsensitive boolean, :lastModifiedTime string, :friendlyName string, :satisfiesPZS boolean, :id string, :kind string, :defaultCollation string, :access [{:role string, :iamMember string, :specialGroup string, :groupByEmail string, :routine {:datasetId string, :routineId string, :projectId string}, :domain string, :userByEmail string, :dataset {:target_types [{:targetType string}], :dataset DatasetReference}, :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,
 :isCaseInsensitive boolean,
 :lastModifiedTime string,
 :friendlyName string,
 :satisfiesPZS boolean,
 :id string,
 :kind string,
 :defaultCollation string,
 :access [{:role string,
           :iamMember string,
           :specialGroup string,
           :groupByEmail string,
           :routine {:datasetId string,
                     :routineId string,
                     :projectId string},
           :domain string,
           :userByEmail string,
           :dataset {:target_types [{:targetType string}],
                     :dataset DatasetReference},
           :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.
sourceraw docstring

update$clj

(update$ auth parameters body)

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

Required parameters: datasetId, projectId

Optional parameters: none

Body:

{:creationTime string, :description string, :defaultEncryptionConfiguration {:kmsKeyName string}, :defaultPartitionExpirationMs string, :labels {}, :selfLink string, :etag string, :defaultTableExpirationMs string, :isCaseInsensitive boolean, :lastModifiedTime string, :friendlyName string, :satisfiesPZS boolean, :id string, :kind string, :defaultCollation string, :access [{:role string, :iamMember string, :specialGroup string, :groupByEmail string, :routine {:datasetId string, :routineId string, :projectId string}, :domain string, :userByEmail string, :dataset {:target_types [{:targetType string}], :dataset DatasetReference}, :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: datasetId, projectId

Optional parameters: none

Body: 

{:creationTime string,
 :description string,
 :defaultEncryptionConfiguration {:kmsKeyName string},
 :defaultPartitionExpirationMs string,
 :labels {},
 :selfLink string,
 :etag string,
 :defaultTableExpirationMs string,
 :isCaseInsensitive boolean,
 :lastModifiedTime string,
 :friendlyName string,
 :satisfiesPZS boolean,
 :id string,
 :kind string,
 :defaultCollation string,
 :access [{:role string,
           :iamMember string,
           :specialGroup string,
           :groupByEmail string,
           :routine {:datasetId string,
                     :routineId string,
                     :projectId string},
           :domain string,
           :userByEmail string,
           :dataset {:target_types [{:targetType string}],
                     :dataset DatasetReference},
           :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.
sourceraw docstring

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

× close