google-api-client 0.19.0 → 0.19.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e0adcf383f70db56325a505ef6a69879cc2d3ab0
4
- data.tar.gz: 912b04bfbc3209e4f5d1969e24b9940ea6137c83
3
+ metadata.gz: 1a3b9842a769f4b6aab63360e8c18ca02d50986b
4
+ data.tar.gz: 514154468739963d07b787cb031038cc30e834d0
5
5
  SHA512:
6
- metadata.gz: 5aef5f589f90ad67402f8c1c150843252c0235ee94d45706d16b10e845a4df0b415814e249635ed4fe0ed270601a9a1db12d9b4add9a23988a7f5d0233194af8
7
- data.tar.gz: 9fe9e813e67eadd9ca060733bfd33a103af772c32c46063d7ab688a8c8fa48393784dd65b611985f1c651bed553676ca3cf51ec8def2283e3a73b2d1fe6727d8
6
+ metadata.gz: 1fff7bfce99138ca75f7f3ba6750e042bf19c91a693a8375c4e111f445365150db958c214dd768d32c35a9aecf4fc0df76825a6d4ac3ab29df8ecc0e3e9f477d
7
+ data.tar.gz: 7a3be30a6a360cda7c218169f8966ae0cbe1eaac6e67cfc0706ec7c51f69ed370e88a9d5b659a55ef20611fd42c8cb90400584de3027efc2facb64359fca09f5
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.19.1
2
+ * Backwards compatible changes:
3
+ * Updated `bigquery_v2`
4
+
1
5
  # 0.19.0
2
6
  * Breaking changes:
3
7
  * Deleted `consumersurveys_v2`
@@ -25,7 +25,7 @@ module Google
25
25
  # @see https://cloud.google.com/bigquery/
26
26
  module BigqueryV2
27
27
  VERSION = 'V2'
28
- REVISION = '20171217'
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
@@ -15,7 +15,7 @@
15
15
  module Google
16
16
  module Apis
17
17
  # Client library version
18
- VERSION = '0.19.0'
18
+ VERSION = '0.19.1'
19
19
 
20
20
  # Current operating system
21
21
  # @private
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.0
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: 2017-12-25 00:00:00.000000000 Z
14
+ date: 2018-01-01 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: representable