google-apis-bigquery_v2 0.98.0 → 0.99.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: '00149b7f47cf34b1b55d0f633431061c6923ca3222514efa86bceaa3ffcfcfe4'
4
- data.tar.gz: 61ee7d403a4005b74945cdf9b7b445ff9664999fe62c8933c55fc6a093bd5793
3
+ metadata.gz: 6b70566ce3304fd77fd84cb5c781ca60224f5c95448d26f6aba94079077da557
4
+ data.tar.gz: d33da3abf4ac45b9af22c901c6eb3f4cbbafce09142146518e851708c582ce20
5
5
  SHA512:
6
- metadata.gz: '09e2eedf03f33712712c41ae8a5af237b4939475e52177a99ce151ada40a4d3a5b4ebc49453ded46ba1f592f381246bcbf7268ea00279fd6f13c1a5fe73d9cbd'
7
- data.tar.gz: 4f43471b635c4cc7abfcf479fc92297849968a907ee3714b1423b3e59ba93beed77442ec0328dd7c3bc6160927a425896635acc06f5b42e7c7449109e9292793
6
+ metadata.gz: 237dca8d20a618084a2ec2c1f05d7c6e42cfab46c7664d8c6491f6fe7c08e54fa128b3f569d8c8df9ec89c1c5aee6c5ffe988613ab82d3d8344060d6955f3509
7
+ data.tar.gz: ab67be74c65bdad2ab328774105403acddcfe1c566e60e4f14b9772b93c28df7f6b31fbc3c5181009191ed3aabac2a0341cb911730a99ebc17ced38ebb2c093e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigquery_v2
2
2
 
3
+ ### v0.99.0 (2026-03-01)
4
+
5
+ * Regenerated from discovery document revision 20260211
6
+
3
7
  ### v0.98.0 (2026-01-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20260118
@@ -1779,8 +1779,8 @@ module Google
1779
1779
  end
1780
1780
 
1781
1781
  # Data policy option. For more information, see [Mask data by applying data
1782
- # policies to a column](https://cloud.google.com/bigquery/docs/column-data-
1783
- # masking#data-policies-on-column/).
1782
+ # policies to a column](https://docs.cloud.google.com/bigquery/docs/column-data-
1783
+ # masking#data-policies-on-column).
1784
1784
  class DataPolicyOption
1785
1785
  include Google::Apis::Core::Hashable
1786
1786
 
@@ -4249,6 +4249,30 @@ module Google
4249
4249
  # @return [String]
4250
4250
  attr_accessor :disabled_reason
4251
4251
 
4252
+ # Output only. Additional human-readable clarification, if available, for
4253
+ # DisabledReason.
4254
+ # Corresponds to the JSON property `disabledReasonDetails`
4255
+ # @return [String]
4256
+ attr_accessor :disabled_reason_details
4257
+
4258
+ # Output only. The time at which the first incremental result was written. If
4259
+ # the query needed to restart internally, this only describes the final attempt.
4260
+ # Corresponds to the JSON property `firstIncrementalRowTime`
4261
+ # @return [String]
4262
+ attr_accessor :first_incremental_row_time
4263
+
4264
+ # Output only. Number of rows that were in the latest result set before query
4265
+ # completion.
4266
+ # Corresponds to the JSON property `incrementalRowCount`
4267
+ # @return [Fixnum]
4268
+ attr_accessor :incremental_row_count
4269
+
4270
+ # Output only. The time at which the last incremental result was written. Does
4271
+ # not include the final result written after query completion.
4272
+ # Corresponds to the JSON property `lastIncrementalRowTime`
4273
+ # @return [String]
4274
+ attr_accessor :last_incremental_row_time
4275
+
4252
4276
  # Output only. The time at which the result table's contents were modified. May
4253
4277
  # be absent if no results have been written or the query has completed.
4254
4278
  # Corresponds to the JSON property `resultSetLastModifyTime`
@@ -4269,6 +4293,10 @@ module Google
4269
4293
  # Update properties of this object
4270
4294
  def update!(**args)
4271
4295
  @disabled_reason = args[:disabled_reason] if args.key?(:disabled_reason)
4296
+ @disabled_reason_details = args[:disabled_reason_details] if args.key?(:disabled_reason_details)
4297
+ @first_incremental_row_time = args[:first_incremental_row_time] if args.key?(:first_incremental_row_time)
4298
+ @incremental_row_count = args[:incremental_row_count] if args.key?(:incremental_row_count)
4299
+ @last_incremental_row_time = args[:last_incremental_row_time] if args.key?(:last_incremental_row_time)
4272
4300
  @result_set_last_modify_time = args[:result_set_last_modify_time] if args.key?(:result_set_last_modify_time)
4273
4301
  @result_set_last_replace_time = args[:result_set_last_replace_time] if args.key?(:result_set_last_replace_time)
4274
4302
  end
@@ -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.98.0"
19
+ GEM_VERSION = "0.99.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260118"
25
+ REVISION = "20260211"
26
26
  end
27
27
  end
28
28
  end
@@ -2400,6 +2400,10 @@ module Google
2400
2400
  # @private
2401
2401
  class Representation < Google::Apis::Core::JsonRepresentation
2402
2402
  property :disabled_reason, as: 'disabledReason'
2403
+ property :disabled_reason_details, as: 'disabledReasonDetails'
2404
+ property :first_incremental_row_time, as: 'firstIncrementalRowTime'
2405
+ property :incremental_row_count, :numeric_string => true, as: 'incrementalRowCount'
2406
+ property :last_incremental_row_time, as: 'lastIncrementalRowTime'
2403
2407
  property :result_set_last_modify_time, as: 'resultSetLastModifyTime'
2404
2408
  property :result_set_last_replace_time, as: 'resultSetLastReplaceTime'
2405
2409
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-bigquery_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.98.0
4
+ version: 0.99.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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.98.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.99.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: