google-apis-dataflow_v1b3 0.51.0 → 0.52.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/dataflow_v1b3/classes.rb +9 -1
- data/lib/google/apis/dataflow_v1b3/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: ea6b789d337b616c8c044aa59acd51b753a1d557d90ac3945449f094f64342c8
|
|
4
|
+
data.tar.gz: 8c8c71e00c21e623a921f270a7cca4eb4dcad636e5684c0c9e044302acfbac33
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3055b5b2fec68e710e647361407bc0683300dfd7dbb8e564f9fd6658ea6437fc242ae690f22023ea1dd9fdd67e4d7d4b62647ed12d7aa799f11afde5b291a935
|
|
7
|
+
data.tar.gz: 01472ce0dae198b81fcea461df88d120568da30f5a361a2ffcc1e2fb993e28b143d5ef79b868f1d85e874b41622ba2aa4a4f559aba75fb238677ea7d6ba7a0e2
|
data/CHANGELOG.md
CHANGED
|
@@ -1431,6 +1431,8 @@ module Google
|
|
|
1431
1431
|
# Reduces cost and latency but might result in duplicate messages committed to
|
|
1432
1432
|
# storage. Designed to run simple mapping streaming ETL jobs at the lowest cost.
|
|
1433
1433
|
# For example, Change Data Capture (CDC) to BigQuery is a canonical use case.
|
|
1434
|
+
# For more information, see [Set the pipeline streaming mode](https://cloud.
|
|
1435
|
+
# google.com/dataflow/docs/guides/streaming-modes).
|
|
1434
1436
|
# Corresponds to the JSON property `streamingMode`
|
|
1435
1437
|
# @return [String]
|
|
1436
1438
|
attr_accessor :streaming_mode
|
|
@@ -1792,6 +1794,8 @@ module Google
|
|
|
1792
1794
|
# Reduces cost and latency but might result in duplicate messages committed to
|
|
1793
1795
|
# storage. Designed to run simple mapping streaming ETL jobs at the lowest cost.
|
|
1794
1796
|
# For example, Change Data Capture (CDC) to BigQuery is a canonical use case.
|
|
1797
|
+
# For more information, see [Set the pipeline streaming mode](https://cloud.
|
|
1798
|
+
# google.com/dataflow/docs/guides/streaming-modes).
|
|
1795
1799
|
# Corresponds to the JSON property `streamingMode`
|
|
1796
1800
|
# @return [String]
|
|
1797
1801
|
attr_accessor :streaming_mode
|
|
@@ -4490,6 +4494,8 @@ module Google
|
|
|
4490
4494
|
# Reduces cost and latency but might result in duplicate messages committed to
|
|
4491
4495
|
# storage. Designed to run simple mapping streaming ETL jobs at the lowest cost.
|
|
4492
4496
|
# For example, Change Data Capture (CDC) to BigQuery is a canonical use case.
|
|
4497
|
+
# For more information, see [Set the pipeline streaming mode](https://cloud.
|
|
4498
|
+
# google.com/dataflow/docs/guides/streaming-modes).
|
|
4493
4499
|
# Corresponds to the JSON property `streamingMode`
|
|
4494
4500
|
# @return [String]
|
|
4495
4501
|
attr_accessor :streaming_mode
|
|
@@ -4607,7 +4613,9 @@ module Google
|
|
|
4607
4613
|
|
|
4608
4614
|
# Target worker utilization, compared against the aggregate utilization of the
|
|
4609
4615
|
# worker pool by autoscaler, to determine upscaling and downscaling when absent
|
|
4610
|
-
# other constraints such as backlog.
|
|
4616
|
+
# other constraints such as backlog. For more information, see [Update an
|
|
4617
|
+
# existing pipeline](https://cloud.google.com/dataflow/docs/guides/updating-a-
|
|
4618
|
+
# pipeline).
|
|
4611
4619
|
# Corresponds to the JSON property `workerUtilizationHint`
|
|
4612
4620
|
# @return [Float]
|
|
4613
4621
|
attr_accessor :worker_utilization_hint
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DataflowV1b3
|
|
18
18
|
# Version of the google-apis-dataflow_v1b3 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.52.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 = "20240310"
|
|
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-dataflow_v1b3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.52.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-03-17 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-dataflow_v1b3/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.52.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataflow_v1b3
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|