google-apis-bigquery_v2 0.50.0 → 0.51.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb342e58fd748126b08e9fe91f28879401d6c30720bb00559d1966903586b965
4
- data.tar.gz: 0bd226ca86d9667f112c35d7679535a2701ee8a25b55fc467af8ef02c884118c
3
+ metadata.gz: e1db0fd58ad45550b18d871dceb48ef09678b4c92156bbb28c45abdc10ede201
4
+ data.tar.gz: 26c0df42deec9bdce797e49cfc4704814e12046d6c14acd49ba177cb2095170d
5
5
  SHA512:
6
- metadata.gz: 1048a5a765e98eef44d9dff5f700481c4582935bd863a709cea278d59609ba716776b535a39f15f6cb6521a5f292eb337dc2516ba3f16e64a447bacd938e61b6
7
- data.tar.gz: f0fa7706cc6b8f343a979c16f70d897026ae763b3881a85f49283ebcf573db08d9fe02c2dd843afcdfa0fc06f290e9d512f03b0fd229a960e8e7edf94b4e1cc0
6
+ metadata.gz: d8de71fcf3151f4f6f8aa8c42c872f76befa0f81a6cca32f3852c0b0545c70d5d926e4b616d4604694ff157ce14fdfe0133bad8a824deac8d95760bb6dcf5e8d
7
+ data.tar.gz: 8b7c6a87a8d654d63c13d5bbe7f4b14dbd1aaaeaa1d5d59a356cea6b60d5fcbc9d5c5355337323df6458117fa90b55984b0f591ca1dc91350b16b5d9b8412ee6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigquery_v2
2
2
 
3
+ ### v0.51.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230408
6
+
3
7
  ### v0.50.0 (2023-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230318
@@ -7069,6 +7069,8 @@ 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.
7072
7074
  # Corresponds to the JSON property `mainFileUri`
7073
7075
  # @return [String]
7074
7076
  attr_accessor :main_file_uri
@@ -8304,11 +8306,16 @@ module Google
8304
8306
  attr_accessor :auto_arima
8305
8307
  alias_method :auto_arima?, :auto_arima
8306
8308
 
8307
- # The max value of non-seasonal p and q.
8309
+ # The max value of the sum of non-seasonal p and q.
8308
8310
  # Corresponds to the JSON property `autoArimaMaxOrder`
8309
8311
  # @return [Fixnum]
8310
8312
  attr_accessor :auto_arima_max_order
8311
8313
 
8314
+ # The min value of the sum of non-seasonal p and q.
8315
+ # Corresponds to the JSON property `autoArimaMinOrder`
8316
+ # @return [Fixnum]
8317
+ attr_accessor :auto_arima_min_order
8318
+
8312
8319
  # Batch size for dnn models.
8313
8320
  # Corresponds to the JSON property `batchSize`
8314
8321
  # @return [Fixnum]
@@ -8672,6 +8679,7 @@ module Google
8672
8679
  @adjust_step_changes = args[:adjust_step_changes] if args.key?(:adjust_step_changes)
8673
8680
  @auto_arima = args[:auto_arima] if args.key?(:auto_arima)
8674
8681
  @auto_arima_max_order = args[:auto_arima_max_order] if args.key?(:auto_arima_max_order)
8682
+ @auto_arima_min_order = args[:auto_arima_min_order] if args.key?(:auto_arima_min_order)
8675
8683
  @batch_size = args[:batch_size] if args.key?(:batch_size)
8676
8684
  @booster_type = args[:booster_type] if args.key?(:booster_type)
8677
8685
  @calculate_p_values = args[:calculate_p_values] if args.key?(:calculate_p_values)
@@ -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.50.0"
19
+ GEM_VERSION = "0.51.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 = "20230318"
25
+ REVISION = "20230408"
26
26
  end
27
27
  end
28
28
  end
@@ -3078,6 +3078,7 @@ module Google
3078
3078
  property :adjust_step_changes, as: 'adjustStepChanges'
3079
3079
  property :auto_arima, as: 'autoArima'
3080
3080
  property :auto_arima_max_order, :numeric_string => true, as: 'autoArimaMaxOrder'
3081
+ property :auto_arima_min_order, :numeric_string => true, as: 'autoArimaMinOrder'
3081
3082
  property :batch_size, :numeric_string => true, as: 'batchSize'
3082
3083
  property :booster_type, as: 'boosterType'
3083
3084
  property :calculate_p_values, as: 'calculatePValues'
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.50.0
4
+ version: 0.51.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-26 00:00:00.000000000 Z
11
+ date: 2023-04-16 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.50.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.51.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: []