google-apis-dataflow_v1b3 0.20.0 → 0.21.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 +8 -7
- 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: afc4fabca1eec869fd400f33885f54d1e3591f69f3c55b7c4b78792a7ab3808f
|
|
4
|
+
data.tar.gz: fff096171588843e0ecd8a41719bc27aa8905865abf26ed1abc4bc0e125db42d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40b7ac3ef9643b52d1917aff36bacca3920f49ed08feee2e6c5f4b0b253f86e0ff88aee38b6d39d5b91a0859500299d44f1127ca46367f8835accc666b613744
|
|
7
|
+
data.tar.gz: 221237b8cff7683633a7e2ed56e002cedd15a1341e52ddd0ec575d34d88bd3d7f40968acd5bcdf9a69fac47605f1a4a0942bb8200c2d34d69e55ab6cca87a79d
|
data/CHANGELOG.md
CHANGED
|
@@ -1490,10 +1490,12 @@ module Google
|
|
|
1490
1490
|
# @return [Fixnum]
|
|
1491
1491
|
attr_accessor :disk_size_gb
|
|
1492
1492
|
|
|
1493
|
-
# If true,
|
|
1494
|
-
#
|
|
1495
|
-
#
|
|
1496
|
-
# the
|
|
1493
|
+
# If true, when processing time is spent almost entirely on garbage collection (
|
|
1494
|
+
# GC), saves a heap dump before ending the thread or process. If false, ends the
|
|
1495
|
+
# thread or process without saving a heap dump. Does not save a heap dump when
|
|
1496
|
+
# the Java Virtual Machine (JVM) has an out of memory error during processing.
|
|
1497
|
+
# The location of the heap file is either echoed back to the user, or the user
|
|
1498
|
+
# is given the opportunity to download the heap file.
|
|
1497
1499
|
# Corresponds to the JSON property `dumpHeapOnOom`
|
|
1498
1500
|
# @return [Boolean]
|
|
1499
1501
|
attr_accessor :dump_heap_on_oom
|
|
@@ -1550,9 +1552,8 @@ module Google
|
|
|
1550
1552
|
# @return [Fixnum]
|
|
1551
1553
|
attr_accessor :num_workers
|
|
1552
1554
|
|
|
1553
|
-
# Cloud Storage bucket (directory) to upload heap dumps to
|
|
1554
|
-
#
|
|
1555
|
-
# dump_heap_on_oom is set to true).
|
|
1555
|
+
# Cloud Storage bucket (directory) to upload heap dumps to. Enabling this field
|
|
1556
|
+
# implies that `dump_heap_on_oom` is set to true.
|
|
1556
1557
|
# Corresponds to the JSON property `saveHeapDumpsToGcsPath`
|
|
1557
1558
|
# @return [String]
|
|
1558
1559
|
attr_accessor :save_heap_dumps_to_gcs_path
|
|
@@ -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.21.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220513"
|
|
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.21.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: 2022-
|
|
11
|
+
date: 2022-05-23 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.21.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: []
|