@@ -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