Skip to content

Commit ed242bc

Browse files
feat: Automated regeneration of developerconnect v1 client (googleapis#20446)
Auto-created at 2024-10-27 09:16:40 +0000 using the toys pull request generator.
1 parent 0bae4cb commit ed242bc

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

generated/google-apis-developerconnect_v1/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release history for google-apis-developerconnect_v1
22

3-
### v0.3.0 (2024-10-20)
3+
### v0.3.0 (2024-10-27)
44

5-
* Regenerated from discovery document revision 20241014
5+
* Regenerated from discovery document revision 20241017
66

77
### v0.2.0 (2024-09-29)
88

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module DeveloperconnectV1
2222
GENERATOR_VERSION = "0.15.1"
2323

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

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -393,11 +393,11 @@ def list_project_location_connections(parent, filter: nil, order_by: nil, page_s
393393
# duplicate commitments. The request ID must be a valid UUID with the exception
394394
# that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
395395
# @param [String] update_mask
396-
# Optional. Required. Field mask is used to specify the fields to be overwritten
397-
# in the Connection resource by the update. The fields specified in the
398-
# update_mask are relative to the resource, not the full request. A field will
399-
# be overwritten if it is in the mask. If the user does not provide a mask then
400-
# all fields will be overwritten.
396+
# Required. Field mask is used to specify the fields to be overwritten in the
397+
# Connection resource by the update. The fields specified in the update_mask are
398+
# relative to the resource, not the full request. A field will be overwritten if
399+
# it is in the mask. If the user does not provide a mask then all fields will be
400+
# overwritten.
401401
# @param [Boolean] validate_only
402402
# Optional. If set, validate the request, but do not actually post it.
403403
# @param [String] fields

0 commit comments

Comments
 (0)