google-apis-dataflow_v1b3 0.51.0 → 0.53.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: 0b2111e8bd25f5f82fad69f7e39e49ea9b86f2f6d2e9245ba24a323a8f42cd57
4
- data.tar.gz: 51bbb780e7d19dcd9536ccabffb541fcf11f1ea27ecc79d6aa151cd0a9dd0bf0
3
+ metadata.gz: ffdc75d39249948e4693a76bde3193d628971b074f83f27a8445aec18b44135a
4
+ data.tar.gz: 62457b9ec7fa7f0c7f1b2ba0eafdcd3de0d6424d71ee639baa0a7888997cab7e
5
5
  SHA512:
6
- metadata.gz: eca617af86f16d34687429f8d10a31b70a3f6758ae2a26d9eecb296fa35de00c994acfd78c2f52edc9fa76bc7d76284732aab26af1ccfc4fae1bd05a7b3bbe6a
7
- data.tar.gz: 16f5ab6ee05b4eabb2d67675f4a12cf29c4ea97ca4f05eb75daccdb8f932622ff1b498ea199110a2b9f05a7f050c0d37da0c8ba342c55b688b60c1cb5a827e37
6
+ metadata.gz: 2f44387db38c46a7c3929f47bb6b7ff53135c3721606b19c9b86a6caa9c6364d33dcc10a0aa8fe3a53f9b695a0d57abfd966a822d12fe013eb2f4ec84d17b39b
7
+ data.tar.gz: 33803e6735f9a18d1a7990631d1be4e593a38dc1a086d0c81349ed14943d8d6d40919bceb09947c8dc8ab7f9b61d278224eef6fa26c20ea3254bc209f3e55c5e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.53.0 (2024-03-24)
4
+
5
+ * Regenerated from discovery document revision 20240317
6
+
7
+ ### v0.52.0 (2024-03-17)
8
+
9
+ * Regenerated from discovery document revision 20240310
10
+
3
11
  ### v0.51.0 (2024-02-24)
4
12
 
5
13
  * Regenerated from discovery document revision 20240218
@@ -824,7 +824,7 @@ module Google
824
824
  class CreateJobFromTemplateRequest
825
825
  include Google::Apis::Core::Hashable
826
826
 
827
- # The environment values to set at runtime.
827
+ # The environment values to set at runtime. LINT.IfChange
828
828
  # Corresponds to the JSON property `environment`
829
829
  # @return [Google::Apis::DataflowV1b3::RuntimeEnvironment]
830
830
  attr_accessor :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
@@ -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
@@ -2910,7 +2914,7 @@ module Google
2910
2914
  class LaunchTemplateParameters
2911
2915
  include Google::Apis::Core::Hashable
2912
2916
 
2913
- # The environment values to set at runtime.
2917
+ # The environment values to set at runtime. LINT.IfChange
2914
2918
  # Corresponds to the JSON property `environment`
2915
2919
  # @return [Google::Apis::DataflowV1b3::RuntimeEnvironment]
2916
2920
  attr_accessor :environment
@@ -4407,7 +4411,7 @@ module Google
4407
4411
  end
4408
4412
  end
4409
4413
 
4410
- # The environment values to set at runtime.
4414
+ # The environment values to set at runtime. LINT.IfChange
4411
4415
  class RuntimeEnvironment
4412
4416
  include Google::Apis::Core::Hashable
4413
4417
 
@@ -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
@@ -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.51.0"
19
+ GEM_VERSION = "0.53.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240218"
25
+ REVISION = "20240317"
26
26
  end
27
27
  end
28
28
  end
@@ -1580,14 +1580,14 @@ module Google
1580
1580
  # regional-endpoints) to which to direct the request.
1581
1581
  # @param [Google::Apis::DataflowV1b3::LaunchTemplateParameters] launch_template_parameters_object
1582
1582
  # @param [String] dynamic_template_gcs_path
1583
- # Path to dynamic template spec file on Cloud Storage. The file must be a Json
1584
- # serialized DynamicTemplateFieSpec object.
1583
+ # Path to the dynamic template specification file on Cloud Storage. The file
1584
+ # must be a JSON serialized `DynamicTemplateFileSpec` object.
1585
1585
  # @param [String] dynamic_template_staging_location
1586
1586
  # Cloud Storage path for staging dependencies. Must be a valid Cloud Storage URL,
1587
1587
  # beginning with `gs://`.
1588
1588
  # @param [String] gcs_path
1589
- # A Cloud Storage path to the template from which to create the job. Must be
1590
- # valid Cloud Storage URL, beginning with 'gs://'.
1589
+ # A Cloud Storage path to the template to use to create the job. Must be valid
1590
+ # Cloud Storage URL, beginning with `gs://`.
1591
1591
  # @param [Boolean] validate_only
1592
1592
  # If true, the request is validated but not actually executed. Defaults to false.
1593
1593
  # @param [String] fields
@@ -1776,14 +1776,14 @@ module Google
1776
1776
  # Required. The ID of the Cloud Platform project that the job belongs to.
1777
1777
  # @param [Google::Apis::DataflowV1b3::LaunchTemplateParameters] launch_template_parameters_object
1778
1778
  # @param [String] dynamic_template_gcs_path
1779
- # Path to dynamic template spec file on Cloud Storage. The file must be a Json
1780
- # serialized DynamicTemplateFieSpec object.
1779
+ # Path to the dynamic template specification file on Cloud Storage. The file
1780
+ # must be a JSON serialized `DynamicTemplateFileSpec` object.
1781
1781
  # @param [String] dynamic_template_staging_location
1782
1782
  # Cloud Storage path for staging dependencies. Must be a valid Cloud Storage URL,
1783
1783
  # beginning with `gs://`.
1784
1784
  # @param [String] gcs_path
1785
- # A Cloud Storage path to the template from which to create the job. Must be
1786
- # valid Cloud Storage URL, beginning with 'gs://'.
1785
+ # A Cloud Storage path to the template to use to create the job. Must be valid
1786
+ # Cloud Storage URL, beginning with `gs://`.
1787
1787
  # @param [String] location
1788
1788
  # The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/
1789
1789
  # regional-endpoints) to which to direct the request.
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.51.0
4
+ version: 0.53.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-02-25 00:00:00.000000000 Z
11
+ date: 2024-03-24 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.51.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.53.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: []