@@ -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
0 commit comments