google-apis-datapipelines_v1 0.17.0 → 0.19.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: 629de81a831b4245cb03903a6dd2f149799ef5ac66b3a70c2be07f46e4529c2b
4
- data.tar.gz: 0de15b5c5610828be7f492573864dfbc9e7a474bdbe4da7d18ddd8858401516c
3
+ metadata.gz: abba92af4ae4bf4b932d96512f149dc9a07476fd554788f3e60eff069aae22e3
4
+ data.tar.gz: 805d41a55e8b6f34aee211377f8290d2198992d88fbd1c26abdbe1275b694f54
5
5
  SHA512:
6
- metadata.gz: 1561e8bd3028dfc463c00774a627cf1a813b44d82ecbbc4d08eccd868e09cfcfee17a7f889e01a36b99bd9f389ca3e46d18c5ee5a86068ac22a8bc98235bfb8c
7
- data.tar.gz: 341911a22849a41e79c72bbbc4f7bf52a0958beaa105bc7be8e16cc458633e51d5e511e0a30903b6f0ff3d3236f9a29c9564b73527b30c242e55ccf6138707b4
6
+ metadata.gz: 0177f4283a1c74d1766980078629d22902a306d0f3389d82274f544224f1dc25104abcc91afe0c17d8d828c940cabd440e54aed3ab5dc0ce7f7d94ee7a4c1cde
7
+ data.tar.gz: 8a57e9a71dd0bffa6c790a43e35223605bd89b08b1a028050556f57da0df5bc1e8867b18d473df1fd5702e94ac32b6196a8bfaae7a9a03481ab0dc8124cf7620
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-datapipelines_v1
2
2
 
3
+ ### v0.19.0 (2026-06-21)
4
+
5
+ * Regenerated from discovery document revision 20260614
6
+
7
+ ### v0.18.0 (2026-06-14)
8
+
9
+ * Regenerated using generator version 0.19.0
10
+
3
11
  ### v0.17.0 (2025-05-04)
4
12
 
5
13
  * Regenerated using generator version 0.17.0
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/dataflow/docs/guides/data-p
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -544,8 +544,8 @@ module Google
544
544
  # @return [String]
545
545
  attr_accessor :name
546
546
 
547
- # Immutable. The sources of the pipeline (for example, Dataplex). The keys and
548
- # values are set by the corresponding sources during pipeline creation.
547
+ # Immutable. The sources of the pipeline (for example, Knowledge Catalog). The
548
+ # keys and values are set by the corresponding sources during pipeline creation.
549
549
  # Corresponds to the JSON property `pipelineSources`
550
550
  # @return [Hash<String,String>]
551
551
  attr_accessor :pipeline_sources
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatapipelinesV1
18
18
  # Version of the google-apis-datapipelines_v1 gem
19
- GEM_VERSION = "0.17.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221210"
25
+ REVISION = "20260614"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datapipelines_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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-datapipelines_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-datapipelines_v1/v0.17.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datapipelines_v1/v0.19.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datapipelines_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Data pipelines API V1
79
79
  test_files: []