google-apis-dataflow_v1b3 0.50.0 → 0.52.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: 7090b3c2c308d51a7d2b5613cef45a5d79785843eab1428eee8a66bb821064f6
4
- data.tar.gz: 3909d6b430718fceb014e7e61bd14fd9761b187b73acce45178c1d58a2d9d87b
3
+ metadata.gz: ea6b789d337b616c8c044aa59acd51b753a1d557d90ac3945449f094f64342c8
4
+ data.tar.gz: 8c8c71e00c21e623a921f270a7cca4eb4dcad636e5684c0c9e044302acfbac33
5
5
  SHA512:
6
- metadata.gz: 7a7d428ab8dbeeb73f56466dcf9e6d8c91548a1b5dd35907a3003106fb9d9e407eb9eb4ecea97d4c06789c75202039f7076a75bb497d88834c9af9afd432115e
7
- data.tar.gz: e20b9a0b75321a4ab0c8c52cd73c31dfeecdbf5447dd3360c7f4e52a01cc2dc926e58d9a45f198ee9afd2d42b839c9fcef390c73b672bd6d094a14a5f1bad3d2
6
+ metadata.gz: 3055b5b2fec68e710e647361407bc0683300dfd7dbb8e564f9fd6658ea6437fc242ae690f22023ea1dd9fdd67e4d7d4b62647ed12d7aa799f11afde5b291a935
7
+ data.tar.gz: 01472ce0dae198b81fcea461df88d120568da30f5a361a2ffcc1e2fb993e28b143d5ef79b868f1d85e874b41622ba2aa4a4f559aba75fb238677ea7d6ba7a0e2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.52.0 (2024-03-17)
4
+
5
+ * Regenerated from discovery document revision 20240310
6
+
7
+ ### v0.51.0 (2024-02-24)
8
+
9
+ * Regenerated from discovery document revision 20240218
10
+ * Regenerated using generator version 0.14.0
11
+
3
12
  ### v0.50.0 (2024-01-28)
4
13
 
5
14
  * Regenerated from discovery document revision 20240121
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/dataflow) may provide guida
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -514,7 +514,7 @@ module Google
514
514
  class ContainerSpec
515
515
  include Google::Apis::Core::Hashable
516
516
 
517
- # The environment values to be set at runtime for flex template.
517
+ # The environment values to be set at runtime for flex template. LINT.IfChange
518
518
  # Corresponds to the JSON property `defaultEnvironment`
519
519
  # @return [Google::Apis::DataflowV1b3::FlexTemplateRuntimeEnvironment]
520
520
  attr_accessor :default_environment
@@ -1431,6 +1431,8 @@ module Google
1431
1431
  # Reduces cost and latency but might result in duplicate messages committed to
1432
1432
  # storage. Designed to run simple mapping streaming ETL jobs at the lowest cost.
1433
1433
  # For example, Change Data Capture (CDC) to BigQuery is a canonical use case.
1434
+ # For more information, see [Set the pipeline streaming mode](https://cloud.
1435
+ # google.com/dataflow/docs/guides/streaming-modes).
1434
1436
  # Corresponds to the JSON property `streamingMode`
1435
1437
  # @return [String]
1436
1438
  attr_accessor :streaming_mode
@@ -1668,7 +1670,7 @@ module Google
1668
1670
  end
1669
1671
  end
1670
1672
 
1671
- # The environment values to be set at runtime for flex template.
1673
+ # The environment values to be set at runtime for flex template. LINT.IfChange
1672
1674
  class FlexTemplateRuntimeEnvironment
1673
1675
  include Google::Apis::Core::Hashable
1674
1676
 
@@ -1792,6 +1794,8 @@ module Google
1792
1794
  # Reduces cost and latency but might result in duplicate messages committed to
1793
1795
  # storage. Designed to run simple mapping streaming ETL jobs at the lowest cost.
1794
1796
  # For example, Change Data Capture (CDC) to BigQuery is a canonical use case.
1797
+ # For more information, see [Set the pipeline streaming mode](https://cloud.
1798
+ # google.com/dataflow/docs/guides/streaming-modes).
1795
1799
  # Corresponds to the JSON property `streamingMode`
1796
1800
  # @return [String]
1797
1801
  attr_accessor :streaming_mode
@@ -2806,7 +2810,7 @@ module Google
2806
2810
  # @return [String]
2807
2811
  attr_accessor :container_spec_gcs_path
2808
2812
 
2809
- # The environment values to be set at runtime for flex template.
2813
+ # The environment values to be set at runtime for flex template. LINT.IfChange
2810
2814
  # Corresponds to the JSON property `environment`
2811
2815
  # @return [Google::Apis::DataflowV1b3::FlexTemplateRuntimeEnvironment]
2812
2816
  attr_accessor :environment
@@ -4490,6 +4494,8 @@ module Google
4490
4494
  # Reduces cost and latency but might result in duplicate messages committed to
4491
4495
  # storage. Designed to run simple mapping streaming ETL jobs at the lowest cost.
4492
4496
  # For example, Change Data Capture (CDC) to BigQuery is a canonical use case.
4497
+ # For more information, see [Set the pipeline streaming mode](https://cloud.
4498
+ # google.com/dataflow/docs/guides/streaming-modes).
4493
4499
  # Corresponds to the JSON property `streamingMode`
4494
4500
  # @return [String]
4495
4501
  attr_accessor :streaming_mode
@@ -4607,7 +4613,9 @@ module Google
4607
4613
 
4608
4614
  # Target worker utilization, compared against the aggregate utilization of the
4609
4615
  # worker pool by autoscaler, to determine upscaling and downscaling when absent
4610
- # other constraints such as backlog.
4616
+ # other constraints such as backlog. For more information, see [Update an
4617
+ # existing pipeline](https://cloud.google.com/dataflow/docs/guides/updating-a-
4618
+ # pipeline).
4611
4619
  # Corresponds to the JSON property `workerUtilizationHint`
4612
4620
  # @return [Float]
4613
4621
  attr_accessor :worker_utilization_hint
@@ -6207,6 +6215,25 @@ module Google
6207
6215
  end
6208
6216
  end
6209
6217
 
6218
+ # Contains per-user-worker streaming scaling recommendation from the backend.
6219
+ class StreamingScalingReportResponse
6220
+ include Google::Apis::Core::Hashable
6221
+
6222
+ # Maximum thread count limit;
6223
+ # Corresponds to the JSON property `maximumThreadCount`
6224
+ # @return [Fixnum]
6225
+ attr_accessor :maximum_thread_count
6226
+
6227
+ def initialize(**args)
6228
+ update!(**args)
6229
+ end
6230
+
6231
+ # Update properties of this object
6232
+ def update!(**args)
6233
+ @maximum_thread_count = args[:maximum_thread_count] if args.key?(:maximum_thread_count)
6234
+ end
6235
+ end
6236
+
6210
6237
  # A task which initializes part of a streaming Dataflow job.
6211
6238
  class StreamingSetupTask
6212
6239
  include Google::Apis::Core::Hashable
@@ -7347,6 +7374,11 @@ module Google
7347
7374
  class WorkerMessageResponse
7348
7375
  include Google::Apis::Core::Hashable
7349
7376
 
7377
+ # Contains per-user-worker streaming scaling recommendation from the backend.
7378
+ # Corresponds to the JSON property `streamingScalingReportResponse`
7379
+ # @return [Google::Apis::DataflowV1b3::StreamingScalingReportResponse]
7380
+ attr_accessor :streaming_scaling_report_response
7381
+
7350
7382
  # WorkerHealthReportResponse contains information returned to the worker in
7351
7383
  # response to a health ping.
7352
7384
  # Corresponds to the JSON property `workerHealthReportResponse`
@@ -7374,6 +7406,7 @@ module Google
7374
7406
 
7375
7407
  # Update properties of this object
7376
7408
  def update!(**args)
7409
+ @streaming_scaling_report_response = args[:streaming_scaling_report_response] if args.key?(:streaming_scaling_report_response)
7377
7410
  @worker_health_report_response = args[:worker_health_report_response] if args.key?(:worker_health_report_response)
7378
7411
  @worker_metrics_response = args[:worker_metrics_response] if args.key?(:worker_metrics_response)
7379
7412
  @worker_shutdown_notice_response = args[:worker_shutdown_notice_response] if args.key?(:worker_shutdown_notice_response)
@@ -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.50.0"
19
+ GEM_VERSION = "0.52.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.1"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240121"
25
+ REVISION = "20240310"
26
26
  end
27
27
  end
28
28
  end
@@ -946,6 +946,12 @@ module Google
946
946
  include Google::Apis::Core::JsonObjectSupport
947
947
  end
948
948
 
949
+ class StreamingScalingReportResponse
950
+ class Representation < Google::Apis::Core::JsonRepresentation; end
951
+
952
+ include Google::Apis::Core::JsonObjectSupport
953
+ end
954
+
949
955
  class StreamingSetupTask
950
956
  class Representation < Google::Apis::Core::JsonRepresentation; end
951
957
 
@@ -2799,6 +2805,13 @@ module Google
2799
2805
  end
2800
2806
  end
2801
2807
 
2808
+ class StreamingScalingReportResponse
2809
+ # @private
2810
+ class Representation < Google::Apis::Core::JsonRepresentation
2811
+ property :maximum_thread_count, as: 'maximumThreadCount'
2812
+ end
2813
+ end
2814
+
2802
2815
  class StreamingSetupTask
2803
2816
  # @private
2804
2817
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3092,6 +3105,8 @@ module Google
3092
3105
  class WorkerMessageResponse
3093
3106
  # @private
3094
3107
  class Representation < Google::Apis::Core::JsonRepresentation
3108
+ property :streaming_scaling_report_response, as: 'streamingScalingReportResponse', class: Google::Apis::DataflowV1b3::StreamingScalingReportResponse, decorator: Google::Apis::DataflowV1b3::StreamingScalingReportResponse::Representation
3109
+
3095
3110
  property :worker_health_report_response, as: 'workerHealthReportResponse', class: Google::Apis::DataflowV1b3::WorkerHealthReportResponse, decorator: Google::Apis::DataflowV1b3::WorkerHealthReportResponse::Representation
3096
3111
 
3097
3112
  property :worker_metrics_response, as: 'workerMetricsResponse', class: Google::Apis::DataflowV1b3::ResourceUtilizationReportResponse, decorator: Google::Apis::DataflowV1b3::ResourceUtilizationReportResponse::Representation
@@ -37,9 +37,6 @@ module Google
37
37
 
38
38
  # View your Google Compute Engine resources
39
39
  AUTH_COMPUTE_READONLY = 'https://www.googleapis.com/auth/compute.readonly'
40
-
41
- # See your primary Google Account email address
42
- AUTH_USERINFO_EMAIL = 'https://www.googleapis.com/auth/userinfo.email'
43
40
  end
44
41
  end
45
42
  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.50.0
4
+ version: 0.52.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: 2024-01-28 00:00:00.000000000 Z
11
+ date: 2024-03-17 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.12.0
19
+ version: 0.14.0
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.12.0
29
+ version: 0.14.0
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.50.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.52.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: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Dataflow API V1b3