Liking cljdoc? Tell your friends :D

happygapi.bigquery.tables

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

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

delete$clj

(delete$ auth parameters)

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

Required parameters: tableId, projectId, datasetId

Optional parameters: none

Deletes the table specified by tableId from the dataset. If the table contains data, all the data will be deleted.

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

Required parameters: tableId, projectId, datasetId

Optional parameters: none

Deletes the table specified by tableId from the dataset. If the table contains data, all the data will be deleted.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: projectId, datasetId, tableId

Optional parameters: selectedFields

Gets the specified table resource by table ID. This method does not return the data in the table, it only returns the table resource, which describes the structure of this table.

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

Required parameters: projectId, datasetId, tableId

Optional parameters: selectedFields

Gets the specified table resource by table ID. This method does not return the data in the table, it only returns the table resource, which describes the structure of this table.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: datasetId, projectId

Optional parameters: none

Body:

{:creationTime string, :description string, :numBytes string, :schema {:fields [TableFieldSchema]}, :labels {}, :numLongTermBytes string, :numPhysicalBytes string, :numRows string, :expirationTime string, :selfLink string, :type string, :etag string, :timePartitioning {:field string, :expirationMs string, :type string, :requirePartitionFilter boolean}, :requirePartitionFilter boolean, :externalDataConfiguration {:schema TableSchema, :bigtableOptions BigtableOptions, :csvOptions CsvOptions, :autodetect boolean, :compression string, :sourceFormat string, :hivePartitioningMode string, :ignoreUnknownValues boolean, :googleSheetsOptions GoogleSheetsOptions, :hivePartitioningOptions HivePartitioningOptions, :sourceUris [string], :maxBadRecords integer}, :lastModifiedTime string, :clustering {:fields [string]}, :friendlyName string, :tableReference {:tableId string, :projectId string, :datasetId string}, :id string, :rangePartitioning {:range {:interval string, :start string, :end string}, :field string}, :kind string, :streamingBuffer {:estimatedBytes string, :estimatedRows string, :oldestEntryTime string}, :location string, :materializedView {:query string, :enableRefresh boolean, :refreshIntervalMs string, :lastRefreshTime string}, :encryptionConfiguration {:kmsKeyName string}, :view {:query string, :userDefinedFunctionResources [UserDefinedFunctionResource], :useLegacySql boolean}, :model {:modelOptions {:lossType string, :modelType string, :labels [string]}, :trainingRuns [BqmlTrainingRun]}}

Creates a new, empty table in the dataset.

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

Required parameters: datasetId, projectId

Optional parameters: none

Body: 

{:creationTime string,
 :description string,
 :numBytes string,
 :schema {:fields [TableFieldSchema]},
 :labels {},
 :numLongTermBytes string,
 :numPhysicalBytes string,
 :numRows string,
 :expirationTime string,
 :selfLink string,
 :type string,
 :etag string,
 :timePartitioning {:field string,
                    :expirationMs string,
                    :type string,
                    :requirePartitionFilter boolean},
 :requirePartitionFilter boolean,
 :externalDataConfiguration {:schema TableSchema,
                             :bigtableOptions BigtableOptions,
                             :csvOptions CsvOptions,
                             :autodetect boolean,
                             :compression string,
                             :sourceFormat string,
                             :hivePartitioningMode string,
                             :ignoreUnknownValues boolean,
                             :googleSheetsOptions GoogleSheetsOptions,
                             :hivePartitioningOptions HivePartitioningOptions,
                             :sourceUris [string],
                             :maxBadRecords integer},
 :lastModifiedTime string,
 :clustering {:fields [string]},
 :friendlyName string,
 :tableReference {:tableId string,
                  :projectId string,
                  :datasetId string},
 :id string,
 :rangePartitioning {:range {:interval string,
                             :start string,
                             :end string},
                     :field string},
 :kind string,
 :streamingBuffer {:estimatedBytes string,
                   :estimatedRows string,
                   :oldestEntryTime string},
 :location string,
 :materializedView {:query string,
                    :enableRefresh boolean,
                    :refreshIntervalMs string,
                    :lastRefreshTime string},
 :encryptionConfiguration {:kmsKeyName string},
 :view {:query string,
        :userDefinedFunctionResources [UserDefinedFunctionResource],
        :useLegacySql boolean},
 :model {:modelOptions {:lossType string,
                        :modelType string,
                        :labels [string]},
         :trainingRuns [BqmlTrainingRun]}}

Creates a new, empty table in the dataset.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: projectId, datasetId

Optional parameters: maxResults, pageToken

Lists all tables in the specified dataset. Requires the READER dataset role.

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

Required parameters: projectId, datasetId

Optional parameters: maxResults, pageToken

Lists all tables in the specified dataset. Requires the READER dataset role.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

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

Required parameters: projectId, datasetId, tableId

Optional parameters: none

Body:

{:creationTime string, :description string, :numBytes string, :schema {:fields [TableFieldSchema]}, :labels {}, :numLongTermBytes string, :numPhysicalBytes string, :numRows string, :expirationTime string, :selfLink string, :type string, :etag string, :timePartitioning {:field string, :expirationMs string, :type string, :requirePartitionFilter boolean}, :requirePartitionFilter boolean, :externalDataConfiguration {:schema TableSchema, :bigtableOptions BigtableOptions, :csvOptions CsvOptions, :autodetect boolean, :compression string, :sourceFormat string, :hivePartitioningMode string, :ignoreUnknownValues boolean, :googleSheetsOptions GoogleSheetsOptions, :hivePartitioningOptions HivePartitioningOptions, :sourceUris [string], :maxBadRecords integer}, :lastModifiedTime string, :clustering {:fields [string]}, :friendlyName string, :tableReference {:tableId string, :projectId string, :datasetId string}, :id string, :rangePartitioning {:range {:interval string, :start string, :end string}, :field string}, :kind string, :streamingBuffer {:estimatedBytes string, :estimatedRows string, :oldestEntryTime string}, :location string, :materializedView {:query string, :enableRefresh boolean, :refreshIntervalMs string, :lastRefreshTime string}, :encryptionConfiguration {:kmsKeyName string}, :view {:query string, :userDefinedFunctionResources [UserDefinedFunctionResource], :useLegacySql boolean}, :model {:modelOptions {:lossType string, :modelType string, :labels [string]}, :trainingRuns [BqmlTrainingRun]}}

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

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

Required parameters: projectId, datasetId, tableId

Optional parameters: none

Body: 

{:creationTime string,
 :description string,
 :numBytes string,
 :schema {:fields [TableFieldSchema]},
 :labels {},
 :numLongTermBytes string,
 :numPhysicalBytes string,
 :numRows string,
 :expirationTime string,
 :selfLink string,
 :type string,
 :etag string,
 :timePartitioning {:field string,
                    :expirationMs string,
                    :type string,
                    :requirePartitionFilter boolean},
 :requirePartitionFilter boolean,
 :externalDataConfiguration {:schema TableSchema,
                             :bigtableOptions BigtableOptions,
                             :csvOptions CsvOptions,
                             :autodetect boolean,
                             :compression string,
                             :sourceFormat string,
                             :hivePartitioningMode string,
                             :ignoreUnknownValues boolean,
                             :googleSheetsOptions GoogleSheetsOptions,
                             :hivePartitioningOptions HivePartitioningOptions,
                             :sourceUris [string],
                             :maxBadRecords integer},
 :lastModifiedTime string,
 :clustering {:fields [string]},
 :friendlyName string,
 :tableReference {:tableId string,
                  :projectId string,
                  :datasetId string},
 :id string,
 :rangePartitioning {:range {:interval string,
                             :start string,
                             :end string},
                     :field string},
 :kind string,
 :streamingBuffer {:estimatedBytes string,
                   :estimatedRows string,
                   :oldestEntryTime string},
 :location string,
 :materializedView {:query string,
                    :enableRefresh boolean,
                    :refreshIntervalMs string,
                    :lastRefreshTime string},
 :encryptionConfiguration {:kmsKeyName string},
 :view {:query string,
        :userDefinedFunctionResources [UserDefinedFunctionResource],
        :useLegacySql boolean},
 :model {:modelOptions {:lossType string,
                        :modelType string,
                        :labels [string]},
         :trainingRuns [BqmlTrainingRun]}}

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

update$clj

(update$ auth parameters body)

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

Required parameters: datasetId, tableId, projectId

Optional parameters: none

Body:

{:creationTime string, :description string, :numBytes string, :schema {:fields [TableFieldSchema]}, :labels {}, :numLongTermBytes string, :numPhysicalBytes string, :numRows string, :expirationTime string, :selfLink string, :type string, :etag string, :timePartitioning {:field string, :expirationMs string, :type string, :requirePartitionFilter boolean}, :requirePartitionFilter boolean, :externalDataConfiguration {:schema TableSchema, :bigtableOptions BigtableOptions, :csvOptions CsvOptions, :autodetect boolean, :compression string, :sourceFormat string, :hivePartitioningMode string, :ignoreUnknownValues boolean, :googleSheetsOptions GoogleSheetsOptions, :hivePartitioningOptions HivePartitioningOptions, :sourceUris [string], :maxBadRecords integer}, :lastModifiedTime string, :clustering {:fields [string]}, :friendlyName string, :tableReference {:tableId string, :projectId string, :datasetId string}, :id string, :rangePartitioning {:range {:interval string, :start string, :end string}, :field string}, :kind string, :streamingBuffer {:estimatedBytes string, :estimatedRows string, :oldestEntryTime string}, :location string, :materializedView {:query string, :enableRefresh boolean, :refreshIntervalMs string, :lastRefreshTime string}, :encryptionConfiguration {:kmsKeyName string}, :view {:query string, :userDefinedFunctionResources [UserDefinedFunctionResource], :useLegacySql boolean}, :model {:modelOptions {:lossType string, :modelType string, :labels [string]}, :trainingRuns [BqmlTrainingRun]}}

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

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

Required parameters: datasetId, tableId, projectId

Optional parameters: none

Body: 

{:creationTime string,
 :description string,
 :numBytes string,
 :schema {:fields [TableFieldSchema]},
 :labels {},
 :numLongTermBytes string,
 :numPhysicalBytes string,
 :numRows string,
 :expirationTime string,
 :selfLink string,
 :type string,
 :etag string,
 :timePartitioning {:field string,
                    :expirationMs string,
                    :type string,
                    :requirePartitionFilter boolean},
 :requirePartitionFilter boolean,
 :externalDataConfiguration {:schema TableSchema,
                             :bigtableOptions BigtableOptions,
                             :csvOptions CsvOptions,
                             :autodetect boolean,
                             :compression string,
                             :sourceFormat string,
                             :hivePartitioningMode string,
                             :ignoreUnknownValues boolean,
                             :googleSheetsOptions GoogleSheetsOptions,
                             :hivePartitioningOptions HivePartitioningOptions,
                             :sourceUris [string],
                             :maxBadRecords integer},
 :lastModifiedTime string,
 :clustering {:fields [string]},
 :friendlyName string,
 :tableReference {:tableId string,
                  :projectId string,
                  :datasetId string},
 :id string,
 :rangePartitioning {:range {:interval string,
                             :start string,
                             :end string},
                     :field string},
 :kind string,
 :streamingBuffer {:estimatedBytes string,
                   :estimatedRows string,
                   :oldestEntryTime string},
 :location string,
 :materializedView {:query string,
                    :enableRefresh boolean,
                    :refreshIntervalMs string,
                    :lastRefreshTime string},
 :encryptionConfiguration {:kmsKeyName string},
 :view {:query string,
        :userDefinedFunctionResources [UserDefinedFunctionResource],
        :useLegacySql boolean},
 :model {:modelOptions {:lossType string,
                        :modelType string,
                        :labels [string]},
         :trainingRuns [BqmlTrainingRun]}}

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

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

× close