google-apis-dataform_v1beta1 0.26.0 → 0.27.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: edbd20c942a3153c2ed2d25496f94cd709d073085bb000113613801e12abda5b
|
|
4
|
+
data.tar.gz: 4fca3cac204469abf08300052b8ff535c93e661f503bae5cb0a3b12e6ff6aab0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13b23ee4a94b63b822a600a5078510e034fc33a90689fec6ed399e46528a89031de2325229a4da7ed5b3a372b0c9ec6659856b7cf3f0797d72042e4da51c254d
|
|
7
|
+
data.tar.gz: c8b02e3ccfdbdfe3da984191d9fe4d5f2224ac675ff92340f76e485c3de566901de5b6c0f425b1caae2214f2e2cb7ffebd247974188b44b8dd55530b4e859ecb
|
data/CHANGELOG.md
CHANGED
|
@@ -2630,7 +2630,7 @@ module Google
|
|
|
2630
2630
|
# @return [Google::Apis::DataformV1beta1::InvocationConfig]
|
|
2631
2631
|
attr_accessor :invocation_config
|
|
2632
2632
|
|
|
2633
|
-
#
|
|
2633
|
+
# Identifier. The workflow config's name.
|
|
2634
2634
|
# Corresponds to the JSON property `name`
|
|
2635
2635
|
# @return [String]
|
|
2636
2636
|
attr_accessor :name
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DataformV1beta1
|
|
18
18
|
# Version of the google-apis-dataform_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.27.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240323"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1254,7 +1254,7 @@ module Google
|
|
|
1254
1254
|
|
|
1255
1255
|
# Updates a single WorkflowConfig.
|
|
1256
1256
|
# @param [String] name
|
|
1257
|
-
#
|
|
1257
|
+
# Identifier. The workflow config's name.
|
|
1258
1258
|
# @param [Google::Apis::DataformV1beta1::WorkflowConfig] workflow_config_object
|
|
1259
1259
|
# @param [String] update_mask
|
|
1260
1260
|
# Optional. Specifies the fields to be updated in the workflow config. If left
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dataform_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.27.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-03-
|
|
11
|
+
date: 2024-03-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -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-dataform_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.27.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataform_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|