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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 43cff4a870f25e5a1982a90dda77d94ec2a1b333ffac08c0d54a89eeeb97f17b
4
- data.tar.gz: e47d5466b325b2c675a97fd26ed95ddf0ef55f78801fd929c30fb53688d0de6f
3
+ metadata.gz: fb342e58fd748126b08e9fe91f28879401d6c30720bb00559d1966903586b965
4
+ data.tar.gz: 0bd226ca86d9667f112c35d7679535a2701ee8a25b55fc467af8ef02c884118c
5
5
  SHA512:
6
- metadata.gz: 37e0eb924ea2413cb6599a6a0573908563689bc7e92a4ad63d6b49dd022a21035de192c7364593b047147dee1c21cc1c312cbd2a6161bfd21829f8c8d515cd85
7
- data.tar.gz: ec277bc27295326d3e5275ca4f3d44b86ac4852a8e7a4a2a43d4aecf2c3c5b4ebf135e5460b1a64e4056ea5cfce2671e0ffcea909c396002720f9bcf2343f195
6
+ metadata.gz: 1048a5a765e98eef44d9dff5f700481c4582935bd863a709cea278d59609ba716776b535a39f15f6cb6521a5f292eb337dc2516ba3f16e64a447bacd938e61b6
7
+ data.tar.gz: f0fa7706cc6b8f343a979c16f70d897026ae763b3881a85f49283ebcf573db08d9fe02c2dd843afcdfa0fc06f290e9d512f03b0fd229a960e8e7edf94b4e1cc0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigquery_v2
2
2
 
3
+ ### v0.50.0 (2023-03-26)
4
+
5
+ * Regenerated from discovery document revision 20230318
6
+
3
7
  ### v0.49.0 (2023-03-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20230311
@@ -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.49.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 = "20230311"
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.49.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-19 00:00:00.000000000 Z
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.49.0
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: []