google-apis-bigquery_v2 0.43.0 → 0.44.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: c0e5351b3734cdc2de97dd63fb89e81e9209e069dd4ea04b5127909a0872a2a5
4
- data.tar.gz: 7ca4862996d29c733b127dfb3562105097a66fbcdc9a6743c0ddd58acb2f1b86
3
+ metadata.gz: 85268a503b40b00a80d05d6f51f7212226084ad42833503774e3397ba0df6550
4
+ data.tar.gz: 5fa0128243057f214008353b533a44d7e3336637ee6a93c32ea2e025f8314f5d
5
5
  SHA512:
6
- metadata.gz: f942c1236d4cda5c99c31de92ba7cd7ac1094f72320f4f57b6bf7e23b91058bb6f6fcba7557f0ba12ac9b996183d6597d2fa613ec945763139b2e0e73e147225
7
- data.tar.gz: 43905c5319a99a7d5b8d1f40ea6c4b8618e03fc8a0cb82b707c1940c0c19f60052d9517b40df16691917132f1ca67672d7f9509545eee9a7b587cd95598ceea0
6
+ metadata.gz: 643b1133cd635b5cc83cae4b812edb52806cd5ce4310e41fde57499c400dc203c9aae1eb516be1f46d845b6636d77391bfeecaca4c016d5728c058a29827ee34
7
+ data.tar.gz: ec6a030bc886e6bf871a6f541e4cc393f1be6bf463ae37b7934694da7efe2b931adb7c565f9f177db0c3142520f02aca59487dfa2ac63d4544bf0a430b3de740
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigquery_v2
2
2
 
3
+ ### v0.44.0 (2022-12-19)
4
+
5
+ * Regenerated from discovery document revision 20221209
6
+
3
7
  ### v0.43.0 (2022-12-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20221127
@@ -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 definition_body
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.43.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 = "20221127"
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.43.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: 2022-12-12 00:00:00.000000000 Z
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.43.0
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: []