Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-developerconnect_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-developerconnect_v1

### v0.22.0 (2026-03-01)

* Regenerated from discovery document revision 20260223

### v0.21.0 (2026-02-01)

* Regenerated from discovery document revision 20260123
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ class Connection
attr_accessor :reconciling
alias_method :reconciling?, :reconciling

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

# Configuration for connections to SSM instance
# Configuration for connections to Secure Source Manager instance
class SecureSourceManagerInstanceConfig
include Google::Apis::Core::Hashable

# Required. Immutable. SSM instance resource, formatted as `projects/*/locations/
# */instances/*`
# Required. Immutable. Secure Source Manager instance resource, formatted as `
# projects/*/locations/*/instances/*`
# Corresponds to the JSON property `instance`
# @return [String]
attr_accessor :instance
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module DeveloperconnectV1
# Version of the google-apis-developerconnect_v1 gem
GEM_VERSION = "0.21.0"
GEM_VERSION = "0.22.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20260123"
REVISION = "20260223"
end
end
end