google-apis-dataform_v1beta1 0.38.0 → 0.40.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 +8 -0
- data/lib/google/apis/dataform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/dataform_v1beta1/service.rb +16 -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: 27fdf928aa6d94dd6388c733b92b753a37de14f944e447d7073c8a963748f281
|
4
|
+
data.tar.gz: dd295fd2840639d8c9809b771e47815bd5b6ae127bd242a374006117f089af6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 40577e7b80ccd648e78309a883d6101e2bc695a5b86a6ffc738e93d078d25a811e6705308709e1eaa3c0e115d31f63353b0986561c89bb3efa93f3eb437c877b
|
7
|
+
data.tar.gz: bb522b829051d042d894eb98b4bba9af55e73fc0f09e4495c50061ca91c850531f0acd560eab79c7088809119cc23bedf2223e37d35bdc5d689f39e9b8ec9e4f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-dataform_v1beta1
|
2
2
|
|
3
|
+
### v0.40.0 (2025-03-23)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250316
|
6
|
+
|
7
|
+
### v0.39.0 (2025-03-16)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250306
|
10
|
+
|
3
11
|
### v0.38.0 (2025-03-09)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250302
|
@@ -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.40.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 = "20250316"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -155,11 +155,10 @@ 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:** This method
|
159
|
-
# does not fully implement [AIP
|
160
|
-
#
|
161
|
-
#
|
162
|
-
# is treated as a full update on all modifiable fields
|
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). The wildcard
|
160
|
+
# entry (\*) is treated as a bad request, and when the `field_mask` is omitted,
|
161
|
+
# the request is treated as a full update on all modifiable fields.*
|
163
162
|
# @param [String] name
|
164
163
|
# Identifier. The config name.
|
165
164
|
# @param [Google::Apis::DataformV1beta1::Config] config_object
|
@@ -529,11 +528,10 @@ module Google
|
|
529
528
|
execute_or_queue_command(command, &block)
|
530
529
|
end
|
531
530
|
|
532
|
-
# Updates a single Repository. **Note:** This method does not fully implement [
|
533
|
-
# AIP
|
534
|
-
#
|
535
|
-
#
|
536
|
-
# all modifiable fields
|
531
|
+
# Updates a single Repository. **Note:** *This method does not fully implement [
|
532
|
+
# AIP/134](https://google.aip.dev/134). The wildcard entry (\*) is treated as a
|
533
|
+
# bad request, and when the `field_mask` is omitted, the request is treated as a
|
534
|
+
# full update on all modifiable fields.*
|
537
535
|
# @param [String] name
|
538
536
|
# Identifier. The repository's name.
|
539
537
|
# @param [Google::Apis::DataformV1beta1::Repository] repository_object
|
@@ -1033,11 +1031,10 @@ module Google
|
|
1033
1031
|
execute_or_queue_command(command, &block)
|
1034
1032
|
end
|
1035
1033
|
|
1036
|
-
# Updates a single ReleaseConfig. **Note:** This method does not fully
|
1037
|
-
# [AIP
|
1038
|
-
#
|
1039
|
-
#
|
1040
|
-
# all modifiable fields
|
1034
|
+
# Updates a single ReleaseConfig. **Note:** *This method does not fully
|
1035
|
+
# implement [AIP/134](https://google.aip.dev/134). The wildcard entry (\*) is
|
1036
|
+
# treated as a bad request, and when the `field_mask` is omitted, the request is
|
1037
|
+
# treated as a full update on all modifiable fields.*
|
1041
1038
|
# @param [String] name
|
1042
1039
|
# Identifier. The release config's name.
|
1043
1040
|
# @param [Google::Apis::DataformV1beta1::ReleaseConfig] release_config_object
|
@@ -1214,11 +1211,10 @@ module Google
|
|
1214
1211
|
execute_or_queue_command(command, &block)
|
1215
1212
|
end
|
1216
1213
|
|
1217
|
-
# Updates a single WorkflowConfig. **Note:** This method does not fully
|
1218
|
-
# implement [AIP
|
1219
|
-
#
|
1220
|
-
#
|
1221
|
-
# full update on all modifiable fields
|
1214
|
+
# Updates a single WorkflowConfig. **Note:** *This method does not fully
|
1215
|
+
# implement [AIP/134](https://google.aip.dev/134). The wildcard entry (\*) is
|
1216
|
+
# treated as a bad request, and when the `field_mask` is omitted, the request is
|
1217
|
+
# treated as a full update on all modifiable fields.*
|
1222
1218
|
# @param [String] name
|
1223
1219
|
# Identifier. The workflow config's name.
|
1224
1220
|
# @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.40.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-23 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.40.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:
|