google-apis-dataflow_v1b3 0.20.0 → 0.21.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: afc4fabca1eec869fd400f33885f54d1e3591f69f3c55b7c4b78792a7ab3808f
4
+ data.tar.gz: fff096171588843e0ecd8a41719bc27aa8905865abf26ed1abc4bc0e125db42d
5
5
  SHA512:
6
- metadata.gz: ece131ae38087fe170d5cadb30f9427a3f9d31f8babd36cb104f70edab8da60ea332ded1187012194b44d377aa852dfc33ee690346177577db0ff310a3297768
7
- data.tar.gz: ff2e6cd8ff3ab2b6c24790a1beb2fd3c3a81b7a4e410c4af0eab5ea40f18bcfb6f4924644dc764ffe7467a648d2084dae80789c7dfe2f0c51ba50bef048fc0ec
6
+ metadata.gz: 40b7ac3ef9643b52d1917aff36bacca3920f49ed08feee2e6c5f4b0b253f86e0ff88aee38b6d39d5b91a0859500299d44f1127ca46367f8835accc666b613744
7
+ data.tar.gz: 221237b8cff7683633a7e2ed56e002cedd15a1341e52ddd0ec575d34d88bd3d7f40968acd5bcdf9a69fac47605f1a4a0942bb8200c2d34d69e55ab6cca87a79d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.21.0 (2022-05-20)
4
+
5
+ * Regenerated from discovery document revision 20220513
6
+
3
7
  ### v0.20.0 (2022-04-21)
4
8
 
5
9
  * 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.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 = "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.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-04-25 00:00:00.000000000 Z
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.20.0
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: []