google-apis-dataflow_v1b3 0.58.0 → 0.60.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: bae39261831665f3e8c6fea30ba38545f6b4c539551e9deb6be945a83acd8fa7
4
- data.tar.gz: c31d7f6b83d63507f9c651b8967846a56bc65b0417d84b0acacced4438249eb8
3
+ metadata.gz: 72e3ff3d56fb03691038e4c0987433c5ca976d89e23676d66458b020e3c00da3
4
+ data.tar.gz: 794a7038d3f522a7027624477c0cef8993eccde5eaac764a3e3779bf6e90d1ba
5
5
  SHA512:
6
- metadata.gz: 64868d6c2c7a8130cefc34ddb9de1913f3f2bf9acfd2bed87d2c7b1312fb8a362dcfd00675f3a3a0043b5d96cc0a0ed611e0420305de93f7953c9c2e0aa0f807
7
- data.tar.gz: b314573f98e1cd85f8371a146b9869f71b460b1e34c6cf1208b6e85d5f4a9e1c13101f1546629c088909aa84b56bb9a311d4bddeccde0de35ae1d5c3a73c8ec4
6
+ metadata.gz: cc98b964e666a1fc0be8899590f5f7d27a075ab64fa9c47d463218b46b0653d6e38408db5b48e236ebd24601725fa9d0116b750159ca0ad9d3b97c44533dae11
7
+ data.tar.gz: 01627314533cef4ef12baebbf17aa3453c58ccb5da063c4404fd01b4b198e2010b5a18eb2b531ad53d1a97c77ce3f533047f6b1ce08e762b1fb054e74e0611a8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.60.0 (2024-08-25)
4
+
5
+ * Regenerated from discovery document revision 20240817
6
+
7
+ ### v0.59.0 (2024-08-18)
8
+
9
+ * Regenerated from discovery document revision 20240807
10
+ * Regenerated using generator version 0.15.1
11
+
3
12
  ### v0.58.0 (2024-07-25)
4
13
 
5
14
  * Regenerated from discovery document revision 20240709
@@ -2998,6 +2998,11 @@ module Google
2998
2998
  # @return [String]
2999
2999
  attr_accessor :location
3000
3000
 
3001
+ # Optional. The project number of the project this worker belongs to.
3002
+ # Corresponds to the JSON property `projectNumber`
3003
+ # @return [Fixnum]
3004
+ attr_accessor :project_number
3005
+
3001
3006
  # The initial lease period.
3002
3007
  # Corresponds to the JSON property `requestedLeaseDuration`
3003
3008
  # @return [String]
@@ -3033,6 +3038,7 @@ module Google
3033
3038
  def update!(**args)
3034
3039
  @current_worker_time = args[:current_worker_time] if args.key?(:current_worker_time)
3035
3040
  @location = args[:location] if args.key?(:location)
3041
+ @project_number = args[:project_number] if args.key?(:project_number)
3036
3042
  @requested_lease_duration = args[:requested_lease_duration] if args.key?(:requested_lease_duration)
3037
3043
  @unified_worker_request = args[:unified_worker_request] if args.key?(:unified_worker_request)
3038
3044
  @work_item_types = args[:work_item_types] if args.key?(:work_item_types)
@@ -4280,6 +4286,11 @@ module Google
4280
4286
  # @return [String]
4281
4287
  attr_accessor :location
4282
4288
 
4289
+ # Optional. The project number of the project which owns the WorkItem's job.
4290
+ # Corresponds to the JSON property `projectNumber`
4291
+ # @return [Fixnum]
4292
+ attr_accessor :project_number
4293
+
4283
4294
  # Untranslated bag-of-bytes WorkProgressUpdateRequest from UnifiedWorker.
4284
4295
  # Corresponds to the JSON property `unifiedWorkerRequest`
4285
4296
  # @return [Hash<String,Object>]
@@ -4307,6 +4318,7 @@ module Google
4307
4318
  def update!(**args)
4308
4319
  @current_worker_time = args[:current_worker_time] if args.key?(:current_worker_time)
4309
4320
  @location = args[:location] if args.key?(:location)
4321
+ @project_number = args[:project_number] if args.key?(:project_number)
4310
4322
  @unified_worker_request = args[:unified_worker_request] if args.key?(:unified_worker_request)
4311
4323
  @work_item_statuses = args[:work_item_statuses] if args.key?(:work_item_statuses)
4312
4324
  @worker_id = args[:worker_id] if args.key?(:worker_id)
@@ -6150,6 +6162,19 @@ module Google
6150
6162
  # @return [Hash<String,String>]
6151
6163
  attr_accessor :user_step_to_state_family_name_map
6152
6164
 
6165
+ # Binary encoded proto to control runtime behavior of the java runner v1 user
6166
+ # worker.
6167
+ # Corresponds to the JSON property `userWorkerRunnerV1Settings`
6168
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
6169
+ # @return [String]
6170
+ attr_accessor :user_worker_runner_v1_settings
6171
+
6172
+ # Binary encoded proto to control runtime behavior of the runner v2 user worker.
6173
+ # Corresponds to the JSON property `userWorkerRunnerV2Settings`
6174
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
6175
+ # @return [String]
6176
+ attr_accessor :user_worker_runner_v2_settings
6177
+
6153
6178
  # If present, the worker must use this endpoint to communicate with Windmill
6154
6179
  # Service dispatchers, otherwise the worker must continue to use whatever
6155
6180
  # endpoint it had been using.
@@ -6175,6 +6200,8 @@ module Google
6175
6200
  @operational_limits = args[:operational_limits] if args.key?(:operational_limits)
6176
6201
  @streaming_computation_configs = args[:streaming_computation_configs] if args.key?(:streaming_computation_configs)
6177
6202
  @user_step_to_state_family_name_map = args[:user_step_to_state_family_name_map] if args.key?(:user_step_to_state_family_name_map)
6203
+ @user_worker_runner_v1_settings = args[:user_worker_runner_v1_settings] if args.key?(:user_worker_runner_v1_settings)
6204
+ @user_worker_runner_v2_settings = args[:user_worker_runner_v2_settings] if args.key?(:user_worker_runner_v2_settings)
6178
6205
  @windmill_service_endpoint = args[:windmill_service_endpoint] if args.key?(:windmill_service_endpoint)
6179
6206
  @windmill_service_port = args[:windmill_service_port] if args.key?(:windmill_service_port)
6180
6207
  end
@@ -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.58.0"
19
+ GEM_VERSION = "0.60.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240709"
25
+ REVISION = "20240817"
26
26
  end
27
27
  end
28
28
  end
@@ -1920,6 +1920,7 @@ module Google
1920
1920
  class Representation < Google::Apis::Core::JsonRepresentation
1921
1921
  property :current_worker_time, as: 'currentWorkerTime'
1922
1922
  property :location, as: 'location'
1923
+ property :project_number, :numeric_string => true, as: 'projectNumber'
1923
1924
  property :requested_lease_duration, as: 'requestedLeaseDuration'
1924
1925
  hash :unified_worker_request, as: 'unifiedWorkerRequest'
1925
1926
  collection :work_item_types, as: 'workItemTypes'
@@ -2275,6 +2276,7 @@ module Google
2275
2276
  class Representation < Google::Apis::Core::JsonRepresentation
2276
2277
  property :current_worker_time, as: 'currentWorkerTime'
2277
2278
  property :location, as: 'location'
2279
+ property :project_number, :numeric_string => true, as: 'projectNumber'
2278
2280
  hash :unified_worker_request, as: 'unifiedWorkerRequest'
2279
2281
  collection :work_item_statuses, as: 'workItemStatuses', class: Google::Apis::DataflowV1b3::WorkItemStatus, decorator: Google::Apis::DataflowV1b3::WorkItemStatus::Representation
2280
2282
 
@@ -2808,6 +2810,8 @@ module Google
2808
2810
  collection :streaming_computation_configs, as: 'streamingComputationConfigs', class: Google::Apis::DataflowV1b3::StreamingComputationConfig, decorator: Google::Apis::DataflowV1b3::StreamingComputationConfig::Representation
2809
2811
 
2810
2812
  hash :user_step_to_state_family_name_map, as: 'userStepToStateFamilyNameMap'
2813
+ property :user_worker_runner_v1_settings, :base64 => true, as: 'userWorkerRunnerV1Settings'
2814
+ property :user_worker_runner_v2_settings, :base64 => true, as: 'userWorkerRunnerV2Settings'
2811
2815
  property :windmill_service_endpoint, as: 'windmillServiceEndpoint'
2812
2816
  property :windmill_service_port, :numeric_string => true, as: 'windmillServicePort'
2813
2817
  end
@@ -1494,7 +1494,11 @@ module Google
1494
1494
  end
1495
1495
 
1496
1496
  # Creates a Cloud Dataflow job from a template. Do not enter confidential
1497
- # information when you supply string values using the API.
1497
+ # information when you supply string values using the API. To create a job, we
1498
+ # recommend using `projects.locations.templates.create` with a [regional
1499
+ # endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints).
1500
+ # Using `projects.templates.create` is not recommended, because your job will
1501
+ # always start in `us-central1`.
1498
1502
  # @param [String] project_id
1499
1503
  # Required. The ID of the Cloud Platform project that the job belongs to.
1500
1504
  # @param [String] location
@@ -1531,7 +1535,11 @@ module Google
1531
1535
  execute_or_queue_command(command, &block)
1532
1536
  end
1533
1537
 
1534
- # Get the template associated with a template.
1538
+ # Get the template associated with a template. To get the template, we recommend
1539
+ # using `projects.locations.templates.get` with a [regional endpoint] (https://
1540
+ # cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using `projects.
1541
+ # templates.get` is not recommended, because only templates that are running in `
1542
+ # us-central1` are retrieved.
1535
1543
  # @param [String] project_id
1536
1544
  # Required. The ID of the Cloud Platform project that the job belongs to.
1537
1545
  # @param [String] location
@@ -1572,7 +1580,11 @@ module Google
1572
1580
  execute_or_queue_command(command, &block)
1573
1581
  end
1574
1582
 
1575
- # Launch a template.
1583
+ # Launches a template. To launch a template, we recommend using `projects.
1584
+ # locations.templates.launch` with a [regional endpoint] (https://cloud.google.
1585
+ # com/dataflow/docs/concepts/regional-endpoints). Using `projects.templates.
1586
+ # launch` is not recommended, because jobs launched from the template will
1587
+ # always start in `us-central1`.
1576
1588
  # @param [String] project_id
1577
1589
  # Required. The ID of the Cloud Platform project that the job belongs to.
1578
1590
  # @param [String] location
@@ -1697,7 +1709,11 @@ module Google
1697
1709
  end
1698
1710
 
1699
1711
  # Creates a Cloud Dataflow job from a template. Do not enter confidential
1700
- # information when you supply string values using the API.
1712
+ # information when you supply string values using the API. To create a job, we
1713
+ # recommend using `projects.locations.templates.create` with a [regional
1714
+ # endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints).
1715
+ # Using `projects.templates.create` is not recommended, because your job will
1716
+ # always start in `us-central1`.
1701
1717
  # @param [String] project_id
1702
1718
  # Required. The ID of the Cloud Platform project that the job belongs to.
1703
1719
  # @param [Google::Apis::DataflowV1b3::CreateJobFromTemplateRequest] create_job_from_template_request_object
@@ -1730,7 +1746,11 @@ module Google
1730
1746
  execute_or_queue_command(command, &block)
1731
1747
  end
1732
1748
 
1733
- # Get the template associated with a template.
1749
+ # Get the template associated with a template. To get the template, we recommend
1750
+ # using `projects.locations.templates.get` with a [regional endpoint] (https://
1751
+ # cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using `projects.
1752
+ # templates.get` is not recommended, because only templates that are running in `
1753
+ # us-central1` are retrieved.
1734
1754
  # @param [String] project_id
1735
1755
  # Required. The ID of the Cloud Platform project that the job belongs to.
1736
1756
  # @param [String] gcs_path
@@ -1771,7 +1791,11 @@ module Google
1771
1791
  execute_or_queue_command(command, &block)
1772
1792
  end
1773
1793
 
1774
- # Launch a template.
1794
+ # Launches a template. To launch a template, we recommend using `projects.
1795
+ # locations.templates.launch` with a [regional endpoint] (https://cloud.google.
1796
+ # com/dataflow/docs/concepts/regional-endpoints). Using `projects.templates.
1797
+ # launch` is not recommended, because jobs launched from the template will
1798
+ # always start in `us-central1`.
1775
1799
  # @param [String] project_id
1776
1800
  # Required. The ID of the Cloud Platform project that the job belongs to.
1777
1801
  # @param [Google::Apis::DataflowV1b3::LaunchTemplateParameters] launch_template_parameters_object
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.58.0
4
+ version: 0.60.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-07-25 00:00:00.000000000 Z
11
+ date: 2024-08-25 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.58.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.60.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: []