google-apis-bigquery_v2 0.85.0 → 0.87.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 61b53c4716137572f6011b445f68f50456148d3d6d994c5c8f2caf649be34156
4
- data.tar.gz: bc5a5f698a5d1e48dbb34849c8b90d25e78f9bb6ed93f543f5b44ea3c7c3a9cb
3
+ metadata.gz: a7da5f69c4edcf7ccd68cd3cf1575052b5e3054190b109e57e1ba4f217835e58
4
+ data.tar.gz: a80c1ce3a1a3b60dbf76cff64ed1f4633e34be0c621e9d1ebd77eb363f51f017
5
5
  SHA512:
6
- metadata.gz: 67ea55ceca5a8b1766b22cf47ad668a132ad205102a8926725c6c284689a19873813b35299b0a0f5050e7aad985264469170319466fd6a1d612bb46965d28d45
7
- data.tar.gz: f35fa4bafdb456ecd7bd97e026297cd985e141b413806f9bf763a75e705c755dbbc299292ee3fe6a951cd24695ce68d9cf7291a7a90baa3addca0cac2fe24dd8
6
+ metadata.gz: dd3823d1a79828fb6d6c5a2b23415f2f21070274647edfce779f16d0574cedbb21de50f60ab6bcda06f6c855d8404e1c347f10e4feb2d7a20652db5027106154
7
+ data.tar.gz: 4b703bdf7e0094eed6252e218a7e6d0dc02f325e449160488dcf0c29eb131066c6b9274dee6d953873cf21cf9b37692eef2d2eae91f7c88a9c11c97374219ffb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-bigquery_v2
2
2
 
3
+ ### v0.87.0 (2025-04-20)
4
+
5
+ * Regenerated from discovery document revision 20250404
6
+
7
+ ### v0.86.0 (2025-03-23)
8
+
9
+ * Regenerated from discovery document revision 20250313
10
+
3
11
  ### v0.85.0 (2025-03-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20250302
@@ -690,7 +690,8 @@ module Google
690
690
  end
691
691
  end
692
692
 
693
- # Configuration for BigLake managed tables.
693
+ # Configuration for BigQuery tables for Apache Iceberg (formerly BigLake managed
694
+ # tables.)
694
695
  class BigLakeConfiguration
695
696
  include Google::Apis::Core::Hashable
696
697
 
@@ -4497,6 +4498,14 @@ module Google
4497
4498
  # @return [Google::Apis::BigqueryV2::JobConfigurationQuery]
4498
4499
  attr_accessor :query
4499
4500
 
4501
+ # Optional. The reservation that job would use. User can specify a reservation
4502
+ # to execute the job. If reservation is not set, reservation is determined based
4503
+ # on the rules defined by the reservation assignments. The expected format is `
4504
+ # projects/`project`/locations/`location`/reservations/`reservation``.
4505
+ # Corresponds to the JSON property `reservation`
4506
+ # @return [String]
4507
+ attr_accessor :reservation
4508
+
4500
4509
  def initialize(**args)
4501
4510
  update!(**args)
4502
4511
  end
@@ -4511,6 +4520,7 @@ module Google
4511
4520
  @labels = args[:labels] if args.key?(:labels)
4512
4521
  @load = args[:load] if args.key?(:load)
4513
4522
  @query = args[:query] if args.key?(:query)
4523
+ @reservation = args[:reservation] if args.key?(:reservation)
4514
4524
  end
4515
4525
  end
4516
4526
 
@@ -7790,6 +7800,13 @@ module Google
7790
7800
  # @return [String]
7791
7801
  attr_accessor :request_id
7792
7802
 
7803
+ # Optional. The reservation that jobs.query request would use. User can specify
7804
+ # a reservation to execute the job.query. The expected format is `projects/`
7805
+ # project`/locations/`location`/reservations/`reservation``.
7806
+ # Corresponds to the JSON property `reservation`
7807
+ # @return [String]
7808
+ attr_accessor :reservation
7809
+
7793
7810
  # Optional. Optional: Specifies the maximum amount of time, in milliseconds,
7794
7811
  # that the client is willing to wait for the query to complete. By default, this
7795
7812
  # limit is 10 seconds (10,000 milliseconds). If the query is complete, the
@@ -7856,6 +7873,7 @@ module Google
7856
7873
  @query = args[:query] if args.key?(:query)
7857
7874
  @query_parameters = args[:query_parameters] if args.key?(:query_parameters)
7858
7875
  @request_id = args[:request_id] if args.key?(:request_id)
7876
+ @reservation = args[:reservation] if args.key?(:reservation)
7859
7877
  @timeout_ms = args[:timeout_ms] if args.key?(:timeout_ms)
7860
7878
  @use_legacy_sql = args[:use_legacy_sql] if args.key?(:use_legacy_sql)
7861
7879
  @use_query_cache = args[:use_query_cache] if args.key?(:use_query_cache)
@@ -9591,7 +9609,8 @@ module Google
9591
9609
  class Table
9592
9610
  include Google::Apis::Core::Hashable
9593
9611
 
9594
- # Configuration for BigLake managed tables.
9612
+ # Configuration for BigQuery tables for Apache Iceberg (formerly BigLake managed
9613
+ # tables.)
9595
9614
  # Corresponds to the JSON property `biglakeConfiguration`
9596
9615
  # @return [Google::Apis::BigqueryV2::BigLakeConfiguration]
9597
9616
  attr_accessor :biglake_configuration
@@ -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.85.0"
19
+ GEM_VERSION = "0.87.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250302"
25
+ REVISION = "20250404"
26
26
  end
27
27
  end
28
28
  end
@@ -2453,6 +2453,7 @@ module Google
2453
2453
 
2454
2454
  property :query, as: 'query', class: Google::Apis::BigqueryV2::JobConfigurationQuery, decorator: Google::Apis::BigqueryV2::JobConfigurationQuery::Representation
2455
2455
 
2456
+ property :reservation, as: 'reservation'
2456
2457
  end
2457
2458
  end
2458
2459
 
@@ -3230,6 +3231,7 @@ module Google
3230
3231
  collection :query_parameters, as: 'queryParameters', class: Google::Apis::BigqueryV2::QueryParameter, decorator: Google::Apis::BigqueryV2::QueryParameter::Representation
3231
3232
 
3232
3233
  property :request_id, as: 'requestId'
3234
+ property :reservation, as: 'reservation'
3233
3235
  property :timeout_ms, as: 'timeoutMs'
3234
3236
  property :use_legacy_sql, as: 'useLegacySql'
3235
3237
  property :use_query_cache, as: 'useQueryCache'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-bigquery_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.85.0
4
+ version: 0.87.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-16 00:00:00.000000000 Z
10
+ date: 2025-04-20 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquery_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.85.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.87.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquery_v2
62
62
  rdoc_options: []
63
63
  require_paths: