Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 527fcb6

Browse files
committedFeb 25, 2025
feat(bigquery): update the api
#### bigquery:v2 The following keys were added: - schemas.ExternalDataConfiguration.properties.dateFormat.type (Total Keys: 1) - schemas.ExternalDataConfiguration.properties.datetimeFormat.type (Total Keys: 1) - schemas.ExternalDataConfiguration.properties.timeFormat.type (Total Keys: 1) - schemas.ExternalDataConfiguration.properties.timeZone.type (Total Keys: 1) - schemas.ExternalDataConfiguration.properties.timestampFormat.type (Total Keys: 1) - schemas.JobConfigurationLoad.properties.dateFormat.type (Total Keys: 1) - schemas.JobConfigurationLoad.properties.datetimeFormat.type (Total Keys: 1) - schemas.JobConfigurationLoad.properties.timeFormat.type (Total Keys: 1) - schemas.JobConfigurationLoad.properties.timeZone.type (Total Keys: 1) - schemas.JobConfigurationLoad.properties.timestampFormat.type (Total Keys: 1) - schemas.QueryRequest.properties.destinationEncryptionConfiguration.$ref (Total Keys: 1) - schemas.QueryRequest.properties.jobTimeoutMs (Total Keys: 2)
1 parent 8ba32ab commit 527fcb6

File tree

5 files changed

+226
-88
lines changed

5 files changed

+226
-88
lines changed
 

‎docs/dyn/bigquery_v2.datasets.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ <h3>Method Details</h3>
465465
Args:
466466
projectId: string, Required. Project ID of the datasets to be listed (required)
467467
all: boolean, Whether to list all datasets, including hidden ones
468-
filter: string, An expression for filtering the results of the request by label. The syntax is `labels.[:]`. Multiple filters can be ANDed together by connecting with a space. Example: `labels.department:receiving labels.active`. See [Filtering datasets using labels](https://cloud.google.com/bigquery/docs/filtering-labels#filtering_datasets_using_labels) for details.
468+
filter: string, An expression for filtering the results of the request by label. The syntax is `labels.[:]`. Multiple filters can be AND-ed together by connecting with a space. Example: `labels.department:receiving labels.active`. See [Filtering datasets using labels](https://cloud.google.com/bigquery/docs/filtering-labels#filtering_datasets_using_labels) for details.
469469
maxResults: integer, The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.
470470
pageToken: string, Page token, returned by a previous call, to request the next page of results
471471
x__xgafv: string, V1 error format.

0 commit comments

Comments
 (0)
Please sign in to comment.