google-apis-bigquery_v2 0.68.0 → 0.69.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: 3497b0da4f58e593d9ae0ff306fdc0189354c8a1ec6aaae9fe66bf10ddcd7871
4
- data.tar.gz: 03d4e435aaa92261d3d5b54a68470501de8b8b1357815daafc5151d3575dd828
3
+ metadata.gz: 7fb3148450e82766541e16affce2f5656a215738e2156c0773de7fb1d581fa00
4
+ data.tar.gz: 4da4306d76da486f8fd4bef22462af4a06357c368e9e1a2359fce3db3636a896
5
5
  SHA512:
6
- metadata.gz: 2ab69a7d89e1238308c0b3d8c7b3b8a694bc0fd1aa511b169ab0aefcc87467ef0a08d344faec763e1a166dd5d040d25788a78f9968541398389057c6459f6785
7
- data.tar.gz: 4e61deb12cf4e295fceacf5805429e529a3ea0f894a53974505df97e5095ac90b6f134c91858fccf632d09a07ac75feb40443f768778b8a337c451e5a443b15a
6
+ metadata.gz: 77ebd4fe8c0a541b2677c2410c8e5756ed620ffae67839cd693678ba683a0274c0c96850c19ba88d89dc49d47de72d5f7cdfe68667e440710aae3d9a215c7c19
7
+ data.tar.gz: 38ce96ae43df5d3e3839b85535a82047a863e4c9066fb7295b3ef3ac13e5504e361cd063eab22a889bcfc99bb47ba2847d15fd1f30681ae3475a552ac0823c9f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigquery_v2
2
2
 
3
+ ### v0.69.0 (2024-05-05)
4
+
5
+ * Regenerated from discovery document revision 20240423
6
+
3
7
  ### v0.68.0 (2024-04-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20240418
@@ -10318,8 +10318,9 @@ module Google
10318
10318
  # @return [Google::Apis::BigqueryV2::ErrorProto]
10319
10319
  attr_accessor :replication_error
10320
10320
 
10321
- # Required. Specifies the interval at which the source table is polled for
10322
- # updates.
10321
+ # Optional. Specifies the interval at which the source table is polled for
10322
+ # updates. It's Optional. If not specified, default replication interval would
10323
+ # be applied.
10323
10324
  # Corresponds to the JSON property `replicationIntervalMs`
10324
10325
  # @return [Fixnum]
10325
10326
  attr_accessor :replication_interval_ms
@@ -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.68.0"
19
+ GEM_VERSION = "0.69.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240418"
25
+ REVISION = "20240423"
26
26
  end
27
27
  end
28
28
  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.68.0
4
+ version: 0.69.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: 2024-04-28 00:00:00.000000000 Z
11
+ date: 2024-05-05 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.68.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.69.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: []