google-apis-dataflow_v1b3 0.76.0 → 0.77.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: 0a04bc228c17bda398176a3fc929ddc42a4efddd103a369279219c9c17d521b9
4
- data.tar.gz: 88c711015530faac180cbd11544bab83eaade00c7c68fe6ed50a2112989f08ce
3
+ metadata.gz: a25f6ea35b315c1b85143ec2f25a9e2949b51d07547a9b652aeb8b4567d9755a
4
+ data.tar.gz: 4fc4a6360b7f1ecd827b32e1d352b61133aef4d2384acc7426cf84a32bc5dff2
5
5
  SHA512:
6
- metadata.gz: '09fa10e4e1c62e1d3b6fa7194267c2dbffc428f4a2aae362e99af14fe56554c07830c0009a2bc08913497537a0eb98ff48b20c2b56155be3833adf6dcc2c2505'
7
- data.tar.gz: 2f0d3e07af9d01d4c50ae9b9a42e57b494ea4c84a65b8b82f5b469015b244e94adf70202a111baf02abd7c868f659620eb8a3c77d830ee529a4797ce61c0b8d7
6
+ metadata.gz: 421baca965cf3df62e1a0abf59ff0c27b444a630f9cedb02ffc44a2f3aec45017a2cba4a6b3424ade91cfe58ee8c054e41b484a0971cf4e44723ee7db8bd5e47
7
+ data.tar.gz: 0b1572b4b6e924954257ae116cc0eac0c7b15438a5f33038d98784a5770591f4156f694903e7a69d008eda89dea00190f123cc7db5a18a3017bbb8dd70523059
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.77.0 (2026-02-15)
4
+
5
+ * Regenerated from discovery document revision 20260208
6
+
3
7
  ### v0.76.0 (2026-02-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20260127
@@ -2569,6 +2569,12 @@ module Google
2569
2569
  # @return [String]
2570
2570
  attr_accessor :name
2571
2571
 
2572
+ # Output only. Indicates whether the job can be paused.
2573
+ # Corresponds to the JSON property `pausable`
2574
+ # @return [Boolean]
2575
+ attr_accessor :pausable
2576
+ alias_method :pausable?, :pausable
2577
+
2572
2578
  # A descriptive representation of submitted pipeline as well as the executed
2573
2579
  # form. This data is provided by the Dataflow service for ease of visualizing
2574
2580
  # the pipeline and interpreting Dataflow provided metrics.
@@ -2696,6 +2702,7 @@ module Google
2696
2702
  @labels = args[:labels] if args.key?(:labels)
2697
2703
  @location = args[:location] if args.key?(:location)
2698
2704
  @name = args[:name] if args.key?(:name)
2705
+ @pausable = args[:pausable] if args.key?(:pausable)
2699
2706
  @pipeline_description = args[:pipeline_description] if args.key?(:pipeline_description)
2700
2707
  @project_id = args[:project_id] if args.key?(:project_id)
2701
2708
  @replace_job_id = args[:replace_job_id] if args.key?(:replace_job_id)
@@ -4844,12 +4851,18 @@ module Google
4844
4851
  class RuntimeUpdatableParams
4845
4852
  include Google::Apis::Core::Hashable
4846
4853
 
4847
- # Optional. The backlog threshold duration in seconds for autoscaling. Value
4848
- # must be non-negative.
4854
+ # Optional. Deprecated: Use `autoscaling_tier` instead. The backlog threshold
4855
+ # duration in seconds for autoscaling. Value must be non-negative.
4849
4856
  # Corresponds to the JSON property `acceptableBacklogDuration`
4850
4857
  # @return [String]
4851
4858
  attr_accessor :acceptable_backlog_duration
4852
4859
 
4860
+ # Optional. The backlog threshold tier for autoscaling. Value must be one of "
4861
+ # low-latency", "medium-latency", or "high-latency".
4862
+ # Corresponds to the JSON property `autoscalingTier`
4863
+ # @return [String]
4864
+ attr_accessor :autoscaling_tier
4865
+
4853
4866
  # The maximum number of workers to cap autoscaling at. This field is currently
4854
4867
  # only supported for Streaming Engine jobs.
4855
4868
  # Corresponds to the JSON property `maxNumWorkers`
@@ -4878,6 +4891,7 @@ module Google
4878
4891
  # Update properties of this object
4879
4892
  def update!(**args)
4880
4893
  @acceptable_backlog_duration = args[:acceptable_backlog_duration] if args.key?(:acceptable_backlog_duration)
4894
+ @autoscaling_tier = args[:autoscaling_tier] if args.key?(:autoscaling_tier)
4881
4895
  @max_num_workers = args[:max_num_workers] if args.key?(:max_num_workers)
4882
4896
  @min_num_workers = args[:min_num_workers] if args.key?(:min_num_workers)
4883
4897
  @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.76.0"
19
+ GEM_VERSION = "0.77.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 = "20260127"
25
+ REVISION = "20260208"
26
26
  end
27
27
  end
28
28
  end
@@ -1871,6 +1871,7 @@ module Google
1871
1871
  hash :labels, as: 'labels'
1872
1872
  property :location, as: 'location'
1873
1873
  property :name, as: 'name'
1874
+ property :pausable, as: 'pausable'
1874
1875
  property :pipeline_description, as: 'pipelineDescription', class: Google::Apis::DataflowV1b3::PipelineDescription, decorator: Google::Apis::DataflowV1b3::PipelineDescription::Representation
1875
1876
 
1876
1877
  property :project_id, as: 'projectId'
@@ -2481,6 +2482,7 @@ module Google
2481
2482
  # @private
2482
2483
  class Representation < Google::Apis::Core::JsonRepresentation
2483
2484
  property :acceptable_backlog_duration, as: 'acceptableBacklogDuration'
2485
+ property :autoscaling_tier, as: 'autoscalingTier'
2484
2486
  property :max_num_workers, as: 'maxNumWorkers'
2485
2487
  property :min_num_workers, as: 'minNumWorkers'
2486
2488
  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.76.0
4
+ version: 0.77.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.76.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.77.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: