google-apis-dataflow_v1b3 0.20.0 → 0.23.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: 14c343ce1354bd810e3852a751f57d739f4647182a13adec0dfd5ab3288520a5
4
- data.tar.gz: aa56f2ebdf9fb717f5bf1e631d42edf0e9bce86f61b0bf17dc58ab6dc5670ecf
3
+ metadata.gz: aca0b8d9953cfd0f48ed9e60955a0a2c2b50ecbafb68b6d9792fe7aed9916b54
4
+ data.tar.gz: 627238c4658dece5d3502749547eadafa403d2dd23d92bbfe4ba4f6baa61af38
5
5
  SHA512:
6
- metadata.gz: ece131ae38087fe170d5cadb30f9427a3f9d31f8babd36cb104f70edab8da60ea332ded1187012194b44d377aa852dfc33ee690346177577db0ff310a3297768
7
- data.tar.gz: ff2e6cd8ff3ab2b6c24790a1beb2fd3c3a81b7a4e410c4af0eab5ea40f18bcfb6f4924644dc764ffe7467a648d2084dae80789c7dfe2f0c51ba50bef048fc0ec
6
+ metadata.gz: 66d694430e990a4bf0b903c7165558039880662ecb7ede189704585d4c3a410104025a85a63776ff92044c68bfdc0cafd79e2f3ced28da91c9e08ba96c0866dc
7
+ data.tar.gz: 824c95ec6d20a4231a3689e02e2ce0b200325ddf17aa67c858b8b5a9c59bc1579f231dd6aa20145e00302c3036d255b7c926a6a1eb2d92e6fc78fad3c2eca67e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.23.0 (2022-06-19)
4
+
5
+ * Regenerated using generator version 0.7.0
6
+
7
+ ### v0.22.0 (2022-06-03)
8
+
9
+ * Regenerated using generator version 0.5.0
10
+
11
+ ### v0.21.0 (2022-05-20)
12
+
13
+ * Regenerated from discovery document revision 20220513
14
+
3
15
  ### v0.20.0 (2022-04-21)
4
16
 
5
17
  * Regenerated from discovery document revision 20220414
@@ -1490,10 +1490,12 @@ module Google
1490
1490
  # @return [Fixnum]
1491
1491
  attr_accessor :disk_size_gb
1492
1492
 
1493
- # If true, save a heap dump before killing a thread or process which is GC
1494
- # thrashing or out of memory. The location of the heap file will either be
1495
- # echoed back to the user, or the user will be given the opportunity to download
1496
- # the heap file.
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 the given location.
1554
- # Enabling this implies that heap dumps should be generated on OOM (
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.20.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220414"
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.20.0
4
+ version: 0.23.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-04-25 00:00:00.000000000 Z
11
+ date: 2022-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.6'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.6'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.23.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Dataflow API V1b3