google-apis-datapipelines_v1 0.18.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: abba92af4ae4bf4b932d96512f149dc9a07476fd554788f3e60eff069aae22e3
|
|
4
|
+
data.tar.gz: 805d41a55e8b6f34aee211377f8290d2198992d88fbd1c26abdbe1275b694f54
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0177f4283a1c74d1766980078629d22902a306d0f3389d82274f544224f1dc25104abcc91afe0c17d8d828c940cabd440e54aed3ab5dc0ce7f7d94ee7a4c1cde
|
|
7
|
+
data.tar.gz: 8a57e9a71dd0bffa6c790a43e35223605bd89b08b1a028050556f57da0df5bc1e8867b18d473df1fd5702e94ac32b6196a8bfaae7a9a03481ab0dc8124cf7620
|
data/CHANGELOG.md
CHANGED
|
@@ -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,
|
|
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.
|
|
19
|
+
GEM_VERSION = "0.19.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
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.
|
|
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.
|
|
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:
|