google-apis-bigquery_v2 0.76.0 → 0.78.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/bigquery_v2/classes.rb +151 -123
- data/lib/google/apis/bigquery_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a20c8641127a48e068c03e822787d6c6834a197386b0645b66ef8d6cb4fc417a
|
|
4
|
+
data.tar.gz: 21f2b4558f540fc561f1db15fd11b33e95b1981f9bddf2febb4425c1bb00da29
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d2cacd99c24220bf16fd3dc5a8b3fa79f45724edbb0da8ff66eb150320864d8fb8b60b25fb9834a6a6bbbac1a353d3b6631cf0930d84dd8ad1cdacd94945d091
|
|
7
|
+
data.tar.gz: bf2d68a2da7b5e1bdf26439ebcfc93a152a65569fff287fa5e450d7ce2b00eac7caa114b4a69eb5d501750e52aa26234825ee052b477384bbe084f399fa13ddd
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-bigquery_v2
|
|
2
2
|
|
|
3
|
+
### v0.78.0 (2024-09-15)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240905
|
|
6
|
+
|
|
7
|
+
### v0.77.0 (2024-08-25)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20240815
|
|
10
|
+
|
|
3
11
|
### v0.76.0 (2024-08-18)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20240803
|
|
@@ -131,7 +131,8 @@ module Google
|
|
|
131
131
|
# arrayElementType": `"typeKind": "STRING"` ` * STRUCT>: ` "typeKind": "STRUCT",
|
|
132
132
|
# "structType": ` "fields": [ ` "name": "x", "type": `"typeKind": "STRING"` `, `
|
|
133
133
|
# "name": "y", "type": ` "typeKind": "ARRAY", "arrayElementType": `"typeKind": "
|
|
134
|
-
# DATE"` ` ` ] ` `
|
|
134
|
+
# DATE"` ` ` ] ` ` * RANGE: ` "typeKind": "RANGE", "rangeElementType": `"
|
|
135
|
+
# typeKind": "DATE"` `
|
|
135
136
|
# Corresponds to the JSON property `dataType`
|
|
136
137
|
# @return [Google::Apis::BigqueryV2::StandardSqlDataType]
|
|
137
138
|
attr_accessor :data_type
|
|
@@ -1892,20 +1893,21 @@ module Google
|
|
|
1892
1893
|
# @return [Fixnum]
|
|
1893
1894
|
attr_accessor :max_time_travel_hours
|
|
1894
1895
|
|
|
1895
|
-
# Optional. The [tags](/bigquery/docs/tags) attached to
|
|
1896
|
-
# are globally unique. Tag key is expected to be in the
|
|
1897
|
-
# example "123456789012/environment" where 123456789012
|
|
1898
|
-
# organization or project resource for this tag key. Tag
|
|
1899
|
-
# the short name, for example "Production". See [Tag
|
|
1900
|
-
# access-control#definitions)
|
|
1896
|
+
# Optional. The [tags](https://cloud.google.com/bigquery/docs/tags) attached to
|
|
1897
|
+
# this dataset. Tag keys are globally unique. Tag key is expected to be in the
|
|
1898
|
+
# namespaced format, for example "123456789012/environment" where 123456789012
|
|
1899
|
+
# is the ID of the parent organization or project resource for this tag key. Tag
|
|
1900
|
+
# value is expected to be the short name, for example "Production". See [Tag
|
|
1901
|
+
# definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions)
|
|
1902
|
+
# for more details.
|
|
1901
1903
|
# Corresponds to the JSON property `resourceTags`
|
|
1902
1904
|
# @return [Hash<String,String>]
|
|
1903
1905
|
attr_accessor :resource_tags
|
|
1904
1906
|
|
|
1905
1907
|
# Optional. Output only. Restriction config for all tables and dataset. If set,
|
|
1906
1908
|
# restrict certain accesses on the dataset and all its tables based on the
|
|
1907
|
-
# config. See [Data egress](/bigquery/docs/analytics-hub-
|
|
1908
|
-
# data_egress) for more details.
|
|
1909
|
+
# config. See [Data egress](https://cloud.google.com/bigquery/docs/analytics-hub-
|
|
1910
|
+
# introduction#data_egress) for more details.
|
|
1909
1911
|
# Corresponds to the JSON property `restrictions`
|
|
1910
1912
|
# @return [Google::Apis::BigqueryV2::RestrictionConfig]
|
|
1911
1913
|
attr_accessor :restrictions
|
|
@@ -3909,8 +3911,9 @@ module Google
|
|
|
3909
3911
|
end
|
|
3910
3912
|
end
|
|
3911
3913
|
|
|
3912
|
-
# Training info of a trial in [hyperparameter tuning](/
|
|
3913
|
-
# reference/standard-sql/bigqueryml-syntax-hp-tuning-overview)
|
|
3914
|
+
# Training info of a trial in [hyperparameter tuning](https://cloud.google.com/
|
|
3915
|
+
# bigquery-ml/docs/reference/standard-sql/bigqueryml-syntax-hp-tuning-overview)
|
|
3916
|
+
# models.
|
|
3914
3917
|
class HparamTuningTrial
|
|
3915
3918
|
include Google::Apis::Core::Hashable
|
|
3916
3919
|
|
|
@@ -4235,8 +4238,8 @@ module Google
|
|
|
4235
4238
|
# com/bigquery/docs/reference/rest/v2/jobs/query) method when used with `
|
|
4236
4239
|
# JOB_CREATION_OPTIONAL` Job creation mode. For [`jobs.insert`](https://cloud.
|
|
4237
4240
|
# google.com/bigquery/docs/reference/rest/v2/jobs/insert) method calls it will
|
|
4238
|
-
# always be `REQUESTED`.
|
|
4239
|
-
#
|
|
4241
|
+
# always be `REQUESTED`. [Preview](https://cloud.google.com/products/#product-
|
|
4242
|
+
# launch-stages)
|
|
4240
4243
|
# Corresponds to the JSON property `jobCreationReason`
|
|
4241
4244
|
# @return [Google::Apis::BigqueryV2::JobCreationReason]
|
|
4242
4245
|
attr_accessor :job_creation_reason
|
|
@@ -5202,8 +5205,8 @@ module Google
|
|
|
5202
5205
|
# com/bigquery/docs/reference/rest/v2/jobs/query) method when used with `
|
|
5203
5206
|
# JOB_CREATION_OPTIONAL` Job creation mode. For [`jobs.insert`](https://cloud.
|
|
5204
5207
|
# google.com/bigquery/docs/reference/rest/v2/jobs/insert) method calls it will
|
|
5205
|
-
# always be `REQUESTED`.
|
|
5206
|
-
#
|
|
5208
|
+
# always be `REQUESTED`. [Preview](https://cloud.google.com/products/#product-
|
|
5209
|
+
# launch-stages)
|
|
5207
5210
|
class JobCreationReason
|
|
5208
5211
|
include Google::Apis::Core::Hashable
|
|
5209
5212
|
|
|
@@ -5750,82 +5753,94 @@ module Google
|
|
|
5750
5753
|
attr_accessor :spark_statistics
|
|
5751
5754
|
|
|
5752
5755
|
# Output only. The type of query statement, if valid. Possible values: * `SELECT`
|
|
5753
|
-
# : [`SELECT`](/bigquery/docs/reference/standard-sql/
|
|
5754
|
-
# statement. * `ASSERT`: [`ASSERT`](
|
|
5755
|
-
# debugging-statements#assert)
|
|
5756
|
+
# : [`SELECT`](https://cloud.google.com/bigquery/docs/reference/standard-sql/
|
|
5757
|
+
# query-syntax#select_list) statement. * `ASSERT`: [`ASSERT`](https://cloud.
|
|
5758
|
+
# google.com/bigquery/docs/reference/standard-sql/debugging-statements#assert)
|
|
5759
|
+
# statement. * `INSERT`: [`INSERT`](https://cloud.google.com/bigquery/docs/
|
|
5756
5760
|
# reference/standard-sql/dml-syntax#insert_statement) statement. * `UPDATE`: [`
|
|
5757
|
-
# UPDATE`](/bigquery/docs/reference/standard-sql/query-
|
|
5758
|
-
# statement. * `DELETE`: [`DELETE`](
|
|
5759
|
-
#
|
|
5761
|
+
# UPDATE`](https://cloud.google.com/bigquery/docs/reference/standard-sql/query-
|
|
5762
|
+
# syntax#update_statement) statement. * `DELETE`: [`DELETE`](https://cloud.
|
|
5763
|
+
# google.com/bigquery/docs/reference/standard-sql/data-manipulation-language)
|
|
5764
|
+
# statement. * `MERGE`: [`MERGE`](https://cloud.google.com/bigquery/docs/
|
|
5760
5765
|
# reference/standard-sql/data-manipulation-language) statement. * `CREATE_TABLE`:
|
|
5761
|
-
# [`CREATE TABLE`](/bigquery/docs/reference/standard-
|
|
5762
|
-
# language#create_table_statement) statement, without `AS
|
|
5763
|
-
# CREATE_TABLE_AS_SELECT`: [`CREATE TABLE AS SELECT`](
|
|
5764
|
-
# standard-sql/data-definition-language#
|
|
5765
|
-
# CREATE_VIEW`: [`CREATE VIEW`](
|
|
5766
|
-
# definition-language#
|
|
5767
|
-
# CREATE MODEL`](
|
|
5766
|
+
# [`CREATE TABLE`](https://cloud.google.com/bigquery/docs/reference/standard-
|
|
5767
|
+
# sql/data-definition-language#create_table_statement) statement, without `AS
|
|
5768
|
+
# SELECT`. * `CREATE_TABLE_AS_SELECT`: [`CREATE TABLE AS SELECT`](https://cloud.
|
|
5769
|
+
# google.com/bigquery/docs/reference/standard-sql/data-definition-language#
|
|
5770
|
+
# query_statement) statement. * `CREATE_VIEW`: [`CREATE VIEW`](https://cloud.
|
|
5771
|
+
# google.com/bigquery/docs/reference/standard-sql/data-definition-language#
|
|
5772
|
+
# create_view_statement) statement. * `CREATE_MODEL`: [`CREATE MODEL`](https://
|
|
5773
|
+
# cloud.google.com/bigquery-ml/docs/reference/standard-sql/bigqueryml-syntax-
|
|
5768
5774
|
# create#create_model_statement) statement. * `CREATE_MATERIALIZED_VIEW`: [`
|
|
5769
|
-
# CREATE MATERIALIZED VIEW`](/bigquery/docs/reference/
|
|
5770
|
-
# definition-language#create_materialized_view_statement)
|
|
5771
|
-
# CREATE_FUNCTION`: [`CREATE FUNCTION`](/
|
|
5772
|
-
# data-definition-language#
|
|
5773
|
-
# CREATE_TABLE_FUNCTION`: [`CREATE
|
|
5774
|
-
# standard-sql/
|
|
5775
|
-
# statement. * `
|
|
5776
|
-
#
|
|
5777
|
-
#
|
|
5778
|
-
#
|
|
5775
|
+
# CREATE MATERIALIZED VIEW`](https://cloud.google.com/bigquery/docs/reference/
|
|
5776
|
+
# standard-sql/data-definition-language#create_materialized_view_statement)
|
|
5777
|
+
# statement. * `CREATE_FUNCTION`: [`CREATE FUNCTION`](https://cloud.google.com/
|
|
5778
|
+
# bigquery/docs/reference/standard-sql/data-definition-language#
|
|
5779
|
+
# create_function_statement) statement. * `CREATE_TABLE_FUNCTION`: [`CREATE
|
|
5780
|
+
# TABLE FUNCTION`](https://cloud.google.com/bigquery/docs/reference/standard-sql/
|
|
5781
|
+
# data-definition-language#create_table_function_statement) statement. * `
|
|
5782
|
+
# CREATE_PROCEDURE`: [`CREATE PROCEDURE`](https://cloud.google.com/bigquery/docs/
|
|
5783
|
+
# reference/standard-sql/data-definition-language#create_procedure) statement. *
|
|
5784
|
+
# `CREATE_ROW_ACCESS_POLICY`: [`CREATE ROW ACCESS POLICY`](https://cloud.google.
|
|
5785
|
+
# com/bigquery/docs/reference/standard-sql/data-definition-language#
|
|
5779
5786
|
# create_row_access_policy_statement) statement. * `CREATE_SCHEMA`: [`CREATE
|
|
5780
|
-
# SCHEMA`](/bigquery/docs/reference/standard-sql/data-
|
|
5781
|
-
# create_schema_statement) statement. * `
|
|
5782
|
-
# SNAPSHOT TABLE`](/
|
|
5783
|
-
# language#
|
|
5784
|
-
#
|
|
5785
|
-
#
|
|
5786
|
-
#
|
|
5787
|
-
#
|
|
5788
|
-
#
|
|
5789
|
-
#
|
|
5787
|
+
# SCHEMA`](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-
|
|
5788
|
+
# definition-language#create_schema_statement) statement. * `
|
|
5789
|
+
# CREATE_SNAPSHOT_TABLE`: [`CREATE SNAPSHOT TABLE`](https://cloud.google.com/
|
|
5790
|
+
# bigquery/docs/reference/standard-sql/data-definition-language#
|
|
5791
|
+
# create_snapshot_table_statement) statement. * `CREATE_SEARCH_INDEX`: [`CREATE
|
|
5792
|
+
# SEARCH INDEX`](https://cloud.google.com/bigquery/docs/reference/standard-sql/
|
|
5793
|
+
# data-definition-language#create_search_index_statement) statement. * `
|
|
5794
|
+
# DROP_TABLE`: [`DROP TABLE`](https://cloud.google.com/bigquery/docs/reference/
|
|
5795
|
+
# standard-sql/data-definition-language#drop_table_statement) statement. * `
|
|
5796
|
+
# DROP_EXTERNAL_TABLE`: [`DROP EXTERNAL TABLE`](https://cloud.google.com/
|
|
5790
5797
|
# bigquery/docs/reference/standard-sql/data-definition-language#
|
|
5791
|
-
#
|
|
5792
|
-
# docs/reference/standard-sql/
|
|
5793
|
-
#
|
|
5794
|
-
# standard-sql/
|
|
5795
|
-
# statement. * `
|
|
5796
|
-
# standard-sql/data-definition-
|
|
5797
|
-
#
|
|
5798
|
-
# standard-sql/
|
|
5799
|
-
#
|
|
5800
|
-
#
|
|
5801
|
-
# [`DROP SEARCH INDEX`](/bigquery/docs/reference/standard-sql/data-definition-
|
|
5802
|
-
# language#drop_search_index) statement. * `DROP_SCHEMA`: [`DROP SCHEMA`](/
|
|
5798
|
+
# drop_external_table_statement) statement. * `DROP_VIEW`: [`DROP VIEW`](https://
|
|
5799
|
+
# cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language#
|
|
5800
|
+
# drop_view_statement) statement. * `DROP_MODEL`: [`DROP MODEL`](https://cloud.
|
|
5801
|
+
# google.com/bigquery-ml/docs/reference/standard-sql/bigqueryml-syntax-drop-
|
|
5802
|
+
# model) statement. * `DROP_MATERIALIZED_VIEW`: [`DROP MATERIALIZED VIEW`](https:
|
|
5803
|
+
# //cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-
|
|
5804
|
+
# language#drop_materialized_view_statement) statement. * `DROP_FUNCTION` : [`
|
|
5805
|
+
# DROP FUNCTION`](https://cloud.google.com/bigquery/docs/reference/standard-sql/
|
|
5806
|
+
# data-definition-language#drop_function_statement) statement. * `
|
|
5807
|
+
# DROP_TABLE_FUNCTION` : [`DROP TABLE FUNCTION`](https://cloud.google.com/
|
|
5803
5808
|
# bigquery/docs/reference/standard-sql/data-definition-language#
|
|
5804
|
-
#
|
|
5805
|
-
#
|
|
5806
|
-
#
|
|
5807
|
-
#
|
|
5808
|
-
# definition-language#
|
|
5809
|
-
#
|
|
5810
|
-
# definition-language#
|
|
5811
|
-
#
|
|
5809
|
+
# drop_table_function) statement. * `DROP_PROCEDURE`: [`DROP PROCEDURE`](https://
|
|
5810
|
+
# cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language#
|
|
5811
|
+
# drop_procedure_statement) statement. * `DROP_SEARCH_INDEX`: [`DROP SEARCH
|
|
5812
|
+
# INDEX`](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-
|
|
5813
|
+
# definition-language#drop_search_index) statement. * `DROP_SCHEMA`: [`DROP
|
|
5814
|
+
# SCHEMA`](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-
|
|
5815
|
+
# definition-language#drop_schema_statement) statement. * `DROP_SNAPSHOT_TABLE`:
|
|
5816
|
+
# [`DROP SNAPSHOT TABLE`](https://cloud.google.com/bigquery/docs/reference/
|
|
5817
|
+
# standard-sql/data-definition-language#drop_snapshot_table_statement) statement.
|
|
5818
|
+
# * `DROP_ROW_ACCESS_POLICY`: [`DROP [ALL] ROW ACCESS POLICY|POLICIES`](https://
|
|
5819
|
+
# cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language#
|
|
5820
|
+
# drop_row_access_policy_statement) statement. * `ALTER_TABLE`: [`ALTER TABLE`](
|
|
5821
|
+
# https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-
|
|
5822
|
+
# language#alter_table_set_options_statement) statement. * `ALTER_VIEW`: [`ALTER
|
|
5823
|
+
# VIEW`](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-
|
|
5812
5824
|
# definition-language#alter_view_set_options_statement) statement. * `
|
|
5813
|
-
# ALTER_MATERIALIZED_VIEW`: [`ALTER MATERIALIZED VIEW`](/
|
|
5814
|
-
# standard-sql/data-definition-language#
|
|
5825
|
+
# ALTER_MATERIALIZED_VIEW`: [`ALTER MATERIALIZED VIEW`](https://cloud.google.com/
|
|
5826
|
+
# bigquery/docs/reference/standard-sql/data-definition-language#
|
|
5815
5827
|
# alter_materialized_view_set_options_statement) statement. * `ALTER_SCHEMA`: [`
|
|
5816
|
-
# ALTER SCHEMA`](/bigquery/docs/reference/standard-sql/
|
|
5817
|
-
# aalter_schema_set_options_statement) statement. * `
|
|
5818
|
-
# bigquery/docs/reference/standard-
|
|
5819
|
-
# [`TRUNCATE TABLE`](
|
|
5828
|
+
# ALTER SCHEMA`](https://cloud.google.com/bigquery/docs/reference/standard-sql/
|
|
5829
|
+
# data-definition-language#aalter_schema_set_options_statement) statement. * `
|
|
5830
|
+
# SCRIPT`: [`SCRIPT`](https://cloud.google.com/bigquery/docs/reference/standard-
|
|
5831
|
+
# sql/procedural-language). * `TRUNCATE_TABLE`: [`TRUNCATE TABLE`](https://cloud.
|
|
5832
|
+
# google.com/bigquery/docs/reference/standard-sql/dml-syntax#
|
|
5820
5833
|
# truncate_table_statement) statement. * `CREATE_EXTERNAL_TABLE`: [`CREATE
|
|
5821
|
-
# EXTERNAL TABLE`](/bigquery/docs/reference/standard-sql/
|
|
5822
|
-
# language#create_external_table_statement) statement. * `
|
|
5823
|
-
# DATA`](/bigquery/docs/reference/
|
|
5824
|
-
# export_data_statement) statement. * `
|
|
5825
|
-
# ml/docs/
|
|
5826
|
-
#
|
|
5827
|
-
#
|
|
5828
|
-
#
|
|
5834
|
+
# EXTERNAL TABLE`](https://cloud.google.com/bigquery/docs/reference/standard-sql/
|
|
5835
|
+
# data-definition-language#create_external_table_statement) statement. * `
|
|
5836
|
+
# EXPORT_DATA`: [`EXPORT DATA`](https://cloud.google.com/bigquery/docs/reference/
|
|
5837
|
+
# standard-sql/other-statements#export_data_statement) statement. * `
|
|
5838
|
+
# EXPORT_MODEL`: [`EXPORT MODEL`](https://cloud.google.com/bigquery-ml/docs/
|
|
5839
|
+
# reference/standard-sql/bigqueryml-syntax-export-model) statement. * `LOAD_DATA`
|
|
5840
|
+
# : [`LOAD DATA`](https://cloud.google.com/bigquery/docs/reference/standard-sql/
|
|
5841
|
+
# other-statements#load_data_statement) statement. * `CALL`: [`CALL`](https://
|
|
5842
|
+
# cloud.google.com/bigquery/docs/reference/standard-sql/procedural-language#call)
|
|
5843
|
+
# statement.
|
|
5829
5844
|
# Corresponds to the JSON property `statementType`
|
|
5830
5845
|
# @return [String]
|
|
5831
5846
|
attr_accessor :statement_type
|
|
@@ -6531,15 +6546,16 @@ module Google
|
|
|
6531
6546
|
class MlStatistics
|
|
6532
6547
|
include Google::Apis::Core::Hashable
|
|
6533
6548
|
|
|
6534
|
-
# Output only. Trials of a [hyperparameter tuning job](/
|
|
6535
|
-
# reference/standard-sql/bigqueryml-syntax-hp-tuning-overview)
|
|
6536
|
-
# trial_id.
|
|
6549
|
+
# Output only. Trials of a [hyperparameter tuning job](https://cloud.google.com/
|
|
6550
|
+
# bigquery-ml/docs/reference/standard-sql/bigqueryml-syntax-hp-tuning-overview)
|
|
6551
|
+
# sorted by trial_id.
|
|
6537
6552
|
# Corresponds to the JSON property `hparamTrials`
|
|
6538
6553
|
# @return [Array<Google::Apis::BigqueryV2::HparamTuningTrial>]
|
|
6539
6554
|
attr_accessor :hparam_trials
|
|
6540
6555
|
|
|
6541
|
-
# Results for all completed iterations. Empty for [hyperparameter tuning jobs](
|
|
6542
|
-
# bigquery-ml/docs/reference/standard-sql/bigqueryml-
|
|
6556
|
+
# Results for all completed iterations. Empty for [hyperparameter tuning jobs](
|
|
6557
|
+
# https://cloud.google.com/bigquery-ml/docs/reference/standard-sql/bigqueryml-
|
|
6558
|
+
# syntax-hp-tuning-overview).
|
|
6543
6559
|
# Corresponds to the JSON property `iterationResults`
|
|
6544
6560
|
# @return [Array<Google::Apis::BigqueryV2::IterationResult>]
|
|
6545
6561
|
attr_accessor :iteration_results
|
|
@@ -6591,11 +6607,12 @@ module Google
|
|
|
6591
6607
|
attr_accessor :creation_time
|
|
6592
6608
|
|
|
6593
6609
|
# Output only. The default trial_id to use in TVFs when the trial_id is not
|
|
6594
|
-
# passed in. For single-objective [hyperparameter tuning](
|
|
6595
|
-
# reference/standard-sql/bigqueryml-syntax-hp-tuning-
|
|
6596
|
-
# the best trial ID. For multi-objective [
|
|
6597
|
-
# docs/reference/
|
|
6598
|
-
#
|
|
6610
|
+
# passed in. For single-objective [hyperparameter tuning](https://cloud.google.
|
|
6611
|
+
# com/bigquery-ml/docs/reference/standard-sql/bigqueryml-syntax-hp-tuning-
|
|
6612
|
+
# overview) models, this is the best trial ID. For multi-objective [
|
|
6613
|
+
# hyperparameter tuning](https://cloud.google.com/bigquery-ml/docs/reference/
|
|
6614
|
+
# standard-sql/bigqueryml-syntax-hp-tuning-overview) models, this is the
|
|
6615
|
+
# smallest trial ID among all Pareto optimal trials.
|
|
6599
6616
|
# Corresponds to the JSON property `defaultTrialId`
|
|
6600
6617
|
# @return [Fixnum]
|
|
6601
6618
|
attr_accessor :default_trial_id
|
|
@@ -6640,8 +6657,9 @@ module Google
|
|
|
6640
6657
|
# @return [Google::Apis::BigqueryV2::HparamSearchSpaces]
|
|
6641
6658
|
attr_accessor :hparam_search_spaces
|
|
6642
6659
|
|
|
6643
|
-
# Output only. Trials of a [hyperparameter tuning](/
|
|
6644
|
-
# standard-sql/bigqueryml-syntax-hp-tuning-overview)
|
|
6660
|
+
# Output only. Trials of a [hyperparameter tuning](https://cloud.google.com/
|
|
6661
|
+
# bigquery-ml/docs/reference/standard-sql/bigqueryml-syntax-hp-tuning-overview)
|
|
6662
|
+
# model sorted by trial_id.
|
|
6645
6663
|
# Corresponds to the JSON property `hparamTrials`
|
|
6646
6664
|
# @return [Array<Google::Apis::BigqueryV2::HparamTuningTrial>]
|
|
6647
6665
|
attr_accessor :hparam_trials
|
|
@@ -6683,11 +6701,12 @@ module Google
|
|
|
6683
6701
|
# @return [String]
|
|
6684
6702
|
attr_accessor :model_type
|
|
6685
6703
|
|
|
6686
|
-
# Output only. For single-objective [hyperparameter tuning](
|
|
6687
|
-
# reference/standard-sql/bigqueryml-syntax-hp-tuning-
|
|
6688
|
-
# contains the best trial. For multi-objective [
|
|
6689
|
-
# ml/docs/reference/
|
|
6690
|
-
# it contains all
|
|
6704
|
+
# Output only. For single-objective [hyperparameter tuning](https://cloud.google.
|
|
6705
|
+
# com/bigquery-ml/docs/reference/standard-sql/bigqueryml-syntax-hp-tuning-
|
|
6706
|
+
# overview) models, it only contains the best trial. For multi-objective [
|
|
6707
|
+
# hyperparameter tuning](https://cloud.google.com/bigquery-ml/docs/reference/
|
|
6708
|
+
# standard-sql/bigqueryml-syntax-hp-tuning-overview) models, it contains all
|
|
6709
|
+
# Pareto optimal trials sorted by trial_id.
|
|
6691
6710
|
# Corresponds to the JSON property `optimalTrialIds`
|
|
6692
6711
|
# @return [Array<Fixnum>]
|
|
6693
6712
|
attr_accessor :optimal_trial_ids
|
|
@@ -6800,9 +6819,10 @@ module Google
|
|
|
6800
6819
|
include Google::Apis::Core::Hashable
|
|
6801
6820
|
|
|
6802
6821
|
# The 1-based ID of the trial to be exported from a hyperparameter tuning model.
|
|
6803
|
-
# If not specified, the trial with id = [Model](/
|
|
6804
|
-
# models#resource:-model).defaultTrialId is
|
|
6805
|
-
# models not trained with hyperparameter
|
|
6822
|
+
# If not specified, the trial with id = [Model](https://cloud.google.com/
|
|
6823
|
+
# bigquery/docs/reference/rest/v2/models#resource:-model).defaultTrialId is
|
|
6824
|
+
# exported. This field is ignored for models not trained with hyperparameter
|
|
6825
|
+
# tuning.
|
|
6806
6826
|
# Corresponds to the JSON property `trialId`
|
|
6807
6827
|
# @return [Fixnum]
|
|
6808
6828
|
attr_accessor :trial_id
|
|
@@ -7492,8 +7512,8 @@ module Google
|
|
|
7492
7512
|
attr_accessor :format_options
|
|
7493
7513
|
|
|
7494
7514
|
# Optional. If not set, jobs are always required. If set, the query request will
|
|
7495
|
-
# follow the behavior described JobCreationMode.
|
|
7496
|
-
#
|
|
7515
|
+
# follow the behavior described JobCreationMode. [Preview](https://cloud.google.
|
|
7516
|
+
# com/products/#product-launch-stages)
|
|
7497
7517
|
# Corresponds to the JSON property `jobCreationMode`
|
|
7498
7518
|
# @return [String]
|
|
7499
7519
|
attr_accessor :job_creation_mode
|
|
@@ -7676,8 +7696,8 @@ module Google
|
|
|
7676
7696
|
# com/bigquery/docs/reference/rest/v2/jobs/query) method when used with `
|
|
7677
7697
|
# JOB_CREATION_OPTIONAL` Job creation mode. For [`jobs.insert`](https://cloud.
|
|
7678
7698
|
# google.com/bigquery/docs/reference/rest/v2/jobs/insert) method calls it will
|
|
7679
|
-
# always be `REQUESTED`.
|
|
7680
|
-
#
|
|
7699
|
+
# always be `REQUESTED`. [Preview](https://cloud.google.com/products/#product-
|
|
7700
|
+
# launch-stages)
|
|
7681
7701
|
# Corresponds to the JSON property `jobCreationReason`
|
|
7682
7702
|
# @return [Google::Apis::BigqueryV2::JobCreationReason]
|
|
7683
7703
|
attr_accessor :job_creation_reason
|
|
@@ -7707,8 +7727,8 @@ module Google
|
|
|
7707
7727
|
# @return [String]
|
|
7708
7728
|
attr_accessor :page_token
|
|
7709
7729
|
|
|
7710
|
-
#
|
|
7711
|
-
#
|
|
7730
|
+
# Auto-generated ID for the query. [Preview](https://cloud.google.com/products/#
|
|
7731
|
+
# product-launch-stages)
|
|
7712
7732
|
# Corresponds to the JSON property `queryId`
|
|
7713
7733
|
# @return [String]
|
|
7714
7734
|
attr_accessor :query_id
|
|
@@ -8195,7 +8215,8 @@ module Google
|
|
|
8195
8215
|
# arrayElementType": `"typeKind": "STRING"` ` * STRUCT>: ` "typeKind": "STRUCT",
|
|
8196
8216
|
# "structType": ` "fields": [ ` "name": "x", "type": `"typeKind": "STRING"` `, `
|
|
8197
8217
|
# "name": "y", "type": ` "typeKind": "ARRAY", "arrayElementType": `"typeKind": "
|
|
8198
|
-
# DATE"` ` ` ] ` `
|
|
8218
|
+
# DATE"` ` ` ] ` ` * RANGE: ` "typeKind": "RANGE", "rangeElementType": `"
|
|
8219
|
+
# typeKind": "DATE"` `
|
|
8199
8220
|
# Corresponds to the JSON property `returnType`
|
|
8200
8221
|
# @return [Google::Apis::BigqueryV2::StandardSqlDataType]
|
|
8201
8222
|
attr_accessor :return_type
|
|
@@ -8990,7 +9011,8 @@ module Google
|
|
|
8990
9011
|
# arrayElementType": `"typeKind": "STRING"` ` * STRUCT>: ` "typeKind": "STRUCT",
|
|
8991
9012
|
# "structType": ` "fields": [ ` "name": "x", "type": `"typeKind": "STRING"` `, `
|
|
8992
9013
|
# "name": "y", "type": ` "typeKind": "ARRAY", "arrayElementType": `"typeKind": "
|
|
8993
|
-
# DATE"` ` ` ] ` `
|
|
9014
|
+
# DATE"` ` ` ] ` ` * RANGE: ` "typeKind": "RANGE", "rangeElementType": `"
|
|
9015
|
+
# typeKind": "DATE"` `
|
|
8994
9016
|
class StandardSqlDataType
|
|
8995
9017
|
include Google::Apis::Core::Hashable
|
|
8996
9018
|
|
|
@@ -8999,7 +9021,8 @@ module Google
|
|
|
8999
9021
|
# arrayElementType": `"typeKind": "STRING"` ` * STRUCT>: ` "typeKind": "STRUCT",
|
|
9000
9022
|
# "structType": ` "fields": [ ` "name": "x", "type": `"typeKind": "STRING"` `, `
|
|
9001
9023
|
# "name": "y", "type": ` "typeKind": "ARRAY", "arrayElementType": `"typeKind": "
|
|
9002
|
-
# DATE"` ` ` ] ` `
|
|
9024
|
+
# DATE"` ` ` ] ` ` * RANGE: ` "typeKind": "RANGE", "rangeElementType": `"
|
|
9025
|
+
# typeKind": "DATE"` `
|
|
9003
9026
|
# Corresponds to the JSON property `arrayElementType`
|
|
9004
9027
|
# @return [Google::Apis::BigqueryV2::StandardSqlDataType]
|
|
9005
9028
|
attr_accessor :array_element_type
|
|
@@ -9009,7 +9032,8 @@ module Google
|
|
|
9009
9032
|
# arrayElementType": `"typeKind": "STRING"` ` * STRUCT>: ` "typeKind": "STRUCT",
|
|
9010
9033
|
# "structType": ` "fields": [ ` "name": "x", "type": `"typeKind": "STRING"` `, `
|
|
9011
9034
|
# "name": "y", "type": ` "typeKind": "ARRAY", "arrayElementType": `"typeKind": "
|
|
9012
|
-
# DATE"` ` ` ] ` `
|
|
9035
|
+
# DATE"` ` ` ] ` ` * RANGE: ` "typeKind": "RANGE", "rangeElementType": `"
|
|
9036
|
+
# typeKind": "DATE"` `
|
|
9013
9037
|
# Corresponds to the JSON property `rangeElementType`
|
|
9014
9038
|
# @return [Google::Apis::BigqueryV2::StandardSqlDataType]
|
|
9015
9039
|
attr_accessor :range_element_type
|
|
@@ -9052,7 +9076,8 @@ module Google
|
|
|
9052
9076
|
# arrayElementType": `"typeKind": "STRING"` ` * STRUCT>: ` "typeKind": "STRUCT",
|
|
9053
9077
|
# "structType": ` "fields": [ ` "name": "x", "type": `"typeKind": "STRING"` `, `
|
|
9054
9078
|
# "name": "y", "type": ` "typeKind": "ARRAY", "arrayElementType": `"typeKind": "
|
|
9055
|
-
# DATE"` ` ` ] ` `
|
|
9079
|
+
# DATE"` ` ` ] ` ` * RANGE: ` "typeKind": "RANGE", "rangeElementType": `"
|
|
9080
|
+
# typeKind": "DATE"` `
|
|
9056
9081
|
# Corresponds to the JSON property `type`
|
|
9057
9082
|
# @return [Google::Apis::BigqueryV2::StandardSqlDataType]
|
|
9058
9083
|
attr_accessor :type
|
|
@@ -9118,8 +9143,8 @@ module Google
|
|
|
9118
9143
|
# @return [String]
|
|
9119
9144
|
attr_accessor :input_format
|
|
9120
9145
|
|
|
9121
|
-
# Optional. The physical location of the table (e.g.
|
|
9122
|
-
# pangea-data/case_sensitive
|
|
9146
|
+
# Optional. The physical location of the table (e.g. `gs://spark-dataproc-data/
|
|
9147
|
+
# pangea-data/case_sensitive/` or `gs://spark-dataproc-data/pangea-data/*`). The
|
|
9123
9148
|
# maximum length is 2056 bytes.
|
|
9124
9149
|
# Corresponds to the JSON property `locationUri`
|
|
9125
9150
|
# @return [String]
|
|
@@ -9483,8 +9508,9 @@ module Google
|
|
|
9483
9508
|
attr_accessor :resource_tags
|
|
9484
9509
|
|
|
9485
9510
|
# Optional. Output only. Restriction config for table. If set, restrict certain
|
|
9486
|
-
# accesses on the table based on the config. See [Data egress](
|
|
9487
|
-
# analytics-hub-introduction#data_egress) for more
|
|
9511
|
+
# accesses on the table based on the config. See [Data egress](https://cloud.
|
|
9512
|
+
# google.com/bigquery/docs/analytics-hub-introduction#data_egress) for more
|
|
9513
|
+
# details.
|
|
9488
9514
|
# Corresponds to the JSON property `restrictions`
|
|
9489
9515
|
# @return [Google::Apis::BigqueryV2::RestrictionConfig]
|
|
9490
9516
|
attr_accessor :restrictions
|
|
@@ -9538,8 +9564,8 @@ module Google
|
|
|
9538
9564
|
# storage system, such as Google Cloud Storage. * `MATERIALIZED_VIEW`: A
|
|
9539
9565
|
# precomputed view defined by a SQL query. * `SNAPSHOT`: An immutable BigQuery
|
|
9540
9566
|
# table that preserves the contents of a base table at a particular time. See
|
|
9541
|
-
# additional information on [table snapshots](/bigquery/
|
|
9542
|
-
# intro). The default value is `TABLE`.
|
|
9567
|
+
# additional information on [table snapshots](https://cloud.google.com/bigquery/
|
|
9568
|
+
# docs/table-snapshots-intro). The default value is `TABLE`.
|
|
9543
9569
|
# Corresponds to the JSON property `type`
|
|
9544
9570
|
# @return [String]
|
|
9545
9571
|
attr_accessor :type
|
|
@@ -10058,8 +10084,8 @@ module Google
|
|
|
10058
10084
|
# Required. The field data type. Possible values include: * STRING * BYTES *
|
|
10059
10085
|
# INTEGER (or INT64) * FLOAT (or FLOAT64) * BOOLEAN (or BOOL) * TIMESTAMP * DATE
|
|
10060
10086
|
# * TIME * DATETIME * GEOGRAPHY * NUMERIC * BIGNUMERIC * JSON * RECORD (or
|
|
10061
|
-
# STRUCT) * RANGE
|
|
10062
|
-
#
|
|
10087
|
+
# STRUCT) * RANGE Use of RECORD/STRUCT indicates that the field contains a
|
|
10088
|
+
# nested schema.
|
|
10063
10089
|
# Corresponds to the JSON property `type`
|
|
10064
10090
|
# @return [String]
|
|
10065
10091
|
attr_accessor :type
|
|
@@ -10337,7 +10363,8 @@ module Google
|
|
|
10337
10363
|
# @return [Google::Apis::BigqueryV2::TableReference]
|
|
10338
10364
|
attr_accessor :table_reference
|
|
10339
10365
|
|
|
10340
|
-
# [Table type](/bigquery/docs/reference/rest/v2/tables#
|
|
10366
|
+
# [Table type](https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#
|
|
10367
|
+
# Table.FIELDS.type).
|
|
10341
10368
|
# Corresponds to the JSON property `tableType`
|
|
10342
10369
|
# @return [String]
|
|
10343
10370
|
attr_accessor :table_type
|
|
@@ -11284,7 +11311,8 @@ module Google
|
|
|
11284
11311
|
# arrayElementType": `"typeKind": "STRING"` ` * STRUCT>: ` "typeKind": "STRUCT",
|
|
11285
11312
|
# "structType": ` "fields": [ ` "name": "x", "type": `"typeKind": "STRING"` `, `
|
|
11286
11313
|
# "name": "y", "type": ` "typeKind": "ARRAY", "arrayElementType": `"typeKind": "
|
|
11287
|
-
# DATE"` ` ` ] ` `
|
|
11314
|
+
# DATE"` ` ` ] ` ` * RANGE: ` "typeKind": "RANGE", "rangeElementType": `"
|
|
11315
|
+
# typeKind": "DATE"` `
|
|
11288
11316
|
# Corresponds to the JSON property `type`
|
|
11289
11317
|
# @return [Google::Apis::BigqueryV2::StandardSqlDataType]
|
|
11290
11318
|
attr_accessor :type
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module BigqueryV2
|
|
18
18
|
# Version of the google-apis-bigquery_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.78.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240905"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-bigquery_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.78.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-09-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquery_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.78.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquery_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|