Skip to content

Commit dee9402

Browse files
feat: Automated regeneration of dataform v1beta1 client (googleapis#22133)
Auto-created at 2025-03-16 10:45:58 +0000 using the toys pull request generator.
1 parent 88c4801 commit dee9402

File tree

3 files changed

+26
-22
lines changed

3 files changed

+26
-22
lines changed

generated/google-apis-dataform_v1beta1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-dataform_v1beta1
22

3+
### v0.39.0 (2025-03-16)
4+
5+
* Regenerated from discovery document revision 20250306
6+
37
### v0.38.0 (2025-03-09)
48

59
* Regenerated from discovery document revision 20250302

generated/google-apis-dataform_v1beta1/lib/google/apis/dataform_v1beta1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DataformV1beta1
1818
# Version of the google-apis-dataform_v1beta1 gem
19-
GEM_VERSION = "0.38.0"
19+
GEM_VERSION = "0.39.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250302"
25+
REVISION = "20250306"
2626
end
2727
end
2828
end

generated/google-apis-dataform_v1beta1/lib/google/apis/dataform_v1beta1/service.rb

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,11 @@ def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, f
155155
execute_or_queue_command(command, &block)
156156
end
157157

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
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
163163
# @param [String] name
164164
# Identifier. The config name.
165165
# @param [Google::Apis::DataformV1beta1::Config] config_object
@@ -529,11 +529,11 @@ def list_project_location_repositories(parent, filter: nil, order_by: nil, page_
529529
execute_or_queue_command(command, &block)
530530
end
531531

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
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
537537
# @param [String] name
538538
# Identifier. The repository's name.
539539
# @param [Google::Apis::DataformV1beta1::Repository] repository_object
@@ -1033,11 +1033,11 @@ def list_project_location_repository_release_configs(parent, page_size: nil, pag
10331033
execute_or_queue_command(command, &block)
10341034
end
10351035

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
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
10411041
# @param [String] name
10421042
# Identifier. The release config's name.
10431043
# @param [Google::Apis::DataformV1beta1::ReleaseConfig] release_config_object
@@ -1214,11 +1214,11 @@ def list_project_location_repository_workflow_configs(parent, page_size: nil, pa
12141214
execute_or_queue_command(command, &block)
12151215
end
12161216

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
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
12221222
# @param [String] name
12231223
# Identifier. The workflow config's name.
12241224
# @param [Google::Apis::DataformV1beta1::WorkflowConfig] workflow_config_object

0 commit comments

Comments
 (0)