google-apis-dataflow_v1b3 0.64.0 → 0.66.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: 4ef132c3d92a704d505c3a9a512a150c333550dca9d5a4afbe8fec88c5e9bdd7
|
4
|
+
data.tar.gz: 5d7d3c8b75ede1e5ca04d78c14111af035f72092ecfdc439d67e890eb74aa9d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 782f79260d619a0ee09e82c8e16ea9f4cb98dac6388296b632af7aaf00f787de92eb987633000e49c010accbac5594c0e4e80ccdcf5bf3d5323c1e2f7efe0775
|
7
|
+
data.tar.gz: 71960235bc0136d27ee99b5bd932d8b2fda2632162926fb9a008e32a2ce1efb2b801345d9474745c9bcd3274cbb174dabc5e77b0c40e107e0be6dc9a3a3a694d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-dataflow_v1b3
|
2
2
|
|
3
|
+
### v0.66.0 (2025-03-16)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250310
|
6
|
+
|
7
|
+
### v0.65.0 (2025-02-26)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250131
|
10
|
+
|
3
11
|
### v0.64.0 (2025-01-12)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250106
|
@@ -1768,6 +1768,11 @@ module Google
|
|
1768
1768
|
# @return [Array<String>]
|
1769
1769
|
attr_accessor :additional_experiments
|
1770
1770
|
|
1771
|
+
# Optional. Additional pipeline option flags for the job.
|
1772
|
+
# Corresponds to the JSON property `additionalPipelineOptions`
|
1773
|
+
# @return [Array<String>]
|
1774
|
+
attr_accessor :additional_pipeline_options
|
1775
|
+
|
1771
1776
|
# Additional user labels to be specified for the job. Keys and values must
|
1772
1777
|
# follow the restrictions specified in the [labeling restrictions](https://cloud.
|
1773
1778
|
# google.com/compute/docs/labeling-resources#restrictions) page. An object
|
@@ -1937,6 +1942,7 @@ module Google
|
|
1937
1942
|
# Update properties of this object
|
1938
1943
|
def update!(**args)
|
1939
1944
|
@additional_experiments = args[:additional_experiments] if args.key?(:additional_experiments)
|
1945
|
+
@additional_pipeline_options = args[:additional_pipeline_options] if args.key?(:additional_pipeline_options)
|
1940
1946
|
@additional_user_labels = args[:additional_user_labels] if args.key?(:additional_user_labels)
|
1941
1947
|
@autoscaling_algorithm = args[:autoscaling_algorithm] if args.key?(:autoscaling_algorithm)
|
1942
1948
|
@disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
|
@@ -3470,7 +3476,7 @@ module Google
|
|
3470
3476
|
end
|
3471
3477
|
end
|
3472
3478
|
|
3473
|
-
# Describes the state of a metric.
|
3479
|
+
# Describes the state of a metric.
|
3474
3480
|
class MetricUpdate
|
3475
3481
|
include Google::Apis::Core::Hashable
|
3476
3482
|
|
@@ -4592,6 +4598,11 @@ module Google
|
|
4592
4598
|
# @return [Array<String>]
|
4593
4599
|
attr_accessor :additional_experiments
|
4594
4600
|
|
4601
|
+
# Optional. Additional pipeline option flags for the job.
|
4602
|
+
# Corresponds to the JSON property `additionalPipelineOptions`
|
4603
|
+
# @return [Array<String>]
|
4604
|
+
attr_accessor :additional_pipeline_options
|
4605
|
+
|
4595
4606
|
# Optional. Additional user labels to be specified for the job. Keys and values
|
4596
4607
|
# should follow the restrictions specified in the [labeling restrictions](https:/
|
4597
4608
|
# /cloud.google.com/compute/docs/labeling-resources#restrictions) page. An
|
@@ -4719,6 +4730,7 @@ module Google
|
|
4719
4730
|
# Update properties of this object
|
4720
4731
|
def update!(**args)
|
4721
4732
|
@additional_experiments = args[:additional_experiments] if args.key?(:additional_experiments)
|
4733
|
+
@additional_pipeline_options = args[:additional_pipeline_options] if args.key?(:additional_pipeline_options)
|
4722
4734
|
@additional_user_labels = args[:additional_user_labels] if args.key?(:additional_user_labels)
|
4723
4735
|
@bypass_temp_dir_validation = args[:bypass_temp_dir_validation] if args.key?(:bypass_temp_dir_validation)
|
4724
4736
|
@disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
|
@@ -6881,6 +6893,11 @@ module Google
|
|
6881
6893
|
attr_accessor :supports_exactly_once
|
6882
6894
|
alias_method :supports_exactly_once?, :supports_exactly_once
|
6883
6895
|
|
6896
|
+
# Optional. For future use.
|
6897
|
+
# Corresponds to the JSON property `yamlDefinition`
|
6898
|
+
# @return [String]
|
6899
|
+
attr_accessor :yaml_definition
|
6900
|
+
|
6884
6901
|
def initialize(**args)
|
6885
6902
|
update!(**args)
|
6886
6903
|
end
|
@@ -6894,6 +6911,7 @@ module Google
|
|
6894
6911
|
@streaming = args[:streaming] if args.key?(:streaming)
|
6895
6912
|
@supports_at_least_once = args[:supports_at_least_once] if args.key?(:supports_at_least_once)
|
6896
6913
|
@supports_exactly_once = args[:supports_exactly_once] if args.key?(:supports_exactly_once)
|
6914
|
+
@yaml_definition = args[:yaml_definition] if args.key?(:yaml_definition)
|
6897
6915
|
end
|
6898
6916
|
end
|
6899
6917
|
|
@@ -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.66.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250310"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1642,6 +1642,7 @@ module Google
|
|
1642
1642
|
# @private
|
1643
1643
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1644
1644
|
collection :additional_experiments, as: 'additionalExperiments'
|
1645
|
+
collection :additional_pipeline_options, as: 'additionalPipelineOptions'
|
1645
1646
|
hash :additional_user_labels, as: 'additionalUserLabels'
|
1646
1647
|
property :autoscaling_algorithm, as: 'autoscalingAlgorithm'
|
1647
1648
|
property :disk_size_gb, as: 'diskSizeGb'
|
@@ -2403,6 +2404,7 @@ module Google
|
|
2403
2404
|
# @private
|
2404
2405
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2405
2406
|
collection :additional_experiments, as: 'additionalExperiments'
|
2407
|
+
collection :additional_pipeline_options, as: 'additionalPipelineOptions'
|
2406
2408
|
hash :additional_user_labels, as: 'additionalUserLabels'
|
2407
2409
|
property :bypass_temp_dir_validation, as: 'bypassTempDirValidation'
|
2408
2410
|
property :disk_size_gb, as: 'diskSizeGb'
|
@@ -3026,6 +3028,7 @@ module Google
|
|
3026
3028
|
property :streaming, as: 'streaming'
|
3027
3029
|
property :supports_at_least_once, as: 'supportsAtLeastOnce'
|
3028
3030
|
property :supports_exactly_once, as: 'supportsExactlyOnce'
|
3031
|
+
property :yaml_definition, as: 'yamlDefinition'
|
3029
3032
|
end
|
3030
3033
|
end
|
3031
3034
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.66.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-03-16 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.66.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:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.5
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Dataflow API V1b3
|
79
79
|
test_files: []
|