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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ddded6a3b585d9192cce20043917be507bb0a5dbc5115b47d9c015cb4aca563f
|
4
|
+
data.tar.gz: ebb13be8c67ecf27c2ef2923a095263d000f42ceb95c7bf92b8f0176121f04e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34c99dcb700e77a4be4c9c62e100d3da083c0268ebe232cb75a2d5727c836f95cc635a27c66e829dd9ab5ebd2b9542da2392e7e5a266381f6ca862ad1ca8b8b3
|
7
|
+
data.tar.gz: 04227e38fcba09d2d2dce82a178f3c8cf10a1e2a7d36bae650fc30937a1000023ff3aff610c473dcc4a323b174bd214d3793ecc69d706079cc0f1fc355b0ba0f
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|