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 args)

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

get$clj

(get$ auth args)

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

insert$clj

(insert$ auth args 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, :id string, :kind string, :access [{:role string, :view {:tableId string, :projectId string, :datasetId string}, :groupByEmail string, :userByEmail string, :domain string, :iamMember string, :specialGroup 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,
 :id string,
 :kind string,
 :access [{:role string,
           :view {:tableId string,
                  :projectId string,
                  :datasetId string},
           :groupByEmail string,
           :userByEmail string,
           :domain string,
           :iamMember string,
           :specialGroup string}],
 :location string,
 :datasetReference {:projectId string, :datasetId string}}

Creates a new empty dataset.
sourceraw docstring

list$clj

(list$ auth args)

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

Required parameters: projectId

Optional parameters: maxResults, all, filter, pageToken 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, all, filter, pageToken
Lists all datasets in the specified project to which you have been granted the READER dataset role.
sourceraw docstring

patch$clj

(patch$ auth args body)

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

Required parameters: datasetId, 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, :id string, :kind string, :access [{:role string, :view {:tableId string, :projectId string, :datasetId string}, :groupByEmail string, :userByEmail string, :domain string, :iamMember string, :specialGroup 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: datasetId, 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,
 :id string,
 :kind string,
 :access [{:role string,
           :view {:tableId string,
                  :projectId string,
                  :datasetId string},
           :groupByEmail string,
           :userByEmail string,
           :domain string,
           :iamMember string,
           :specialGroup 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 args 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, :id string, :kind string, :access [{:role string, :view {:tableId string, :projectId string, :datasetId string}, :groupByEmail string, :userByEmail string, :domain string, :iamMember string, :specialGroup 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,
 :id string,
 :kind string,
 :access [{:role string,
           :view {:tableId string,
                  :projectId string,
                  :datasetId string},
           :groupByEmail string,
           :userByEmail string,
           :domain string,
           :iamMember string,
           :specialGroup 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