google-apis-dataflow_v1b3 0.78.0 → 0.79.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c90d2befd2f2ff920f38172b4fe2d80501e754cf25848aaa66b69e87969704fc
4
- data.tar.gz: c126ea7204e7956e6c7232e7d3983b72836d1286d08847b9762533985fb1757b
3
+ metadata.gz: 9bf4832b08f18fcd319848fa61432f7e4074aacda8eac1ceb5e7c6adc08b41f5
4
+ data.tar.gz: 3e4b1d06b8cd177ceba5b1742a69b2294783cc292e6e00705ce2b939280115c5
5
5
  SHA512:
6
- metadata.gz: ecb9066537c83bed355ba2063ff0781f7ceea12cf7bae030a78b47632464b5b10113be74258d6378b67f441110a503230ba7bb0c8305f3931868e35980b0b417
7
- data.tar.gz: 1010e038e3d6d3a1ceae52983c5b0d33c846ab7f9f6dc2c996c21f352eb9fbf5110b0cdf745579acf6b6e7d6bc8a7214faa1c14d23a28ba38ad8b4df8fb97388
6
+ metadata.gz: 33bb9768f5554f1542426670750e24c4d6357546aa4b5f14b3f85d07c435f8275995d51902cea9c402af6aabab52d67b806d38d05578f8c315c54bdbea0e5a6e
7
+ data.tar.gz: 82d1f1488a159a6a6362522a3dad8063be80c6c7a4c9b4b8927ce5243ac47f2c0ca3ce37c49d52b4d90683ae75826542fffc06184343e613359f13c56c530d11
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.79.0 (2026-04-19)
4
+
5
+ * Regenerated from discovery document revision 20260405
6
+
3
7
  ### v0.78.0 (2026-02-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20260213
@@ -1839,7 +1839,8 @@ module Google
1839
1839
  # @return [String]
1840
1840
  attr_accessor :kms_key_name
1841
1841
 
1842
- # The machine type to use for launching the job. The default is n1-standard-1.
1842
+ # The machine type to use for launching the job. If not set, Dataflow will
1843
+ # select a default machine type.
1843
1844
  # Corresponds to the JSON property `launcherMachineType`
1844
1845
  # @return [String]
1845
1846
  attr_accessor :launcher_machine_type
@@ -4851,18 +4852,25 @@ module Google
4851
4852
  class RuntimeUpdatableParams
4852
4853
  include Google::Apis::Core::Hashable
4853
4854
 
4854
- # Optional. Deprecated: Use `autoscaling_tier` instead. The backlog threshold
4855
+ # Optional. Deprecated: Use `latency_tier` instead. The backlog threshold
4855
4856
  # duration in seconds for autoscaling. Value must be non-negative.
4856
4857
  # Corresponds to the JSON property `acceptableBacklogDuration`
4857
4858
  # @return [String]
4858
4859
  attr_accessor :acceptable_backlog_duration
4859
4860
 
4860
- # Optional. The backlog threshold tier for autoscaling. Value must be one of "
4861
- # low-latency", "medium-latency", or "high-latency".
4861
+ # Optional. Deprecated: Use `latency_tier` instead. The backlog threshold tier
4862
+ # for autoscaling. Value must be one of "low-latency", "medium-latency", or "
4863
+ # high-latency".
4862
4864
  # Corresponds to the JSON property `autoscalingTier`
4863
4865
  # @return [String]
4864
4866
  attr_accessor :autoscaling_tier
4865
4867
 
4868
+ # Optional. The backlog threshold tier for autoscaling. Value must be one of "
4869
+ # low-latency", "medium-latency", or "high-latency".
4870
+ # Corresponds to the JSON property `latencyTier`
4871
+ # @return [String]
4872
+ attr_accessor :latency_tier
4873
+
4866
4874
  # The maximum number of workers to cap autoscaling at. This field is currently
4867
4875
  # only supported for Streaming Engine jobs.
4868
4876
  # Corresponds to the JSON property `maxNumWorkers`
@@ -4892,6 +4900,7 @@ module Google
4892
4900
  def update!(**args)
4893
4901
  @acceptable_backlog_duration = args[:acceptable_backlog_duration] if args.key?(:acceptable_backlog_duration)
4894
4902
  @autoscaling_tier = args[:autoscaling_tier] if args.key?(:autoscaling_tier)
4903
+ @latency_tier = args[:latency_tier] if args.key?(:latency_tier)
4895
4904
  @max_num_workers = args[:max_num_workers] if args.key?(:max_num_workers)
4896
4905
  @min_num_workers = args[:min_num_workers] if args.key?(:min_num_workers)
4897
4906
  @worker_utilization_hint = args[:worker_utilization_hint] if args.key?(: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.78.0"
19
+ GEM_VERSION = "0.79.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260213"
25
+ REVISION = "20260405"
26
26
  end
27
27
  end
28
28
  end
@@ -2483,6 +2483,7 @@ module Google
2483
2483
  class Representation < Google::Apis::Core::JsonRepresentation
2484
2484
  property :acceptable_backlog_duration, as: 'acceptableBacklogDuration'
2485
2485
  property :autoscaling_tier, as: 'autoscalingTier'
2486
+ property :latency_tier, as: 'latencyTier'
2486
2487
  property :max_num_workers, as: 'maxNumWorkers'
2487
2488
  property :min_num_workers, as: 'minNumWorkers'
2488
2489
  property :worker_utilization_hint, as: 'workerUtilizationHint'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataflow_v1b3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.78.0
4
+ version: 0.79.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataflow_v1b3/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.78.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.79.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataflow_v1b3
62
62
  rdoc_options: []
63
63
  require_paths: