google-apis-developerconnect_v1 0.21.0 → 0.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6b9e72b61f61b6fe8ba09f5f17fc0db7e5ba828ce1ae758df9e6fea61c0c5e80
|
|
4
|
+
data.tar.gz: 453f13264faf7c7637085d993dbc0109ca322c4f9781769840b6bd4b81a10d8b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e5bb49c679b210d8b29d7685c0ea85712c659c6b80c20038177337680e787c4aa8fcf0a54112742df19503003ee678624088f2f339c13de57ff35746f06a742e
|
|
7
|
+
data.tar.gz: d74cf469ae3432ce00c38e5d949e9ed8110b6e1c6792e2164b5cbfc435792660b4d1e0204d2ae0f1e8b2211ff596669ca1bb3d3c9a4a4b6ee0e3dae4cf7424af
|
data/CHANGELOG.md
CHANGED
|
@@ -516,7 +516,7 @@ module Google
|
|
|
516
516
|
attr_accessor :reconciling
|
|
517
517
|
alias_method :reconciling?, :reconciling
|
|
518
518
|
|
|
519
|
-
# Configuration for connections to
|
|
519
|
+
# Configuration for connections to Secure Source Manager instance
|
|
520
520
|
# Corresponds to the JSON property `secureSourceManagerInstanceConfig`
|
|
521
521
|
# @return [Google::Apis::DeveloperconnectV1::SecureSourceManagerInstanceConfig]
|
|
522
522
|
attr_accessor :secure_source_manager_instance_config
|
|
@@ -2349,12 +2349,12 @@ module Google
|
|
|
2349
2349
|
end
|
|
2350
2350
|
end
|
|
2351
2351
|
|
|
2352
|
-
# Configuration for connections to
|
|
2352
|
+
# Configuration for connections to Secure Source Manager instance
|
|
2353
2353
|
class SecureSourceManagerInstanceConfig
|
|
2354
2354
|
include Google::Apis::Core::Hashable
|
|
2355
2355
|
|
|
2356
|
-
# Required. Immutable.
|
|
2357
|
-
#
|
|
2356
|
+
# Required. Immutable. Secure Source Manager instance resource, formatted as `
|
|
2357
|
+
# projects/*/locations/*/instances/*`
|
|
2358
2358
|
# Corresponds to the JSON property `instance`
|
|
2359
2359
|
# @return [String]
|
|
2360
2360
|
attr_accessor :instance
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DeveloperconnectV1
|
|
18
18
|
# Version of the google-apis-developerconnect_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.22.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260223"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-developerconnect_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.22.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-developerconnect_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-developerconnect_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-developerconnect_v1/v0.22.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-developerconnect_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|