Skip to content

Commit 0eb3a33

Browse files
feat: Automated regeneration of bigquery v2 client (googleapis#25826)
Auto-created at 2026-03-01 09:46:25 +0000 using the toys pull request generator.
1 parent 0e70796 commit 0eb3a33

5 files changed

Lines changed: 44 additions & 4 deletions

File tree

api_names_out.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57784,6 +57784,10 @@
5778457784
"/bigquery:v2/IdentityColumnInfo/start": start
5778557785
"/bigquery:v2/IncrementalResultStats": incremental_result_stats
5778657786
"/bigquery:v2/IncrementalResultStats/disabledReason": disabled_reason
57787+
"/bigquery:v2/IncrementalResultStats/disabledReasonDetails": disabled_reason_details
57788+
"/bigquery:v2/IncrementalResultStats/firstIncrementalRowTime": first_incremental_row_time
57789+
"/bigquery:v2/IncrementalResultStats/incrementalRowCount": incremental_row_count
57790+
"/bigquery:v2/IncrementalResultStats/lastIncrementalRowTime": last_incremental_row_time
5778757791
"/bigquery:v2/IncrementalResultStats/resultSetLastModifyTime": result_set_last_modify_time
5778857792
"/bigquery:v2/IncrementalResultStats/resultSetLastReplaceTime": result_set_last_replace_time
5778957793
"/bigquery:v2/IndexPruningStats": index_pruning_stats

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.99.0 (2026-03-01)
4+
5+
* Regenerated from discovery document revision 20260211
6+
37
### v0.98.0 (2026-01-25)
48

59
* Regenerated from discovery document revision 20260118

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

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1779,8 +1779,8 @@ def update!(**args)
17791779
end
17801780

17811781
# 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).
17841784
class DataPolicyOption
17851785
include Google::Apis::Core::Hashable
17861786

@@ -4249,6 +4249,30 @@ class IncrementalResultStats
42494249
# @return [String]
42504250
attr_accessor :disabled_reason
42514251

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+
42524276
# Output only. The time at which the result table's contents were modified. May
42534277
# be absent if no results have been written or the query has completed.
42544278
# Corresponds to the JSON property `resultSetLastModifyTime`
@@ -4269,6 +4293,10 @@ def initialize(**args)
42694293
# Update properties of this object
42704294
def update!(**args)
42714295
@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)
42724300
@result_set_last_modify_time = args[:result_set_last_modify_time] if args.key?(:result_set_last_modify_time)
42734301
@result_set_last_replace_time = args[:result_set_last_replace_time] if args.key?(:result_set_last_replace_time)
42744302
end

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.98.0"
19+
GEM_VERSION = "0.99.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260118"
25+
REVISION = "20260211"
2626
end
2727
end
2828
end

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2400,6 +2400,10 @@ class IncrementalResultStats
24002400
# @private
24012401
class Representation < Google::Apis::Core::JsonRepresentation
24022402
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'
24032407
property :result_set_last_modify_time, as: 'resultSetLastModifyTime'
24042408
property :result_set_last_replace_time, as: 'resultSetLastReplaceTime'
24052409
end

0 commit comments

Comments
 (0)