Skip to content

Commit 09d1f61

Browse files
feat: Automated regeneration of bigquery v2 client (googleapis#21149)
Auto-created at 2025-01-05 10:11:34 +0000 using the toys pull request generator.
1 parent 5568635 commit 09d1f61

File tree

4 files changed

+42
-35
lines changed

4 files changed

+42
-35
lines changed

generated/google-apis-bigquery_v2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-bigquery_v2
22

3+
### v0.83.0 (2025-01-05)
4+
5+
* Regenerated from discovery document revision 20241222
6+
37
### v0.82.0 (2024-12-08)
48

59
* Regenerated from discovery document revision 20241115

generated/google-apis-bigquery_v2/lib/google/apis/bigquery_v2/classes.rb

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1411,8 +1411,8 @@ class Clustering
14111411
# One or more fields on which data should be clustered. Only top-level, non-
14121412
# repeated, simple-type fields are supported. The ordering of the clustering
14131413
# fields should be prioritized from most to least important for filtering
1414-
# purposes. Additional information on limitations can be found here: https://
1415-
# cloud.google.com/bigquery/docs/creating-clustered-tables#limitations
1414+
# purposes. For additional information, see [Introduction to clustered tables](
1415+
# https://cloud.google.com/bigquery/docs/clustered-tables#limitations).
14161416
# Corresponds to the JSON property `fields`
14171417
# @return [Array<String>]
14181418
attr_accessor :fields
@@ -1819,7 +1819,7 @@ class Dataset
18191819
attr_accessor :etag
18201820

18211821
# Options defining open source compatible datasets living in the BigQuery
1822-
# catalog. Contains metadata of open source database, schema or namespace
1822+
# catalog. Contains metadata of open source database, schema, or namespace
18231823
# represented by the current dataset.
18241824
# Corresponds to the JSON property `externalCatalogDatasetOptions`
18251825
# @return [Google::Apis::BigqueryV2::ExternalCatalogDatasetOptions]
@@ -3026,7 +3026,7 @@ def update!(**args)
30263026
end
30273027

30283028
# Options defining open source compatible datasets living in the BigQuery
3029-
# catalog. Contains metadata of open source database, schema or namespace
3029+
# catalog. Contains metadata of open source database, schema, or namespace
30303030
# represented by the current dataset.
30313031
class ExternalCatalogDatasetOptions
30323032
include Google::Apis::Core::Hashable
@@ -3038,7 +3038,7 @@ class ExternalCatalogDatasetOptions
30383038
attr_accessor :default_storage_location_uri
30393039

30403040
# Optional. A map of key value pairs defining the parameters and properties of
3041-
# the open source schema. Maximum size of 2Mib.
3041+
# the open source schema. Maximum size of 2MiB.
30423042
# Corresponds to the JSON property `parameters`
30433043
# @return [Hash<String,String>]
30443044
attr_accessor :parameters
@@ -3055,21 +3055,22 @@ def update!(**args)
30553055
end
30563056

30573057
# Metadata about open source compatible table. The fields contained in these
3058-
# options correspond to hive metastore's table level properties.
3058+
# options correspond to Hive metastore's table-level properties.
30593059
class ExternalCatalogTableOptions
30603060
include Google::Apis::Core::Hashable
30613061

3062-
# Optional. The connection specifying the credentials to be used to read
3063-
# external storage, such as Azure Blob, Cloud Storage, or S3. The connection is
3064-
# needed to read the open source table from BigQuery Engine. The connection_id
3065-
# can have the form `..` or `projects//locations//connections/`.
3062+
# Optional. A connection ID that specifies the credentials to be used to read
3063+
# external storage, such as Azure Blob, Cloud Storage, or Amazon S3. This
3064+
# connection is needed to read the open source table from BigQuery. The
3065+
# connection_id format must be either `..` or `projects//locations//connections/`
3066+
# .
30663067
# Corresponds to the JSON property `connectionId`
30673068
# @return [String]
30683069
attr_accessor :connection_id
30693070

3070-
# Optional. A map of key value pairs defining the parameters and properties of
3071-
# the open source table. Corresponds with hive meta store table parameters.
3072-
# Maximum size of 4Mib.
3071+
# Optional. A map of the key-value pairs defining the parameters and properties
3072+
# of the open source table. Corresponds with Hive metastore table parameters.
3073+
# Maximum size of 4MiB.
30733074
# Corresponds to the JSON property `parameters`
30743075
# @return [Hash<String,String>]
30753076
attr_accessor :parameters
@@ -5778,7 +5779,7 @@ class JobStatistics2
57785779
# google.com/bigquery/docs/reference/standard-sql/debugging-statements#assert)
57795780
# statement. * `INSERT`: [`INSERT`](https://cloud.google.com/bigquery/docs/
57805781
# reference/standard-sql/dml-syntax#insert_statement) statement. * `UPDATE`: [`
5781-
# UPDATE`](https://cloud.google.com/bigquery/docs/reference/standard-sql/query-
5782+
# UPDATE`](https://cloud.google.com/bigquery/docs/reference/standard-sql/dml-
57825783
# syntax#update_statement) statement. * `DELETE`: [`DELETE`](https://cloud.
57835784
# google.com/bigquery/docs/reference/standard-sql/data-manipulation-language)
57845785
# statement. * `MERGE`: [`MERGE`](https://cloud.google.com/bigquery/docs/
@@ -5787,8 +5788,8 @@ class JobStatistics2
57875788
# sql/data-definition-language#create_table_statement) statement, without `AS
57885789
# SELECT`. * `CREATE_TABLE_AS_SELECT`: [`CREATE TABLE AS SELECT`](https://cloud.
57895790
# google.com/bigquery/docs/reference/standard-sql/data-definition-language#
5790-
# query_statement) statement. * `CREATE_VIEW`: [`CREATE VIEW`](https://cloud.
5791-
# google.com/bigquery/docs/reference/standard-sql/data-definition-language#
5791+
# create_table_statement) statement. * `CREATE_VIEW`: [`CREATE VIEW`](https://
5792+
# cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language#
57925793
# create_view_statement) statement. * `CREATE_MODEL`: [`CREATE MODEL`](https://
57935794
# cloud.google.com/bigquery-ml/docs/reference/standard-sql/bigqueryml-syntax-
57945795
# create#create_model_statement) statement. * `CREATE_MATERIALIZED_VIEW`: [`
@@ -5846,7 +5847,7 @@ class JobStatistics2
58465847
# bigquery/docs/reference/standard-sql/data-definition-language#
58475848
# alter_materialized_view_set_options_statement) statement. * `ALTER_SCHEMA`: [`
58485849
# ALTER SCHEMA`](https://cloud.google.com/bigquery/docs/reference/standard-sql/
5849-
# data-definition-language#aalter_schema_set_options_statement) statement. * `
5850+
# data-definition-language#alter_schema_set_options_statement) statement. * `
58505851
# SCRIPT`: [`SCRIPT`](https://cloud.google.com/bigquery/docs/reference/standard-
58515852
# sql/procedural-language). * `TRUNCATE_TABLE`: [`TRUNCATE TABLE`](https://cloud.
58525853
# google.com/bigquery/docs/reference/standard-sql/dml-syntax#
@@ -7552,8 +7553,9 @@ class QueryRequest
75527553
# @return [Hash<String,String>]
75537554
attr_accessor :labels
75547555

7555-
# The geographic location where the job should run. See details at https://cloud.
7556-
# google.com/bigquery/docs/locations#specifying_your_location.
7556+
# The geographic location where the job should run. For more information, see
7557+
# how to [specify locations](https://cloud.google.com/bigquery/docs/locations#
7558+
# specify_locations).
75577559
# Corresponds to the JSON property `location`
75587560
# @return [String]
75597561
attr_accessor :location
@@ -9343,7 +9345,7 @@ class Table
93439345
attr_accessor :expiration_time
93449346

93459347
# Metadata about open source compatible table. The fields contained in these
9346-
# options correspond to hive metastore's table level properties.
9348+
# options correspond to Hive metastore's table-level properties.
93479349
# Corresponds to the JSON property `externalCatalogTableOptions`
93489350
# @return [Google::Apis::BigqueryV2::ExternalCatalogTableOptions]
93499351
attr_accessor :external_catalog_table_options
@@ -10753,8 +10755,8 @@ class TrainingOptions
1075310755
# When data_split_method is SEQ, the first DATA_SPLIT_EVAL_FRACTION rows (from
1075410756
# smallest to largest) in the corresponding column are used as training data,
1075510757
# and the rest are eval data. It respects the order in Orderable data types:
10756-
# https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#data-
10757-
# type-properties
10758+
# https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#
10759+
# data_type_properties
1075810760
# Corresponds to the JSON property `dataSplitColumn`
1075910761
# @return [String]
1076010762
attr_accessor :data_split_column

generated/google-apis-bigquery_v2/lib/google/apis/bigquery_v2/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module BigqueryV2
1818
# Version of the google-apis-bigquery_v2 gem
19-
GEM_VERSION = "0.82.0"
19+
GEM_VERSION = "0.83.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241115"
25+
REVISION = "20241222"
2626
end
2727
end
2828
end

generated/google-apis-bigquery_v2/lib/google/apis/bigquery_v2/service.rb

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -388,11 +388,11 @@ def update_dataset(project_id, dataset_id, dataset_object = nil, access_policy_v
388388
# @param [String] job_id
389389
# Required. Job ID of the job to cancel
390390
# @param [String] location
391-
# The geographic location of the job. You must specify the location to run the
392-
# job for the following scenarios: * If the location to run a job is not in the `
393-
# us` or the `eu` multi-regional location * If the job's location is in a single
394-
# region (for example, `us-central1`) For more information, see https://cloud.
395-
# google.com/bigquery/docs/locations#specifying_your_location.
391+
# The geographic location of the job. You must [specify the location](https://
392+
# cloud.google.com/bigquery/docs/locations#specify_locations) to run the job for
393+
# the following scenarios: * If the location to run a job is not in the `us` or
394+
# the `eu` multi-regional location * If the job's location is in a single region
395+
# (for example, `us-central1`)
396396
# @param [String] fields
397397
# Selector specifying which fields to include in a partial response.
398398
# @param [String] quota_user
@@ -431,8 +431,9 @@ def cancel_job(project_id, job_id, location: nil, fields: nil, quota_user: nil,
431431
# parent job which has child jobs, the metadata from all child jobs will be
432432
# deleted as well. Direct deletion of the metadata of child jobs is not allowed.
433433
# @param [String] location
434-
# The geographic location of the job. Required. See details at: https://cloud.
435-
# google.com/bigquery/docs/locations#specifying_your_location.
434+
# The geographic location of the job. Required. For more information, see how to
435+
# [specify locations](https://cloud.google.com/bigquery/docs/locations#
436+
# specify_locations).
436437
# @param [String] fields
437438
# Selector specifying which fields to include in a partial response.
438439
# @param [String] quota_user
@@ -471,8 +472,8 @@ def delete_job(project_id, job_id, location: nil, fields: nil, quota_user: nil,
471472
# The geographic location of the job. You must specify the location to run the
472473
# job for the following scenarios: * If the location to run a job is not in the `
473474
# us` or the `eu` multi-regional location * If the job's location is in a single
474-
# region (for example, `us-central1`) For more information, see https://cloud.
475-
# google.com/bigquery/docs/locations#specifying_your_location.
475+
# region (for example, `us-central1`) For more information, see how to [specify
476+
# locations](https://cloud.google.com/bigquery/docs/locations#specify_locations).
476477
# @param [String] fields
477478
# Selector specifying which fields to include in a partial response.
478479
# @param [String] quota_user
@@ -513,8 +514,8 @@ def get_job(project_id, job_id, location: nil, fields: nil, quota_user: nil, opt
513514
# The geographic location of the job. You must specify the location to run the
514515
# job for the following scenarios: * If the location to run a job is not in the `
515516
# us` or the `eu` multi-regional location * If the job's location is in a single
516-
# region (for example, `us-central1`) For more information, see https://cloud.
517-
# google.com/bigquery/docs/locations#specifying_your_location.
517+
# region (for example, `us-central1`) For more information, see how to [specify
518+
# locations](https://cloud.google.com/bigquery/docs/locations#specify_locations).
518519
# @param [Fixnum] max_results
519520
# Maximum number of results to read.
520521
# @param [String] page_token

0 commit comments

Comments
 (0)