google-apis-developerconnect_v1 0.13.0 → 0.14.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: cf0a2723cd7aaa43dff7c2ba05b3800a3c36d2735e5a8fe965601afccd27ecbe
|
4
|
+
data.tar.gz: 70be3cdd441b739cf0209111af0f39a0e2e60a9afafe3569eb50652e045d3e0b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9f077abb168f524a1e950b8e6205ec4bcf16e7dba039d7a523b89c68041a75b8cc7606bf4c035f9555eb3a038acc7f3078abb1fb65c14eafd903d1cf7f0fd5b
|
7
|
+
data.tar.gz: 7cc2eadfe42236380602d43247510078e12bf77de8d14c50ce9b51662908634bab46192b4569924dc1cd3e4eb4c4be40a30f2df00c07d68e3c55484174163e14
|
data/CHANGELOG.md
CHANGED
@@ -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.14.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 = "20251003"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -902,8 +902,9 @@ module Google
|
|
902
902
|
# Creates a GitRepositoryLink. Upon linking a Git Repository, Developer Connect
|
903
903
|
# will configure the Git Repository to send webhook events to Developer Connect.
|
904
904
|
# Connections that use Firebase GitHub Application will have events forwarded to
|
905
|
-
# the Firebase service.
|
906
|
-
#
|
905
|
+
# the Firebase service. Connections that use Gemini Code Assist will have events
|
906
|
+
# forwarded to Gemini Code Assist service. All other Connections will have
|
907
|
+
# events forwarded to Cloud Build.
|
907
908
|
# @param [String] parent
|
908
909
|
# Required. Value for parent.
|
909
910
|
# @param [Google::Apis::DeveloperconnectV1::GitRepositoryLink] git_repository_link_object
|
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.14.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.14.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:
|