google-apis-dataflow_v1b3 0.65.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: 14691872aee83b460275213a867c2a5564bbc0a99f3af940c3fa1f2ec91f3fc8
4
- data.tar.gz: f88c16db17d1d417d932f8f12b66d22989d7fb13518f3a6bd6707a38f968a5ce
3
+ metadata.gz: 4ef132c3d92a704d505c3a9a512a150c333550dca9d5a4afbe8fec88c5e9bdd7
4
+ data.tar.gz: 5d7d3c8b75ede1e5ca04d78c14111af035f72092ecfdc439d67e890eb74aa9d3
5
5
  SHA512:
6
- metadata.gz: ce5eaeb64637992bcd3b8e1ef13114ef28e8c5337195e5eb8fa18641c38112cd297ee07e49a22ea9efd43df765aa38cc141ffe5a587af67c4c61947f5e58ee03
7
- data.tar.gz: b68ac55cb2893506f28fffdfe1aa696ba9c181a853fd2138fb8ac4d77d611a7be0f118f198db58fea72acc1e7cc0c8fa8829be271b98bbb7c70880a467b2dc96
6
+ metadata.gz: 782f79260d619a0ee09e82c8e16ea9f4cb98dac6388296b632af7aaf00f787de92eb987633000e49c010accbac5594c0e4e80ccdcf5bf3d5323c1e2f7efe0775
7
+ data.tar.gz: 71960235bc0136d27ee99b5bd932d8b2fda2632162926fb9a008e32a2ce1efb2b801345d9474745c9bcd3274cbb174dabc5e77b0c40e107e0be6dc9a3a3a694d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.65.0 (2025-02-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20250131
@@ -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. Next ID: 14
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)
@@ -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.65.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 = "20250131"
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'
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.65.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-03-02 00:00:00.000000000 Z
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.65.0
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: