google-apis-bigquery_v2 0.28.0 → 0.29.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: 449bc4c727b723e420f895da9c8fb476debfc81c67489cd0f2bbe9486c1eacd0
4
- data.tar.gz: 211457c59ff62f487088c43442aa95d7cdff8e601407922e4d6bfb0f1adec751
3
+ metadata.gz: ddded6a3b585d9192cce20043917be507bb0a5dbc5115b47d9c015cb4aca563f
4
+ data.tar.gz: ebb13be8c67ecf27c2ef2923a095263d000f42ceb95c7bf92b8f0176121f04e6
5
5
  SHA512:
6
- metadata.gz: 770c9a65a1a3fcaab45c0aa4674c5a5dc0ede05cdd2046edaef2f2802832586439882a75ceb8d2c72569bfd3a3d2aafe14ee84a345c72175e4719e1685768ffe
7
- data.tar.gz: d412bfdcd7f8a5c85a658df4eecadefba4ea0811326773895e1feb86ba0fd9ca01aa7ea13d1f1378f5f0057ba406ed1a059cc18ce94bafc625dee33a98392566
6
+ metadata.gz: 34c99dcb700e77a4be4c9c62e100d3da083c0268ebe232cb75a2d5727c836f95cc635a27c66e829dd9ab5ebd2b9542da2392e7e5a266381f6ca862ad1ca8b8b3
7
+ data.tar.gz: 04227e38fcba09d2d2dce82a178f3c8cf10a1e2a7d36bae650fc30937a1000023ff3aff610c473dcc4a323b174bd214d3793ecc69d706079cc0f1fc355b0ba0f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigquery_v2
2
2
 
3
+ ### v0.29.0 (2022-03-30)
4
+
5
+ * Regenerated from discovery document revision 20220322
6
+
3
7
  ### v0.28.0 (2022-03-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20220313
@@ -1637,6 +1637,12 @@ module Google
1637
1637
  # @return [String]
1638
1638
  attr_accessor :location
1639
1639
 
1640
+ # [Optional] Number of hours for the max time travel for all tables in the
1641
+ # dataset.
1642
+ # Corresponds to the JSON property `maxTimeTravelHours`
1643
+ # @return [Fixnum]
1644
+ attr_accessor :max_time_travel_hours
1645
+
1640
1646
  # [Output-only] Reserved for future use.
1641
1647
  # Corresponds to the JSON property `satisfiesPZS`
1642
1648
  # @return [Boolean]
@@ -1676,6 +1682,7 @@ module Google
1676
1682
  @labels = args[:labels] if args.key?(:labels)
1677
1683
  @last_modified_time = args[:last_modified_time] if args.key?(:last_modified_time)
1678
1684
  @location = args[:location] if args.key?(:location)
1685
+ @max_time_travel_hours = args[:max_time_travel_hours] if args.key?(:max_time_travel_hours)
1679
1686
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
1680
1687
  @self_link = args[:self_link] if args.key?(:self_link)
1681
1688
  @tags = args[:tags] if args.key?(:tags)
@@ -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.28.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220313"
25
+ REVISION = "20220322"
26
26
  end
27
27
  end
28
28
  end
@@ -1378,6 +1378,7 @@ module Google
1378
1378
  hash :labels, as: 'labels'
1379
1379
  property :last_modified_time, :numeric_string => true, as: 'lastModifiedTime'
1380
1380
  property :location, as: 'location'
1381
+ property :max_time_travel_hours, :numeric_string => true, as: 'maxTimeTravelHours'
1381
1382
  property :satisfies_pzs, as: 'satisfiesPZS'
1382
1383
  property :self_link, as: 'selfLink'
1383
1384
  collection :tags, as: 'tags', class: Google::Apis::BigqueryV2::Dataset::Tag, decorator: Google::Apis::BigqueryV2::Dataset::Tag::Representation
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.28.0
4
+ version: 0.29.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-03-21 00:00:00.000000000 Z
11
+ date: 2022-04-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.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.29.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: []