google-apis-bigquery_v2 0.43.0 → 0.45.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a518090565159995899abc2aa50ce6e489f8b2b9bc0162fb254791fc0a922c63
|
|
4
|
+
data.tar.gz: ae589dba9baaa888b45d99abede7db417a35d991188974219e1aebc67704491f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 41525fdf4f6c44651984b16156683191f6a219ad89dce93267a5404466dd33acf2f22b8ffba39dca21366283aceb9256f000d954856bed17ef60ec8d744c31cf
|
|
7
|
+
data.tar.gz: '04821265d96e4e0214b592dafbe5f2cc7c2cd82368ae4135dd6f098703aeed8cea1b7abf4ca07462f1fe2445f6b25a31333e48b8cdc32d9247bdd65339f7947c'
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Release history for google-apis-bigquery_v2
|
|
2
2
|
|
|
3
|
+
### v0.45.0 (2023-01-22)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20230114
|
|
6
|
+
* Regenerated using generator version 0.11.1
|
|
7
|
+
|
|
8
|
+
### v0.44.0 (2022-12-19)
|
|
9
|
+
|
|
10
|
+
* Regenerated from discovery document revision 20221209
|
|
11
|
+
|
|
3
12
|
### v0.43.0 (2022-12-11)
|
|
4
13
|
|
|
5
14
|
* Regenerated from discovery document revision 20221127
|
|
@@ -591,6 +591,12 @@ module Google
|
|
|
591
591
|
class BiEngineStatistics
|
|
592
592
|
include Google::Apis::Core::Hashable
|
|
593
593
|
|
|
594
|
+
# [Output-only] Specifies which mode of BI Engine acceleration was performed (if
|
|
595
|
+
# any).
|
|
596
|
+
# Corresponds to the JSON property `accelerationMode`
|
|
597
|
+
# @return [String]
|
|
598
|
+
attr_accessor :acceleration_mode
|
|
599
|
+
|
|
594
600
|
# [Output-only] Specifies which mode of BI Engine acceleration was performed (if
|
|
595
601
|
# any).
|
|
596
602
|
# Corresponds to the JSON property `biEngineMode`
|
|
@@ -610,6 +616,7 @@ module Google
|
|
|
610
616
|
|
|
611
617
|
# Update properties of this object
|
|
612
618
|
def update!(**args)
|
|
619
|
+
@acceleration_mode = args[:acceleration_mode] if args.key?(:acceleration_mode)
|
|
613
620
|
@bi_engine_mode = args[:bi_engine_mode] if args.key?(:bi_engine_mode)
|
|
614
621
|
@bi_engine_reasons = args[:bi_engine_reasons] if args.key?(:bi_engine_reasons)
|
|
615
622
|
end
|
|
@@ -7031,8 +7038,10 @@ module Google
|
|
|
7031
7038
|
# @return [Array<String>]
|
|
7032
7039
|
attr_accessor :jar_uris
|
|
7033
7040
|
|
|
7034
|
-
# The main file URI of the Spark application. Exactly one of the
|
|
7035
|
-
# field and the main_file_uri field must be set.
|
|
7041
|
+
# The main file/jar URI of the Spark application. Exactly one of the
|
|
7042
|
+
# definition_body field and the main_file_uri field must be set for Python.
|
|
7043
|
+
# Exactly one of main_class and main_file_uri field should be set for Java/Scala
|
|
7044
|
+
# language type.
|
|
7036
7045
|
# Corresponds to the JSON property `mainFileUri`
|
|
7037
7046
|
# @return [String]
|
|
7038
7047
|
attr_accessor :main_file_uri
|
|
@@ -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.45.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.11.
|
|
22
|
+
GENERATOR_VERSION = "0.11.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230114"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1170,6 +1170,7 @@ module Google
|
|
|
1170
1170
|
class BiEngineStatistics
|
|
1171
1171
|
# @private
|
|
1172
1172
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1173
|
+
property :acceleration_mode, as: 'accelerationMode'
|
|
1173
1174
|
property :bi_engine_mode, as: 'biEngineMode'
|
|
1174
1175
|
collection :bi_engine_reasons, as: 'biEngineReasons', class: Google::Apis::BigqueryV2::BiEngineReason, decorator: Google::Apis::BigqueryV2::BiEngineReason::Representation
|
|
1175
1176
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.45.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-01-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquery_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.45.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquery_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.
|
|
78
|
+
rubygems_version: 3.4.2
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for BigQuery API V2
|