google-apis-bigquery_v2 0.49.0 → 0.50.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 +3 -3
- 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: fb342e58fd748126b08e9fe91f28879401d6c30720bb00559d1966903586b965
|
|
4
|
+
data.tar.gz: 0bd226ca86d9667f112c35d7679535a2701ee8a25b55fc467af8ef02c884118c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1048a5a765e98eef44d9dff5f700481c4582935bd863a709cea278d59609ba716776b535a39f15f6cb6521a5f292eb337dc2516ba3f16e64a447bacd938e61b6
|
|
7
|
+
data.tar.gz: f0fa7706cc6b8f343a979c16f70d897026ae763b3881a85f49283ebcf573db08d9fe02c2dd843afcdfa0fc06f290e9d512f03b0fd229a960e8e7edf94b4e1cc0
|
data/CHANGELOG.md
CHANGED
|
@@ -7069,15 +7069,15 @@ module Google
|
|
|
7069
7069
|
|
|
7070
7070
|
# The main file/jar URI of the Spark application. Exactly one of the
|
|
7071
7071
|
# definition_body field and the main_file_uri field must be set for Python.
|
|
7072
|
-
# Exactly one of main_class and main_file_uri field should be set for Java/Scala
|
|
7073
|
-
# language type.
|
|
7074
7072
|
# Corresponds to the JSON property `mainFileUri`
|
|
7075
7073
|
# @return [String]
|
|
7076
7074
|
attr_accessor :main_file_uri
|
|
7077
7075
|
|
|
7078
7076
|
# Configuration properties as a set of key/value pairs, which will be passed on
|
|
7079
7077
|
# to the Spark application. For more information, see [Apache Spark](https://
|
|
7080
|
-
# spark.apache.org/docs/latest/index.html)
|
|
7078
|
+
# spark.apache.org/docs/latest/index.html) and the [procedure option list](https:
|
|
7079
|
+
# //cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-
|
|
7080
|
+
# language#procedure_option_list).
|
|
7081
7081
|
# Corresponds to the JSON property `properties`
|
|
7082
7082
|
# @return [Hash<String,String>]
|
|
7083
7083
|
attr_accessor :properties
|
|
@@ -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.50.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230318"
|
|
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.50.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: 2023-03-
|
|
11
|
+
date: 2023-03-26 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.50.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: []
|