Skip to content

Commit 0e70796

Browse files
feat: Automated regeneration of developerconnect v1 client (googleapis#25831)
Auto-created at 2026-03-01 09:51:22 +0000 using the toys pull request generator.
1 parent 029146c commit 0e70796

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

generated/google-apis-developerconnect_v1/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-developerconnect_v1
22

3+
### v0.22.0 (2026-03-01)
4+
5+
* Regenerated from discovery document revision 20260223
6+
37
### v0.21.0 (2026-02-01)
48

59
* Regenerated from discovery document revision 20260123

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ class Connection
516516
attr_accessor :reconciling
517517
alias_method :reconciling?, :reconciling
518518

519-
# Configuration for connections to SSM instance
519+
# Configuration for connections to Secure Source Manager instance
520520
# Corresponds to the JSON property `secureSourceManagerInstanceConfig`
521521
# @return [Google::Apis::DeveloperconnectV1::SecureSourceManagerInstanceConfig]
522522
attr_accessor :secure_source_manager_instance_config
@@ -2349,12 +2349,12 @@ def update!(**args)
23492349
end
23502350
end
23512351

2352-
# Configuration for connections to SSM instance
2352+
# Configuration for connections to Secure Source Manager instance
23532353
class SecureSourceManagerInstanceConfig
23542354
include Google::Apis::Core::Hashable
23552355

2356-
# Required. Immutable. SSM instance resource, formatted as `projects/*/locations/
2357-
# */instances/*`
2356+
# Required. Immutable. Secure Source Manager instance resource, formatted as `
2357+
# projects/*/locations/*/instances/*`
23582358
# Corresponds to the JSON property `instance`
23592359
# @return [String]
23602360
attr_accessor :instance

generated/google-apis-developerconnect_v1/lib/google/apis/developerconnect_v1/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 DeveloperconnectV1
1818
# Version of the google-apis-developerconnect_v1 gem
19-
GEM_VERSION = "0.21.0"
19+
GEM_VERSION = "0.22.0"
2020

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

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

0 commit comments

Comments
 (0)