google-apis-bigquery_v2 0.49.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: 43cff4a870f25e5a1982a90dda77d94ec2a1b333ffac08c0d54a89eeeb97f17b
4
- data.tar.gz: e47d5466b325b2c675a97fd26ed95ddf0ef55f78801fd929c30fb53688d0de6f
3
+ metadata.gz: e1db0fd58ad45550b18d871dceb48ef09678b4c92156bbb28c45abdc10ede201
4
+ data.tar.gz: 26c0df42deec9bdce797e49cfc4704814e12046d6c14acd49ba177cb2095170d
5
5
  SHA512:
6
- metadata.gz: 37e0eb924ea2413cb6599a6a0573908563689bc7e92a4ad63d6b49dd022a21035de192c7364593b047147dee1c21cc1c312cbd2a6161bfd21829f8c8d515cd85
7
- data.tar.gz: ec277bc27295326d3e5275ca4f3d44b86ac4852a8e7a4a2a43d4aecf2c3c5b4ebf135e5460b1a64e4056ea5cfce2671e0ffcea909c396002720f9bcf2343f195
6
+ metadata.gz: d8de71fcf3151f4f6f8aa8c42c872f76befa0f81a6cca32f3852c0b0545c70d5d926e4b616d4604694ff157ce14fdfe0133bad8a824deac8d95760bb6dcf5e8d
7
+ data.tar.gz: 8b7c6a87a8d654d63c13d5bbe7f4b14dbd1aaaeaa1d5d59a356cea6b60d5fcbc9d5c5355337323df6458117fa90b55984b0f591ca1dc91350b16b5d9b8412ee6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.50.0 (2023-03-26)
8
+
9
+ * Regenerated from discovery document revision 20230318
10
+
3
11
  ### v0.49.0 (2023-03-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20230311
@@ -7077,7 +7077,9 @@ module Google
7077
7077
 
7078
7078
  # Configuration properties as a set of key/value pairs, which will be passed on
7079
7079
  # to the Spark application. For more information, see [Apache Spark](https://
7080
- # spark.apache.org/docs/latest/index.html).
7080
+ # spark.apache.org/docs/latest/index.html) and the [procedure option list](https:
7081
+ # //cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-
7082
+ # language#procedure_option_list).
7081
7083
  # Corresponds to the JSON property `properties`
7082
7084
  # @return [Hash<String,String>]
7083
7085
  attr_accessor :properties
@@ -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.49.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 = "20230311"
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.49.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-19 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.49.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: []