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

get$clj

(get$ auth parameters)

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

Required parameters: datasetId, projectId

Optional parameters: datasetView

Returns the dataset specified by datasetID.

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

Required parameters: datasetId, projectId

Optional parameters: datasetView

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, :tags [{:tagKey string, :tagValue string}], :labels {}, :satisfiesPzi boolean, :linkedDatasetSource {:sourceDataset DatasetReference}, :maxTimeTravelHours string, :selfLink string, :type string, :etag string, :externalDatasetReference {:connection string, :externalSource string}, :defaultTableExpirationMs string, :linkedDatasetMetadata {:linkState string}, :isCaseInsensitive boolean, :storageBillingModel string, :lastModifiedTime string, :defaultRoundingMode string, :friendlyName string, :satisfiesPzs boolean, :id string, :kind string, :defaultCollation string, :access [{:role string, :iamMember string, :specialGroup string, :groupByEmail string, :routine {:datasetId string, :projectId string, :routineId string}, :domain string, :userByEmail string, :dataset {:dataset DatasetReference, :targetTypes [string]}, :view {:datasetId string, :projectId string, :tableId string}}], :location string, :datasetReference {:datasetId string, :projectId 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,
 :tags [{:tagKey string, :tagValue string}],
 :labels {},
 :satisfiesPzi boolean,
 :linkedDatasetSource {:sourceDataset DatasetReference},
 :maxTimeTravelHours string,
 :selfLink string,
 :type string,
 :etag string,
 :externalDatasetReference {:connection string,
                            :externalSource string},
 :defaultTableExpirationMs string,
 :linkedDatasetMetadata {:linkState string},
 :isCaseInsensitive boolean,
 :storageBillingModel string,
 :lastModifiedTime string,
 :defaultRoundingMode string,
 :friendlyName string,
 :satisfiesPzs boolean,
 :id string,
 :kind string,
 :defaultCollation string,
 :access [{:role string,
           :iamMember string,
           :specialGroup string,
           :groupByEmail string,
           :routine {:datasetId string,
                     :projectId string,
                     :routineId string},
           :domain string,
           :userByEmail string,
           :dataset {:dataset DatasetReference, :targetTypes [string]},
           :view {:datasetId string,
                  :projectId string,
                  :tableId string}}],
 :location string,
 :datasetReference {:datasetId string, :projectId 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: all, filter, maxResults, pageToken

Lists all datasets in the specified project to which the user has been granted the READER dataset role.

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

Required parameters: projectId

Optional parameters: all, filter, maxResults, pageToken

Lists all datasets in the specified project to which the user has 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: datasetId, projectId

Optional parameters: none

Body:

{:creationTime string, :description string, :defaultEncryptionConfiguration {:kmsKeyName string}, :defaultPartitionExpirationMs string, :tags [{:tagKey string, :tagValue string}], :labels {}, :satisfiesPzi boolean, :linkedDatasetSource {:sourceDataset DatasetReference}, :maxTimeTravelHours string, :selfLink string, :type string, :etag string, :externalDatasetReference {:connection string, :externalSource string}, :defaultTableExpirationMs string, :linkedDatasetMetadata {:linkState string}, :isCaseInsensitive boolean, :storageBillingModel string, :lastModifiedTime string, :defaultRoundingMode string, :friendlyName string, :satisfiesPzs boolean, :id string, :kind string, :defaultCollation string, :access [{:role string, :iamMember string, :specialGroup string, :groupByEmail string, :routine {:datasetId string, :projectId string, :routineId string}, :domain string, :userByEmail string, :dataset {:dataset DatasetReference, :targetTypes [string]}, :view {:datasetId string, :projectId string, :tableId string}}], :location string, :datasetReference {:datasetId string, :projectId 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 RFC5789 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,
 :tags [{:tagKey string, :tagValue string}],
 :labels {},
 :satisfiesPzi boolean,
 :linkedDatasetSource {:sourceDataset DatasetReference},
 :maxTimeTravelHours string,
 :selfLink string,
 :type string,
 :etag string,
 :externalDatasetReference {:connection string,
                            :externalSource string},
 :defaultTableExpirationMs string,
 :linkedDatasetMetadata {:linkState string},
 :isCaseInsensitive boolean,
 :storageBillingModel string,
 :lastModifiedTime string,
 :defaultRoundingMode string,
 :friendlyName string,
 :satisfiesPzs boolean,
 :id string,
 :kind string,
 :defaultCollation string,
 :access [{:role string,
           :iamMember string,
           :specialGroup string,
           :groupByEmail string,
           :routine {:datasetId string,
                     :projectId string,
                     :routineId string},
           :domain string,
           :userByEmail string,
           :dataset {:dataset DatasetReference, :targetTypes [string]},
           :view {:datasetId string,
                  :projectId string,
                  :tableId string}}],
 :location string,
 :datasetReference {:datasetId string, :projectId 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 RFC5789 patch semantics.
sourceraw docstring

undelete$clj

(undelete$ auth parameters body)

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

Required parameters: datasetId, projectId

Optional parameters: none

Body:

{:deletionTime string}

Undeletes a dataset which is within time travel window based on datasetId. If a time is specified, the dataset version deleted at that time is undeleted, else the last live version is undeleted.

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

Required parameters: datasetId, projectId

Optional parameters: none

Body: 

{:deletionTime string}

Undeletes a dataset which is within time travel window based on datasetId. If a time is specified, the dataset version deleted at that time is undeleted, else the last live version is undeleted.
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, :tags [{:tagKey string, :tagValue string}], :labels {}, :satisfiesPzi boolean, :linkedDatasetSource {:sourceDataset DatasetReference}, :maxTimeTravelHours string, :selfLink string, :type string, :etag string, :externalDatasetReference {:connection string, :externalSource string}, :defaultTableExpirationMs string, :linkedDatasetMetadata {:linkState string}, :isCaseInsensitive boolean, :storageBillingModel string, :lastModifiedTime string, :defaultRoundingMode string, :friendlyName string, :satisfiesPzs boolean, :id string, :kind string, :defaultCollation string, :access [{:role string, :iamMember string, :specialGroup string, :groupByEmail string, :routine {:datasetId string, :projectId string, :routineId string}, :domain string, :userByEmail string, :dataset {:dataset DatasetReference, :targetTypes [string]}, :view {:datasetId string, :projectId string, :tableId string}}], :location string, :datasetReference {:datasetId string, :projectId 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,
 :tags [{:tagKey string, :tagValue string}],
 :labels {},
 :satisfiesPzi boolean,
 :linkedDatasetSource {:sourceDataset DatasetReference},
 :maxTimeTravelHours string,
 :selfLink string,
 :type string,
 :etag string,
 :externalDatasetReference {:connection string,
                            :externalSource string},
 :defaultTableExpirationMs string,
 :linkedDatasetMetadata {:linkState string},
 :isCaseInsensitive boolean,
 :storageBillingModel string,
 :lastModifiedTime string,
 :defaultRoundingMode string,
 :friendlyName string,
 :satisfiesPzs boolean,
 :id string,
 :kind string,
 :defaultCollation string,
 :access [{:role string,
           :iamMember string,
           :specialGroup string,
           :groupByEmail string,
           :routine {:datasetId string,
                     :projectId string,
                     :routineId string},
           :domain string,
           :userByEmail string,
           :dataset {:dataset DatasetReference, :targetTypes [string]},
           :view {:datasetId string,
                  :projectId string,
                  :tableId string}}],
 :location string,
 :datasetReference {:datasetId string, :projectId 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