parent
b121c3982c
commit
55fe6f941b
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/bigquery/
|
# @see https://cloud.google.com/bigquery/
|
||||||
module BigqueryV2
|
module BigqueryV2
|
||||||
VERSION = 'V2'
|
VERSION = 'V2'
|
||||||
REVISION = '20171217'
|
REVISION = '20171224'
|
||||||
|
|
||||||
# View and manage your data in Google BigQuery
|
# View and manage your data in Google BigQuery
|
||||||
AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery'
|
AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery'
|
||||||
|
|
|
@ -2713,7 +2713,9 @@ module Google
|
||||||
|
|
||||||
# [Optional] The time when this table expires, in milliseconds since the epoch.
|
# [Optional] The time when this table expires, in milliseconds since the epoch.
|
||||||
# If not present, the table will persist indefinitely. Expired tables will be
|
# If not present, the table will persist indefinitely. Expired tables will be
|
||||||
# deleted and their storage reclaimed.
|
# deleted and their storage reclaimed. The defaultTableExpirationMs property of
|
||||||
|
# the encapsulating dataset can be used to set a default expirationTime on newly
|
||||||
|
# created tables.
|
||||||
# Corresponds to the JSON property `expirationTime`
|
# Corresponds to the JSON property `expirationTime`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
attr_accessor :expiration_time
|
attr_accessor :expiration_time
|
||||||
|
|
Loading…
Reference in New Issue