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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 493cb4cda082ee6c155f0763592928a4c8d1e808bd87c0687e2763b722e3e7ed
4
- data.tar.gz: 891a624309c01dfcc4c04c717f4ddf5e8f256a61ac5b57e56fd0746da49189a7
3
+ metadata.gz: df0f76b36ea4537dd8a99ea3b9408a35acbf520f6aa7d6a1df98c9ae9ed5b912
4
+ data.tar.gz: 46d453f14da6c9f55dc8aa800fb0cd9db378f106aa2a32f6e43ca9f370d79ce4
5
5
  SHA512:
6
- metadata.gz: 9413d45c0c8285bcbc8fa86975bcadd41191c3ae0dc752c5caf31ff4881eadd073d3bda6a2782bb87e2c7b6f26e1a40474b42f475a9122fae966898cfefaa6d0
7
- data.tar.gz: 34f1db23937b288783e34174d82edb1ec6e68f7aaf713ff942c5ec6022d133a38121e5564be0931f9a88da6a4a83e2b9f4029840c4396ac6acbd13f35d19b3ec
6
+ metadata.gz: b49e16c1876914e9a73b7afa70afb0fdb8afcc14c89fd4c9a12329606788528e93cc3336162ab56d10a21e0ddd8de4964b08f16985572fec34a331e5ea5ec198
7
+ data.tar.gz: 260287a316d138dd924eaa1f972b8e118949fafa29cde22d7c8c922dd6a20dbb9122bb0b66a30dad805b960418b5c85f99632e8430467e92339fb9db8986e5fc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataform_v1beta1
2
2
 
3
+ ### v0.38.0 (2025-03-09)
4
+
5
+ * Regenerated from discovery document revision 20250302
6
+
3
7
  ### v0.37.0 (2025-03-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20250223
@@ -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.37.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 = "20250223"
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:** *This method
159
- # does not fully implement*, (see [AIP/134](https://google.aip.dev/134), in
160
- # particular: - The wildcard entry (**\***) is treated as a bad request - When
161
- # the **field_mask** is omitted, instead of only updating the set fields, the
162
- # request 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); 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:** *This method does not fully implement*,
533
- # (see [AIP/134](https://google.aip.dev/134), in particular: - The wildcard
534
- # entry (**\***) is treated as a bad request - When the **field_mask** is
535
- # omitted, instead of only updating the set fields, the request is treated as a
536
- # full update on all modifiable fields
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:** *This method does not fully
1037
- # implement*, (see [AIP/134](https://google.aip.dev/134), in particular: - The
1038
- # wildcard entry (**\***) is treated as a bad request - When the **field_mask**
1039
- # is omitted, instead of only updating the set fields, the request is treated as
1040
- # a full update on all modifiable fields
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:** *This method does not fully
1218
- # implement*, (see [AIP/134](https://google.aip.dev/134), in particular: - The
1219
- # wildcard entry (**\***) is treated as a bad request - When the **field_mask**
1220
- # is omitted, instead of only updating the set fields, the request is treated as
1221
- # a full update on all modifiable fields
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.37.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-02 00:00:00.000000000 Z
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.37.0
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: