google-apis-dataform_v1beta1 0.34.0 → 0.35.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: a9479d2209bedd82dc6b8b6badde116724fab847e7f641a099eb6e2c7e668034
|
|
4
|
+
data.tar.gz: f00e1ea7927a871a24ce60400164664c620774f940c8dd35521f03c432053a18
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a45313e7bea20ae5e88383717b501e5c2bedaf797b9db714a544d3d498e48baf7d0e29f85890b5ce9a534c19f030ff7d99fade3b6896b666c3ca0436371a16a7
|
|
7
|
+
data.tar.gz: ecc2cdf1a4514a366d6d9102e516b9d02b3855597014082cfd359a73e5d8e339daf7fd569c1628eeba7743e8baaf7f2ef8de6f36c8734a7b1aa4d7de170d3c76
|
data/CHANGELOG.md
CHANGED
|
@@ -1720,9 +1720,9 @@ module Google
|
|
|
1720
1720
|
attr_accessor :api_version
|
|
1721
1721
|
|
|
1722
1722
|
# Output only. Identifies whether the user has requested cancellation of the
|
|
1723
|
-
# operation. Operations that have been cancelled successfully have
|
|
1724
|
-
# error value with a google.rpc.Status.code of 1
|
|
1725
|
-
# CANCELLED`.
|
|
1723
|
+
# operation. Operations that have been cancelled successfully have google.
|
|
1724
|
+
# longrunning.Operation.error value with a google.rpc.Status.code of `1`,
|
|
1725
|
+
# corresponding to `Code.CANCELLED`.
|
|
1726
1726
|
# Corresponds to the JSON property `cancelRequested`
|
|
1727
1727
|
# @return [Boolean]
|
|
1728
1728
|
attr_accessor :cancel_requested
|
|
@@ -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.35.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20241108"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -155,7 +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.
|
|
158
|
+
# Update default config for a given project and location. *Note:* This method
|
|
159
|
+
# does not fully implement AIP/134. In particular: 1. The wildcard entry (***)
|
|
160
|
+
# is treated as a bad request 2. When the *field_mask* is omitted, instead of
|
|
161
|
+
# only updating the set fields, the request is treated as a full update on all
|
|
162
|
+
# modifiable fields
|
|
159
163
|
# @param [String] name
|
|
160
164
|
# Identifier. The config name.
|
|
161
165
|
# @param [Google::Apis::DataformV1beta1::Config] config_object
|
|
@@ -646,7 +650,10 @@ module Google
|
|
|
646
650
|
execute_or_queue_command(command, &block)
|
|
647
651
|
end
|
|
648
652
|
|
|
649
|
-
# Updates a single Repository.
|
|
653
|
+
# Updates a single Repository. *Note:* This method does not fully implement AIP/
|
|
654
|
+
# 134. In particular: 1. The wildcard entry (***) is treated as a bad request 2.
|
|
655
|
+
# When the *field_mask* is omitted, instead of only updating the set fields, the
|
|
656
|
+
# request is treated as a full update on all modifiable fields
|
|
650
657
|
# @param [String] name
|
|
651
658
|
# Identifier. The repository's name.
|
|
652
659
|
# @param [Google::Apis::DataformV1beta1::Repository] repository_object
|
|
@@ -1310,7 +1317,10 @@ module Google
|
|
|
1310
1317
|
execute_or_queue_command(command, &block)
|
|
1311
1318
|
end
|
|
1312
1319
|
|
|
1313
|
-
# Updates a single ReleaseConfig.
|
|
1320
|
+
# Updates a single ReleaseConfig. *Note:* This method does not fully implement
|
|
1321
|
+
# AIP/134. In particular: 1. The wildcard entry (***) is treated as a bad
|
|
1322
|
+
# request 2. When the *field_mask* is omitted, instead of only updating the set
|
|
1323
|
+
# fields, the request is treated as a full update on all modifiable fields
|
|
1314
1324
|
# @param [String] name
|
|
1315
1325
|
# Identifier. The release config's name.
|
|
1316
1326
|
# @param [Google::Apis::DataformV1beta1::ReleaseConfig] release_config_object
|
|
@@ -1487,7 +1497,10 @@ module Google
|
|
|
1487
1497
|
execute_or_queue_command(command, &block)
|
|
1488
1498
|
end
|
|
1489
1499
|
|
|
1490
|
-
# Updates a single WorkflowConfig.
|
|
1500
|
+
# Updates a single WorkflowConfig. *Note:* This method does not fully implement
|
|
1501
|
+
# AIP/134. In particular: 1. The wildcard entry (***) is treated as a bad
|
|
1502
|
+
# request 2. When the *field_mask* is omitted, instead of only updating the set
|
|
1503
|
+
# fields, the request is treated as a full update on all modifiable fields
|
|
1491
1504
|
# @param [String] name
|
|
1492
1505
|
# Identifier. The workflow config's name.
|
|
1493
1506
|
# @param [Google::Apis::DataformV1beta1::WorkflowConfig] workflow_config_object
|
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.35.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-
|
|
11
|
+
date: 2024-12-04 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.35.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: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.5.
|
|
78
|
+
rubygems_version: 3.5.22
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Dataform API V1beta1
|