google-apis-bigquery_v2 0.43.0 → 0.44.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/bigquery_v2/classes.rb +4 -2
- data/lib/google/apis/bigquery_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85268a503b40b00a80d05d6f51f7212226084ad42833503774e3397ba0df6550
|
4
|
+
data.tar.gz: 5fa0128243057f214008353b533a44d7e3336637ee6a93c32ea2e025f8314f5d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 643b1133cd635b5cc83cae4b812edb52806cd5ce4310e41fde57499c400dc203c9aae1eb516be1f46d845b6636d77391bfeecaca4c016d5728c058a29827ee34
|
7
|
+
data.tar.gz: ec6a030bc886e6bf871a6f541e4cc393f1be6bf463ae37b7934694da7efe2b931adb7c565f9f177db0c3142520f02aca59487dfa2ac63d4544bf0a430b3de740
|
data/CHANGELOG.md
CHANGED
@@ -7031,8 +7031,10 @@ module Google
|
|
7031
7031
|
# @return [Array<String>]
|
7032
7032
|
attr_accessor :jar_uris
|
7033
7033
|
|
7034
|
-
# The main file URI of the Spark application. Exactly one of the
|
7035
|
-
# field and the main_file_uri field must be set.
|
7034
|
+
# The main file/jar URI of the Spark application. Exactly one of the
|
7035
|
+
# definition_body field and the main_file_uri field must be set for Python.
|
7036
|
+
# Exactly one of main_class and main_file_uri field should be set for Java/Scala
|
7037
|
+
# language type.
|
7036
7038
|
# Corresponds to the JSON property `mainFileUri`
|
7037
7039
|
# @return [String]
|
7038
7040
|
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.44.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221209"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.44.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-04 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.44.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: []
|