google-apis-dataflow_v1b3 0.25.0 → 0.26.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: 0f40d316a558781d54f4d4e10c505f0d5882a25d0f12d3f6bfd539723c26dfe1
4
- data.tar.gz: d10d3c3dd455565aad9627d886d1a71e727e37ffbd5bdf4f4197369f6be8a50a
3
+ metadata.gz: 923ff68ca6439d261d2e12b6b6ad17d069b1b62e5e84650c4564afd5d1712f42
4
+ data.tar.gz: 53e45f8af68bfe964cb44d331209ce41b3c8ff5fb79272978f1cacf83b48c2b9
5
5
  SHA512:
6
- metadata.gz: 49a5a8f1ca0fd89863ed6f243371459d7823f692007b48e72c94038b34dc6a3bb801bb281a1b3e50f8f9d5d6fd0776ad480e9030a828dc5c6834e769ff5d10de
7
- data.tar.gz: 9133d559689e0f0aafa564b1d92bab6a04012281f442cd3f7409d0bc7fcbf93040e86919ebb5d4c7a64b39ec3e1fcf4efebe441564cc3522d00903642cdb7a4b
6
+ metadata.gz: ce01ec1c286a6704ba2b02e8839e75e0e05f9b54e54e3e5fec8896ac463689ce40b87df0a5804d6d3394ce602b1b874ac7ba6eb1b1921e2f19483fc48a646f55
7
+ data.tar.gz: '09e20dde3e591c4a4c05ab898f24277b9d0454376d71073e2ba1d4e7c8d8263dd88aaf5c07479f8fda9a07acdbf8d57a76e6d6091e38f8ae04c952d6a96146a3'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.26.0 (2022-08-18)
4
+
5
+ * Regenerated from discovery document revision 20220812
6
+
3
7
  ### v0.25.0 (2022-08-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20220806
@@ -1501,6 +1501,12 @@ module Google
1501
1501
  attr_accessor :dump_heap_on_oom
1502
1502
  alias_method :dump_heap_on_oom?, :dump_heap_on_oom
1503
1503
 
1504
+ # If true serial port logging will be enabled for the launcher VM.
1505
+ # Corresponds to the JSON property `enableLauncherVmSerialPortLogging`
1506
+ # @return [Boolean]
1507
+ attr_accessor :enable_launcher_vm_serial_port_logging
1508
+ alias_method :enable_launcher_vm_serial_port_logging?, :enable_launcher_vm_serial_port_logging
1509
+
1504
1510
  # Whether to enable Streaming Engine for the job.
1505
1511
  # Corresponds to the JSON property `enableStreamingEngine`
1506
1512
  # @return [Boolean]
@@ -1628,6 +1634,7 @@ module Google
1628
1634
  @autoscaling_algorithm = args[:autoscaling_algorithm] if args.key?(:autoscaling_algorithm)
1629
1635
  @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
1630
1636
  @dump_heap_on_oom = args[:dump_heap_on_oom] if args.key?(:dump_heap_on_oom)
1637
+ @enable_launcher_vm_serial_port_logging = args[:enable_launcher_vm_serial_port_logging] if args.key?(:enable_launcher_vm_serial_port_logging)
1631
1638
  @enable_streaming_engine = args[:enable_streaming_engine] if args.key?(:enable_streaming_engine)
1632
1639
  @flexrs_goal = args[:flexrs_goal] if args.key?(:flexrs_goal)
1633
1640
  @ip_configuration = args[:ip_configuration] if args.key?(:ip_configuration)
@@ -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.25.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220806"
25
+ REVISION = "20220812"
26
26
  end
27
27
  end
28
28
  end
@@ -1419,6 +1419,7 @@ module Google
1419
1419
  property :autoscaling_algorithm, as: 'autoscalingAlgorithm'
1420
1420
  property :disk_size_gb, as: 'diskSizeGb'
1421
1421
  property :dump_heap_on_oom, as: 'dumpHeapOnOom'
1422
+ property :enable_launcher_vm_serial_port_logging, as: 'enableLauncherVmSerialPortLogging'
1422
1423
  property :enable_streaming_engine, as: 'enableStreamingEngine'
1423
1424
  property :flexrs_goal, as: 'flexrsGoal'
1424
1425
  property :ip_configuration, as: 'ipConfiguration'
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.25.0
4
+ version: 0.26.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-08-15 00:00:00.000000000 Z
11
+ date: 2022-08-22 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.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.26.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: []