google-cloud-bigquery 1.48.0 → 1.48.1

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: 4de4c60c60c2292576d5aa738640a81a268d6bd427c8172e329abdca39402d5c
4
- data.tar.gz: 7e5a702ac9bf88fdced2bf990e03f896bd927a6f0048cb4bcce739a1677dfd2e
3
+ metadata.gz: aa2cef46925794d89f8a8490fdfc92fc0fb324d0400b3b774d5e4ac361ccc3d3
4
+ data.tar.gz: 77380e8fb5f297ab9bbc6478e171c34aa22afc83e993f34a76edbea4584d3b9f
5
5
  SHA512:
6
- metadata.gz: b53ff655c2f1cd0d69cc9131dc5850e57d241070c30fa612c608b465ff8defc33296ee7d28cce9ba829de6aea6efdb3a4d29c90c8686e7e861a03647b01d2c73
7
- data.tar.gz: 9b059241b299394cb5b970199513ce7b1e586ed06d2092b98f1e7e01c5ba9302229568baf02f6f4e23c6da8ed948d31aa563c56472ce61552ea3ed08aec675e8
6
+ metadata.gz: 231494ea6cfab7158734bf5557dfcf685692295e708211b35ab7d719b672a52d2968cb1d763c8f1b1047fecf17c43f357809cade81c3534cc8577b5d092871ec
7
+ data.tar.gz: 9920684cfcc772f7bb9503f089a1bd75ba2f1b578351a09fce66120ec5926d55c42b6cecfbbe7942f4965c99aebda078dd8df9df275ce38e11e3cb82e295d90f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 1.48.1 (2024-02-10)
4
+
5
+ #### Documentation
6
+
7
+ * Correct an example snippet related to storage_billing_model ([#24796](https://github.com/googleapis/google-cloud-ruby/issues/24796))
8
+
3
9
  ### 1.48.0 (2024-02-08)
4
10
 
5
11
  #### Features
@@ -452,7 +452,7 @@ module Google
452
452
  #
453
453
  # bigquery = Google::Cloud::Bigquery.new
454
454
  # dataset = bigquery.dataset "my_dataset"
455
- # storage_billing_model = dataset.storage_billing_model "LOGICAL"
455
+ # dataset.storage_billing_model = "LOGICAL"
456
456
  #
457
457
  # @!group Attributes
458
458
  #
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Bigquery
19
- VERSION = "1.48.0".freeze
19
+ VERSION = "1.48.1".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.48.0
4
+ version: 1.48.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Moore
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-02-08 00:00:00.000000000 Z
12
+ date: 2024-02-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: concurrent-ruby