google-apis-dataflow_v1b3 0.55.0 → 0.57.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 20315ec3a97414e97ff679841badd7977128358f1b7b3a6d8b0d7a203e746e31
|
|
4
|
+
data.tar.gz: a2e6356dd8f46249c84fb91f55e85d10efb914526876d28a8b680337c26db0bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 10a6a18bd816a9e38ba6d870ae2682b482669a7cf4ce2e718c58fc7544212b75e833f7bb1e31b3c4ab0811324bb50e08a7d205d6969356d4047dc6c85e8ba676
|
|
7
|
+
data.tar.gz: 0c71f8ce35443e187b2e63c0ccb37ec470de3b22598aa947537b7dde68badde6c3516c9879d7fa4503a40e59d3ae36cd21f81dd05612d1e619b8dcfc07d99414
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-dataflow_v1b3
|
|
2
2
|
|
|
3
|
+
### v0.57.0 (2024-06-30)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240624
|
|
6
|
+
|
|
7
|
+
### v0.56.0 (2024-05-19)
|
|
8
|
+
|
|
9
|
+
* Regenerated using generator version 0.15.0
|
|
10
|
+
|
|
3
11
|
### v0.55.0 (2024-05-05)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20240430
|
|
@@ -1073,8 +1073,8 @@ module Google
|
|
|
1073
1073
|
# @return [Google::Apis::DataflowV1b3::DataSamplingConfig]
|
|
1074
1074
|
attr_accessor :data_sampling
|
|
1075
1075
|
|
|
1076
|
-
# When true, enables the logging of the literal hot key to the user's
|
|
1077
|
-
# Logging.
|
|
1076
|
+
# Optional. When true, enables the logging of the literal hot key to the user's
|
|
1077
|
+
# Cloud Logging.
|
|
1078
1078
|
# Corresponds to the JSON property `enableHotKeyLogging`
|
|
1079
1079
|
# @return [Boolean]
|
|
1080
1080
|
attr_accessor :enable_hot_key_logging
|
|
@@ -1367,9 +1367,9 @@ module Google
|
|
|
1367
1367
|
# @return [String]
|
|
1368
1368
|
attr_accessor :cluster_manager_api_service
|
|
1369
1369
|
|
|
1370
|
-
# The dataset for the current project where various workflow related
|
|
1371
|
-
# stored. The supported resource type is: Google BigQuery: bigquery.
|
|
1372
|
-
# com/`dataset`
|
|
1370
|
+
# Optional. The dataset for the current project where various workflow related
|
|
1371
|
+
# tables are stored. The supported resource type is: Google BigQuery: bigquery.
|
|
1372
|
+
# googleapis.com/`dataset`
|
|
1373
1373
|
# Corresponds to the JSON property `dataset`
|
|
1374
1374
|
# @return [String]
|
|
1375
1375
|
attr_accessor :dataset
|
|
@@ -1386,7 +1386,7 @@ module Google
|
|
|
1386
1386
|
# @return [Array<String>]
|
|
1387
1387
|
attr_accessor :experiments
|
|
1388
1388
|
|
|
1389
|
-
# Which Flexible Resource Scheduling mode to run in.
|
|
1389
|
+
# Optional. Which Flexible Resource Scheduling mode to run in.
|
|
1390
1390
|
# Corresponds to the JSON property `flexResourceSchedulingGoal`
|
|
1391
1391
|
# @return [String]
|
|
1392
1392
|
attr_accessor :flex_resource_scheduling_goal
|
|
@@ -1403,14 +1403,14 @@ module Google
|
|
|
1403
1403
|
# @return [Hash<String,Object>]
|
|
1404
1404
|
attr_accessor :sdk_pipeline_options
|
|
1405
1405
|
|
|
1406
|
-
# Identity to run virtual machines as. Defaults to the default account.
|
|
1406
|
+
# Optional. Identity to run virtual machines as. Defaults to the default account.
|
|
1407
1407
|
# Corresponds to the JSON property `serviceAccountEmail`
|
|
1408
1408
|
# @return [String]
|
|
1409
1409
|
attr_accessor :service_account_email
|
|
1410
1410
|
|
|
1411
|
-
# If set, contains the Cloud KMS key identifier used to encrypt data
|
|
1412
|
-
# AKA a Customer Managed Encryption Key (CMEK). Format: projects/
|
|
1413
|
-
# locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY
|
|
1411
|
+
# Optional. If set, contains the Cloud KMS key identifier used to encrypt data
|
|
1412
|
+
# at rest, AKA a Customer Managed Encryption Key (CMEK). Format: projects/
|
|
1413
|
+
# PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY
|
|
1414
1414
|
# Corresponds to the JSON property `serviceKmsKeyName`
|
|
1415
1415
|
# @return [String]
|
|
1416
1416
|
attr_accessor :service_kms_key_name
|
|
@@ -1472,17 +1472,17 @@ module Google
|
|
|
1472
1472
|
# @return [Array<Google::Apis::DataflowV1b3::WorkerPool>]
|
|
1473
1473
|
attr_accessor :worker_pools
|
|
1474
1474
|
|
|
1475
|
-
# The Compute Engine region (https://cloud.google.com/compute/docs/
|
|
1476
|
-
# regions-zones) in which worker processing should occur, e.g. "us-
|
|
1477
|
-
# Mutually exclusive with worker_zone. If neither worker_region nor
|
|
1478
|
-
# is specified, default to the control plane's region.
|
|
1475
|
+
# Optional. The Compute Engine region (https://cloud.google.com/compute/docs/
|
|
1476
|
+
# regions-zones/regions-zones) in which worker processing should occur, e.g. "us-
|
|
1477
|
+
# west1". Mutually exclusive with worker_zone. If neither worker_region nor
|
|
1478
|
+
# worker_zone is specified, default to the control plane's region.
|
|
1479
1479
|
# Corresponds to the JSON property `workerRegion`
|
|
1480
1480
|
# @return [String]
|
|
1481
1481
|
attr_accessor :worker_region
|
|
1482
1482
|
|
|
1483
|
-
# The Compute Engine zone (https://cloud.google.com/compute/docs/
|
|
1484
|
-
# regions-zones) in which worker processing should occur, e.g. "us-
|
|
1485
|
-
# Mutually exclusive with worker_region. If neither worker_region nor
|
|
1483
|
+
# Optional. The Compute Engine zone (https://cloud.google.com/compute/docs/
|
|
1484
|
+
# regions-zones/regions-zones) in which worker processing should occur, e.g. "us-
|
|
1485
|
+
# west1-a". Mutually exclusive with worker_region. If neither worker_region nor
|
|
1486
1486
|
# worker_zone is specified, a zone in the control plane's region is chosen based
|
|
1487
1487
|
# on available capacity.
|
|
1488
1488
|
# Corresponds to the JSON property `workerZone`
|
|
@@ -2360,8 +2360,8 @@ module Google
|
|
|
2360
2360
|
# @return [Hash<String,String>]
|
|
2361
2361
|
attr_accessor :labels
|
|
2362
2362
|
|
|
2363
|
-
# The [regional endpoint] (https://cloud.google.com/dataflow/docs/
|
|
2364
|
-
# regional-endpoints) that contains this job.
|
|
2363
|
+
# Optional. The [regional endpoint] (https://cloud.google.com/dataflow/docs/
|
|
2364
|
+
# concepts/regional-endpoints) that contains this job.
|
|
2365
2365
|
# Corresponds to the JSON property `location`
|
|
2366
2366
|
# @return [String]
|
|
2367
2367
|
attr_accessor :location
|
|
@@ -2434,6 +2434,11 @@ module Google
|
|
|
2434
2434
|
attr_accessor :satisfies_pzs
|
|
2435
2435
|
alias_method :satisfies_pzs?, :satisfies_pzs
|
|
2436
2436
|
|
|
2437
|
+
# Resources used by the Dataflow Service to run the job.
|
|
2438
|
+
# Corresponds to the JSON property `serviceResources`
|
|
2439
|
+
# @return [Google::Apis::DataflowV1b3::ServiceResources]
|
|
2440
|
+
attr_accessor :service_resources
|
|
2441
|
+
|
|
2437
2442
|
# This field may be mutated by the Cloud Dataflow service; callers cannot mutate
|
|
2438
2443
|
# it.
|
|
2439
2444
|
# Corresponds to the JSON property `stageStates`
|
|
@@ -2469,7 +2474,7 @@ module Google
|
|
|
2469
2474
|
# @return [Array<String>]
|
|
2470
2475
|
attr_accessor :temp_files
|
|
2471
2476
|
|
|
2472
|
-
# The map of transform name prefixes of the job to be replaced to the
|
|
2477
|
+
# Optional. The map of transform name prefixes of the job to be replaced to the
|
|
2473
2478
|
# corresponding name prefixes of the new job.
|
|
2474
2479
|
# Corresponds to the JSON property `transformNameMapping`
|
|
2475
2480
|
# @return [Hash<String,String>]
|
|
@@ -2506,6 +2511,7 @@ module Google
|
|
|
2506
2511
|
@runtime_updatable_params = args[:runtime_updatable_params] if args.key?(:runtime_updatable_params)
|
|
2507
2512
|
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
|
2508
2513
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
|
2514
|
+
@service_resources = args[:service_resources] if args.key?(:service_resources)
|
|
2509
2515
|
@stage_states = args[:stage_states] if args.key?(:stage_states)
|
|
2510
2516
|
@start_time = args[:start_time] if args.key?(:start_time)
|
|
2511
2517
|
@steps = args[:steps] if args.key?(:steps)
|
|
@@ -4947,6 +4953,26 @@ module Google
|
|
|
4947
4953
|
end
|
|
4948
4954
|
end
|
|
4949
4955
|
|
|
4956
|
+
# Resources used by the Dataflow Service to run the job.
|
|
4957
|
+
class ServiceResources
|
|
4958
|
+
include Google::Apis::Core::Hashable
|
|
4959
|
+
|
|
4960
|
+
# Output only. List of Cloud Zones being used by the Dataflow Service for this
|
|
4961
|
+
# job. Example: us-central1-c
|
|
4962
|
+
# Corresponds to the JSON property `zones`
|
|
4963
|
+
# @return [Array<String>]
|
|
4964
|
+
attr_accessor :zones
|
|
4965
|
+
|
|
4966
|
+
def initialize(**args)
|
|
4967
|
+
update!(**args)
|
|
4968
|
+
end
|
|
4969
|
+
|
|
4970
|
+
# Update properties of this object
|
|
4971
|
+
def update!(**args)
|
|
4972
|
+
@zones = args[:zones] if args.key?(:zones)
|
|
4973
|
+
end
|
|
4974
|
+
end
|
|
4975
|
+
|
|
4950
4976
|
# A task which consists of a shell command for the worker to execute.
|
|
4951
4977
|
class ShellTask
|
|
4952
4978
|
include Google::Apis::Core::Hashable
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.57.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.15.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240624"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -736,6 +736,12 @@ module Google
|
|
|
736
736
|
include Google::Apis::Core::JsonObjectSupport
|
|
737
737
|
end
|
|
738
738
|
|
|
739
|
+
class ServiceResources
|
|
740
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
741
|
+
|
|
742
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
743
|
+
end
|
|
744
|
+
|
|
739
745
|
class ShellTask
|
|
740
746
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
741
747
|
|
|
@@ -1758,6 +1764,8 @@ module Google
|
|
|
1758
1764
|
|
|
1759
1765
|
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
1760
1766
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
1767
|
+
property :service_resources, as: 'serviceResources', class: Google::Apis::DataflowV1b3::ServiceResources, decorator: Google::Apis::DataflowV1b3::ServiceResources::Representation
|
|
1768
|
+
|
|
1761
1769
|
collection :stage_states, as: 'stageStates', class: Google::Apis::DataflowV1b3::ExecutionStageState, decorator: Google::Apis::DataflowV1b3::ExecutionStageState::Representation
|
|
1762
1770
|
|
|
1763
1771
|
property :start_time, as: 'startTime'
|
|
@@ -2447,6 +2455,13 @@ module Google
|
|
|
2447
2455
|
end
|
|
2448
2456
|
end
|
|
2449
2457
|
|
|
2458
|
+
class ServiceResources
|
|
2459
|
+
# @private
|
|
2460
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2461
|
+
collection :zones, as: 'zones'
|
|
2462
|
+
end
|
|
2463
|
+
end
|
|
2464
|
+
|
|
2450
2465
|
class ShellTask
|
|
2451
2466
|
# @private
|
|
2452
2467
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.
|
|
4
|
+
version: 0.57.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-
|
|
11
|
+
date: 2024-06-30 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.
|
|
19
|
+
version: 0.15.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.
|
|
29
|
+
version: 0.15.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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.57.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: []
|