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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/bigquery_v2/classes.rb +17 -15
- data/lib/google/apis/bigquery_v2/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '00149b7f47cf34b1b55d0f633431061c6923ca3222514efa86bceaa3ffcfcfe4'
|
|
4
|
+
data.tar.gz: 61ee7d403a4005b74945cdf9b7b445ff9664999fe62c8933c55fc6a093bd5793
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '09e2eedf03f33712712c41ae8a5af237b4939475e52177a99ce151ada40a4d3a5b4ebc49453ded46ba1f592f381246bcbf7268ea00279fd6f13c1a5fe73d9cbd'
|
|
7
|
+
data.tar.gz: 4f43471b635c4cc7abfcf479fc92297849968a907ee3714b1423b3e59ba93beed77442ec0328dd7c3bc6160927a425896635acc06f5b42e7c7449109e9292793
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
4258
|
-
# absent if no results have been written or the query has
|
|
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
|
|
5465
|
-
#
|
|
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
|
|
8166
|
-
#
|
|
8167
|
-
# is set to false, the value of flattenResults is ignored; query
|
|
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
|
|
12299
|
-
#
|
|
12300
|
-
# this view must use the same flag value. A wrapper is used here
|
|
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.
|
|
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 = "
|
|
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.
|
|
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.
|
|
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:
|