Skip to content

Commit 06e122c

Browse files
feat: Automated regeneration of bigquery v2 client (googleapis#20582)
Auto-created at 2024-11-17 09:48:29 +0000 using the toys pull request generator.
1 parent a978c7c commit 06e122c

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
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.81.0 (2024-11-17)
4+
5+
* Regenerated from discovery document revision 20241027
6+
37
### v0.80.0 (2024-10-27)
48

59
* Regenerated from discovery document revision 20241013

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -666,27 +666,27 @@ def update!(**args)
666666
class BigLakeConfiguration
667667
include Google::Apis::Core::Hashable
668668

669-
# Required. The connection specifying the credentials to be used to read and
669+
# Optional. The connection specifying the credentials to be used to read and
670670
# write to external storage, such as Cloud Storage. The connection_id can have
671671
# the form ``project`.`location`.`connection_id`` or `projects/`project`/
672672
# locations/`location`/connections/`connection_id`".
673673
# Corresponds to the JSON property `connectionId`
674674
# @return [String]
675675
attr_accessor :connection_id
676676

677-
# Required. The file format the table data is stored in.
677+
# Optional. The file format the table data is stored in.
678678
# Corresponds to the JSON property `fileFormat`
679679
# @return [String]
680680
attr_accessor :file_format
681681

682-
# Required. The fully qualified location prefix of the external folder where
682+
# Optional. The fully qualified location prefix of the external folder where
683683
# table data is stored. The '*' wildcard character is not allowed. The URI
684684
# should be in the format `gs://bucket/path_to_table/`
685685
# Corresponds to the JSON property `storageUri`
686686
# @return [String]
687687
attr_accessor :storage_uri
688688

689-
# Required. The table format the metadata only snapshots are stored in.
689+
# Optional. The table format the metadata only snapshots are stored in.
690690
# Corresponds to the JSON property `tableFormat`
691691
# @return [String]
692692
attr_accessor :table_format
@@ -10724,7 +10724,7 @@ class TrainingOptions
1072410724

1072510725
# The contribution metric. Applies to contribution analysis models. Allowed
1072610726
# formats supported are for summable and summable ratio contribution metrics.
10727-
# These include expressions such as "SUM(x)" or "SUM(x)/SUM(y)", where x and y
10727+
# These include expressions such as `SUM(x)` or `SUM(x)/SUM(y)`, where x and y
1072810728
# are column names from the base table.
1072910729
# Corresponds to the JSON property `contributionMetric`
1073010730
# @return [String]

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.80.0"
19+
GEM_VERSION = "0.81.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 = "20241013"
25+
REVISION = "20241027"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)