google-apis-bigquery_v2 0.97.0 → 0.98.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: da3cfe9e7cf108660c33a5143f41fd4143f65e356a8aad4da73f2f9839e01ab2
4
- data.tar.gz: 41ef5c77ef2cab85d9926008862d66509088dc9f8d5d2a1c546f76d0a3c3b2bc
3
+ metadata.gz: '00149b7f47cf34b1b55d0f633431061c6923ca3222514efa86bceaa3ffcfcfe4'
4
+ data.tar.gz: 61ee7d403a4005b74945cdf9b7b445ff9664999fe62c8933c55fc6a093bd5793
5
5
  SHA512:
6
- metadata.gz: b5791e2d9eb7e690804fe3c9cf067c909b339860b80d6fb8269caa7a1ce959c8d2a294d68c4810424c2d5f0aaa4c0c10f8fbde5c0a6b06a86c0083cb43ce9287
7
- data.tar.gz: 62ba4970c91221877ffcf1317706608f34c6d4436753d15d54cee9c16b859d73268f0a6dad48d13f26c94a6a66fab86e3fea3c9ebd7a4a41a3112efba96d82ad
6
+ metadata.gz: '09e2eedf03f33712712c41ae8a5af237b4939475e52177a99ce151ada40a4d3a5b4ebc49453ded46ba1f592f381246bcbf7268ea00279fd6f13c1a5fe73d9cbd'
7
+ data.tar.gz: 4f43471b635c4cc7abfcf479fc92297849968a907ee3714b1423b3e59ba93beed77442ec0328dd7c3bc6160927a425896635acc06f5b42e7c7449109e9292793
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigquery_v2
2
2
 
3
+ ### v0.98.0 (2026-01-25)
4
+
5
+ * Regenerated from discovery document revision 20260118
6
+
3
7
  ### v0.97.0 (2026-01-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20251130
@@ -4243,19 +4243,21 @@ module Google
4243
4243
  class IncrementalResultStats
4244
4244
  include Google::Apis::Core::Hashable
4245
4245
 
4246
- # Reason why incremental query results are/were not written by the query.
4246
+ # Output only. Reason why incremental query results are/were not written by the
4247
+ # query.
4247
4248
  # Corresponds to the JSON property `disabledReason`
4248
4249
  # @return [String]
4249
4250
  attr_accessor :disabled_reason
4250
4251
 
4251
- # The time at which the result table's contents were modified. May be absent if
4252
- # no results have been written or the query has completed.
4252
+ # Output only. The time at which the result table's contents were modified. May
4253
+ # be absent if no results have been written or the query has completed.
4253
4254
  # Corresponds to the JSON property `resultSetLastModifyTime`
4254
4255
  # @return [String]
4255
4256
  attr_accessor :result_set_last_modify_time
4256
4257
 
4257
- # The time at which the result table's contents were completely replaced. May be
4258
- # absent if no results have been written or the query has completed.
4258
+ # Output only. The time at which the result table's contents were completely
4259
+ # replaced. May be absent if no results have been written or the query has
4260
+ # completed.
4259
4261
  # Corresponds to the JSON property `resultSetLastReplaceTime`
4260
4262
  # @return [String]
4261
4263
  attr_accessor :result_set_last_replace_time
@@ -5461,8 +5463,8 @@ module Google
5461
5463
  attr_accessor :time_partitioning
5462
5464
 
5463
5465
  # Optional. Specifies whether to use BigQuery's legacy SQL dialect for this
5464
- # query. The default value is true. If set to false, the query will use BigQuery'
5465
- # s GoogleSQL: https://cloud.google.com/bigquery/sql-reference/ When
5466
+ # query. The default value is true. If set to false, the query uses BigQuery's [
5467
+ # GoogleSQL](https://docs.cloud.google.com/bigquery/docs/introduction-sql). When
5466
5468
  # useLegacySql is set to false, the value of flattenResults is ignored; query
5467
5469
  # will be run as if flattenResults is false.
5468
5470
  # Corresponds to the JSON property `useLegacySql`
@@ -8162,10 +8164,10 @@ module Google
8162
8164
  attr_accessor :timeout_ms
8163
8165
 
8164
8166
  # Specifies whether to use BigQuery's legacy SQL dialect for this query. The
8165
- # default value is true. If set to false, the query will use BigQuery's
8166
- # GoogleSQL: https://cloud.google.com/bigquery/sql-reference/ When useLegacySql
8167
- # is set to false, the value of flattenResults is ignored; query will be run as
8168
- # if flattenResults is false.
8167
+ # default value is true. If set to false, the query uses BigQuery's [GoogleSQL](
8168
+ # https://docs.cloud.google.com/bigquery/docs/introduction-sql). When
8169
+ # useLegacySql is set to false, the value of flattenResults is ignored; query
8170
+ # will be run as if flattenResults is false.
8169
8171
  # Corresponds to the JSON property `useLegacySql`
8170
8172
  # @return [Boolean]
8171
8173
  attr_accessor :use_legacy_sql
@@ -12295,10 +12297,10 @@ module Google
12295
12297
  alias_method :use_explicit_column_names?, :use_explicit_column_names
12296
12298
 
12297
12299
  # Specifies whether to use BigQuery's legacy SQL for this view. The default
12298
- # value is true. If set to false, the view will use BigQuery's GoogleSQL: https:/
12299
- # /cloud.google.com/bigquery/sql-reference/ Queries and views that reference
12300
- # this view must use the same flag value. A wrapper is used here because the
12301
- # default value is True.
12300
+ # value is true. If set to false, the view uses BigQuery's [GoogleSQL](https://
12301
+ # docs.cloud.google.com/bigquery/docs/introduction-sql). Queries and views that
12302
+ # reference this view must use the same flag value. A wrapper is used here
12303
+ # because the default value is True.
12302
12304
  # Corresponds to the JSON property `useLegacySql`
12303
12305
  # @return [Boolean]
12304
12306
  attr_accessor :use_legacy_sql
@@ -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.97.0"
19
+ GEM_VERSION = "0.98.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 = "20251130"
25
+ REVISION = "20260118"
26
26
  end
27
27
  end
28
28
  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.97.0
4
+ version: 0.98.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.97.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.98.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: