google-apis-dataform_v1beta1 0.37.0 → 0.38.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dataform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/dataform_v1beta1/service.rb +20 -20
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df0f76b36ea4537dd8a99ea3b9408a35acbf520f6aa7d6a1df98c9ae9ed5b912
|
4
|
+
data.tar.gz: 46d453f14da6c9f55dc8aa800fb0cd9db378f106aa2a32f6e43ca9f370d79ce4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b49e16c1876914e9a73b7afa70afb0fdb8afcc14c89fd4c9a12329606788528e93cc3336162ab56d10a21e0ddd8de4964b08f16985572fec34a331e5ea5ec198
|
7
|
+
data.tar.gz: 260287a316d138dd924eaa1f972b8e118949fafa29cde22d7c8c922dd6a20dbb9122bb0b66a30dad805b960418b5c85f99632e8430467e92339fb9db8986e5fc
|
data/CHANGELOG.md
CHANGED
@@ -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.38.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 = "20250302"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -155,11 +155,11 @@ module Google
|
|
155
155
|
execute_or_queue_command(command, &block)
|
156
156
|
end
|
157
157
|
|
158
|
-
# Update default config for a given project and location. **Note:**
|
159
|
-
# does not fully implement
|
160
|
-
#
|
161
|
-
#
|
162
|
-
#
|
158
|
+
# Update default config for a given project and location. **Note:** This method
|
159
|
+
# does not fully implement [AIP-134](https://google.aip.dev/134); in particular:
|
160
|
+
# - The wildcard entry (**\***) is treated as a bad request - When the **
|
161
|
+
# field_mask** is omitted, instead of only updating the set fields, the request
|
162
|
+
# is treated as a full update on all modifiable fields
|
163
163
|
# @param [String] name
|
164
164
|
# Identifier. The config name.
|
165
165
|
# @param [Google::Apis::DataformV1beta1::Config] config_object
|
@@ -529,11 +529,11 @@ module Google
|
|
529
529
|
execute_or_queue_command(command, &block)
|
530
530
|
end
|
531
531
|
|
532
|
-
# Updates a single Repository. **Note:**
|
533
|
-
#
|
534
|
-
#
|
535
|
-
#
|
536
|
-
#
|
532
|
+
# Updates a single Repository. **Note:** This method does not fully implement [
|
533
|
+
# AIP-134](https://google.aip.dev/134); in particular: - The wildcard entry (**\*
|
534
|
+
# **) is treated as a bad request - When the **field_mask** is omitted, instead
|
535
|
+
# of only updating the set fields, the request is treated as a full update on
|
536
|
+
# all modifiable fields
|
537
537
|
# @param [String] name
|
538
538
|
# Identifier. The repository's name.
|
539
539
|
# @param [Google::Apis::DataformV1beta1::Repository] repository_object
|
@@ -1033,11 +1033,11 @@ module Google
|
|
1033
1033
|
execute_or_queue_command(command, &block)
|
1034
1034
|
end
|
1035
1035
|
|
1036
|
-
# Updates a single ReleaseConfig. **Note:**
|
1037
|
-
#
|
1038
|
-
#
|
1039
|
-
#
|
1040
|
-
#
|
1036
|
+
# Updates a single ReleaseConfig. **Note:** This method does not fully implement
|
1037
|
+
# [AIP-134](https://google.aip.dev/134); in particular: - The wildcard entry (**\
|
1038
|
+
# ***) is treated as a bad request - When the **field_mask** is omitted, instead
|
1039
|
+
# of only updating the set fields, the request is treated as a full update on
|
1040
|
+
# all modifiable fields
|
1041
1041
|
# @param [String] name
|
1042
1042
|
# Identifier. The release config's name.
|
1043
1043
|
# @param [Google::Apis::DataformV1beta1::ReleaseConfig] release_config_object
|
@@ -1214,11 +1214,11 @@ module Google
|
|
1214
1214
|
execute_or_queue_command(command, &block)
|
1215
1215
|
end
|
1216
1216
|
|
1217
|
-
# Updates a single WorkflowConfig. **Note:**
|
1218
|
-
# implement
|
1219
|
-
#
|
1220
|
-
#
|
1221
|
-
#
|
1217
|
+
# Updates a single WorkflowConfig. **Note:** This method does not fully
|
1218
|
+
# implement [AIP-134](https://google.aip.dev/134); in particular: - The wildcard
|
1219
|
+
# entry (**\***) is treated as a bad request - When the **field_mask** is
|
1220
|
+
# omitted, instead of only updating the set fields, the request is treated as a
|
1221
|
+
# full update on all modifiable fields
|
1222
1222
|
# @param [String] name
|
1223
1223
|
# Identifier. The workflow config's name.
|
1224
1224
|
# @param [Google::Apis::DataformV1beta1::WorkflowConfig] workflow_config_object
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.38.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-09 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-dataform_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.38.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataform_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|