google-api-client 0.19.0 → 0.19.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/generated/google/apis/bigquery_v2.rb +1 -1
- data/generated/google/apis/bigquery_v2/classes.rb +3 -1
- data/lib/google/apis/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1a3b9842a769f4b6aab63360e8c18ca02d50986b
|
4
|
+
data.tar.gz: 514154468739963d07b787cb031038cc30e834d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1fff7bfce99138ca75f7f3ba6750e042bf19c91a693a8375c4e111f445365150db958c214dd768d32c35a9aecf4fc0df76825a6d4ac3ab29df8ecc0e3e9f477d
|
7
|
+
data.tar.gz: 7a3be30a6a360cda7c218169f8966ae0cbe1eaac6e67cfc0706ec7c51f69ed370e88a9d5b659a55ef20611fd42c8cb90400584de3027efc2facb64359fca09f5
|
data/CHANGELOG.md
CHANGED
@@ -25,7 +25,7 @@ module Google
|
|
25
25
|
# @see https://cloud.google.com/bigquery/
|
26
26
|
module BigqueryV2
|
27
27
|
VERSION = 'V2'
|
28
|
-
REVISION = '
|
28
|
+
REVISION = '20171224'
|
29
29
|
|
30
30
|
# View and manage your data in Google BigQuery
|
31
31
|
AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery'
|
@@ -2713,7 +2713,9 @@ module Google
|
|
2713
2713
|
|
2714
2714
|
# [Optional] The time when this table expires, in milliseconds since the epoch.
|
2715
2715
|
# If not present, the table will persist indefinitely. Expired tables will be
|
2716
|
-
# deleted and their storage reclaimed.
|
2716
|
+
# deleted and their storage reclaimed. The defaultTableExpirationMs property of
|
2717
|
+
# the encapsulating dataset can be used to set a default expirationTime on newly
|
2718
|
+
# created tables.
|
2717
2719
|
# Corresponds to the JSON property `expirationTime`
|
2718
2720
|
# @return [Fixnum]
|
2719
2721
|
attr_accessor :expiration_time
|
data/lib/google/apis/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-api-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.19.
|
4
|
+
version: 0.19.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steven Bazyl
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date:
|
14
|
+
date: 2018-01-01 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: representable
|