google-apis-bigquery_v2 0.18.0 → 0.19.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: 6c082777d1a37ba7df706c5336f96162243eb74a9c7d4edde72bc2f361597936
4
- data.tar.gz: 0ce0a5e5a816b2a6c04c5dcbb92a3dc6fd4e1bdfdf20ec11acadc9b9237c938e
3
+ metadata.gz: 34007ad79e7d6922ab68294ce07a49812fac0f7b09fe3713866006267ce3bde5
4
+ data.tar.gz: 7bc7559e034e74abab286d942705249ea5a060dafae5679e863eb8dd569d5c58
5
5
  SHA512:
6
- metadata.gz: b8fe4c55df36369dd41395201c9104f89e5f938c68fecc99b3e6f42082bf7a60e9e7f7c6a7e59a097be533c1888f00667b7ea87522681e0ef44b2b3b5866d1a2
7
- data.tar.gz: be656d8f9db8c9d97b7795abd3d05f84ab9f728ae10e87d98b3b254341eab84b94b21a0aa7c5a9ef22659f07086f1a2cb73dc5fc9d51d074906e7e6773a73e43
6
+ metadata.gz: 1b2456c00169206b2bdd5d0abdd2534870853fba3e911d2de067920c0c4f971f41fe874e97655a77d18236ef72b1b3138862d312a2d51056d064afd3b662e195
7
+ data.tar.gz: 3a4576b30e430f6ebbc4cb626fbcab6eb7d0faa1df681c7501e93df792fa17e4130b24e0c194978a15adfe272f1e84c91b3f7f6c52a1b8822663ff898452b3df
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigquery_v2
2
2
 
3
+ ### v0.19.0 (2021-10-02)
4
+
5
+ * Regenerated from discovery document revision 20210927
6
+
3
7
  ### v0.18.0 (2021-09-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20210910
@@ -1912,6 +1912,19 @@ module Google
1912
1912
  # @return [String]
1913
1913
  attr_accessor :description
1914
1914
 
1915
+ # [Optional] The expiration timestamp for the destination table. If this field
1916
+ # is set: For a new table, it will set the table's expiration time (even if
1917
+ # there is a dataset level default table expiration time). For an existing table,
1918
+ # it will update the table's expiration time. If this field is not set: For a
1919
+ # new table, if dataset level default table expiration time is present, that
1920
+ # will be applied. For an existing table, no change is made to the table's
1921
+ # expiration time. Additionally this field is only applied when data is written
1922
+ # to an empty table (WRITE_EMPTY) or data is overwritten to a table (
1923
+ # WRITE_TRUNCATE).
1924
+ # Corresponds to the JSON property `expirationTimestampMillis`
1925
+ # @return [Fixnum]
1926
+ attr_accessor :expiration_timestamp_millis
1927
+
1915
1928
  # [Optional] The friendly name for the destination table. This will only be used
1916
1929
  # if the destination table is newly created. If the table already exists and a
1917
1930
  # value different than the current friendly name is provided, the job will fail.
@@ -1934,6 +1947,7 @@ module Google
1934
1947
  # Update properties of this object
1935
1948
  def update!(**args)
1936
1949
  @description = args[:description] if args.key?(:description)
1950
+ @expiration_timestamp_millis = args[:expiration_timestamp_millis] if args.key?(:expiration_timestamp_millis)
1937
1951
  @friendly_name = args[:friendly_name] if args.key?(:friendly_name)
1938
1952
  @labels = args[:labels] if args.key?(:labels)
1939
1953
  end
@@ -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.18.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210910"
25
+ REVISION = "20210927"
26
26
  end
27
27
  end
28
28
  end
@@ -1334,6 +1334,7 @@ module Google
1334
1334
  # @private
1335
1335
  class Representation < Google::Apis::Core::JsonRepresentation
1336
1336
  property :description, as: 'description'
1337
+ property :expiration_timestamp_millis, :numeric_string => true, as: 'expirationTimestampMillis'
1337
1338
  property :friendly_name, as: 'friendlyName'
1338
1339
  hash :labels, as: 'labels'
1339
1340
  end
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.18.0
4
+ version: 0.19.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: 2021-09-22 00:00:00.000000000 Z
11
+ date: 2021-10-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/master/generated/google-apis-bigquery_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.19.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigquery_v2
63
63
  post_install_message:
64
64
  rdoc_options: []