google-apis-bigquery_v2 0.68.0 → 0.69.0
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/bigquery_v2/classes.rb +3 -2
- data/lib/google/apis/bigquery_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7fb3148450e82766541e16affce2f5656a215738e2156c0773de7fb1d581fa00
|
|
4
|
+
data.tar.gz: 4da4306d76da486f8fd4bef22462af4a06357c368e9e1a2359fce3db3636a896
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 77ebd4fe8c0a541b2677c2410c8e5756ed620ffae67839cd693678ba683a0274c0c96850c19ba88d89dc49d47de72d5f7cdfe68667e440710aae3d9a215c7c19
|
|
7
|
+
data.tar.gz: 38ce96ae43df5d3e3839b85535a82047a863e4c9066fb7295b3ef3ac13e5504e361cd063eab22a889bcfc99bb47ba2847d15fd1f30681ae3475a552ac0823c9f
|
data/CHANGELOG.md
CHANGED
|
@@ -10318,8 +10318,9 @@ module Google
|
|
|
10318
10318
|
# @return [Google::Apis::BigqueryV2::ErrorProto]
|
|
10319
10319
|
attr_accessor :replication_error
|
|
10320
10320
|
|
|
10321
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|