google-apis-developerconnect_v1 0.17.0 → 0.18.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: 2f3d0a1b1856d66b0d9fe344d24790e0e9ce798edd2356817b5dcfe3c02993dd
|
|
4
|
+
data.tar.gz: 664b8c38c6902a8927403417d2b572c4479584a15d6e2ae9285bc7f35e98d33f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 01fa0b059de1b016dd83bfd85f578ae69f571674fad6e69269eee5da2473c675cc491b4aca97c57b01efc3bcd28aa350a01c6f2cf2ff54f57fb5a9f9f38b4ddf
|
|
7
|
+
data.tar.gz: a4fd0088de516664aa24ea609274075bdc066b6d73c8dbd1b24ee801bb71711b57b43d9fe639ac733ec7665bfa23000777c44d0bb805e855cbbe3e0375ecf68d
|
data/CHANGELOG.md
CHANGED
|
@@ -205,8 +205,9 @@ module Google
|
|
|
205
205
|
attr_accessor :read_authorizer_credential
|
|
206
206
|
|
|
207
207
|
# Required. Immutable. SecretManager resource containing the webhook secret used
|
|
208
|
-
# to verify webhook events, formatted as `projects/*/secrets/*/versions
|
|
209
|
-
#
|
|
208
|
+
# to verify webhook events, formatted as `projects/*/secrets/*/versions/*` or `
|
|
209
|
+
# projects/*/locations/*/secrets/*/versions/*` (if regional secrets are
|
|
210
|
+
# supported in that location). This is used to validate and create webhooks.
|
|
210
211
|
# Corresponds to the JSON property `webhookSecretSecretVersion`
|
|
211
212
|
# @return [String]
|
|
212
213
|
attr_accessor :webhook_secret_secret_version
|
|
@@ -270,8 +271,9 @@ module Google
|
|
|
270
271
|
attr_accessor :ssl_ca_certificate
|
|
271
272
|
|
|
272
273
|
# Required. Immutable. SecretManager resource containing the webhook secret used
|
|
273
|
-
# to verify webhook events, formatted as `projects/*/secrets/*/versions
|
|
274
|
-
#
|
|
274
|
+
# to verify webhook events, formatted as `projects/*/secrets/*/versions/*` or `
|
|
275
|
+
# projects/*/locations/*/secrets/*/versions/*` (if regional secrets are
|
|
276
|
+
# supported in that location). This is used to validate webhooks.
|
|
275
277
|
# Corresponds to the JSON property `webhookSecretSecretVersion`
|
|
276
278
|
# @return [String]
|
|
277
279
|
attr_accessor :webhook_secret_secret_version
|
|
@@ -814,7 +816,8 @@ module Google
|
|
|
814
816
|
attr_accessor :installation_uri
|
|
815
817
|
|
|
816
818
|
# Optional. SecretManager resource containing the private key of the GitHub App,
|
|
817
|
-
# formatted as `projects/*/secrets/*/versions
|
|
819
|
+
# formatted as `projects/*/secrets/*/versions/*` or `projects/*/locations/*/
|
|
820
|
+
# secrets/*/versions/*` (if regional secrets are supported in that location).
|
|
818
821
|
# Corresponds to the JSON property `privateKeySecretVersion`
|
|
819
822
|
# @return [String]
|
|
820
823
|
attr_accessor :private_key_secret_version
|
|
@@ -836,7 +839,8 @@ module Google
|
|
|
836
839
|
attr_accessor :ssl_ca_certificate
|
|
837
840
|
|
|
838
841
|
# Optional. SecretManager resource containing the webhook secret of the GitHub
|
|
839
|
-
# App, formatted as `projects/*/secrets/*/versions
|
|
842
|
+
# App, formatted as `projects/*/secrets/*/versions/*` or `projects/*/locations/*/
|
|
843
|
+
# secrets/*/versions/*` (if regional secrets are supported in that location).
|
|
840
844
|
# Corresponds to the JSON property `webhookSecretSecretVersion`
|
|
841
845
|
# @return [String]
|
|
842
846
|
attr_accessor :webhook_secret_secret_version
|
|
@@ -877,8 +881,9 @@ module Google
|
|
|
877
881
|
attr_accessor :read_authorizer_credential
|
|
878
882
|
|
|
879
883
|
# Required. Immutable. SecretManager resource containing the webhook secret of a
|
|
880
|
-
# GitLab project, formatted as `projects/*/secrets/*/versions
|
|
881
|
-
#
|
|
884
|
+
# GitLab project, formatted as `projects/*/secrets/*/versions/*` or `projects/*/
|
|
885
|
+
# locations/*/secrets/*/versions/*` (if regional secrets are supported in that
|
|
886
|
+
# location). This is used to validate webhooks.
|
|
882
887
|
# Corresponds to the JSON property `webhookSecretSecretVersion`
|
|
883
888
|
# @return [String]
|
|
884
889
|
attr_accessor :webhook_secret_secret_version
|
|
@@ -934,8 +939,9 @@ module Google
|
|
|
934
939
|
attr_accessor :ssl_ca_certificate
|
|
935
940
|
|
|
936
941
|
# Required. Immutable. SecretManager resource containing the webhook secret of a
|
|
937
|
-
# GitLab project, formatted as `projects/*/secrets/*/versions
|
|
938
|
-
#
|
|
942
|
+
# GitLab project, formatted as `projects/*/secrets/*/versions/*` or `projects/*/
|
|
943
|
+
# locations/*/secrets/*/versions/*` (if regional secrets are supported in that
|
|
944
|
+
# location). This is used to validate webhooks.
|
|
939
945
|
# Corresponds to the JSON property `webhookSecretSecretVersion`
|
|
940
946
|
# @return [String]
|
|
941
947
|
attr_accessor :webhook_secret_secret_version
|
|
@@ -1625,7 +1631,9 @@ module Google
|
|
|
1625
1631
|
include Google::Apis::Core::Hashable
|
|
1626
1632
|
|
|
1627
1633
|
# Required. A SecretManager resource containing the OAuth token that authorizes
|
|
1628
|
-
# the connection. Format: `projects/*/secrets/*/versions
|
|
1634
|
+
# the connection. Format: `projects/*/secrets/*/versions/*` or `projects/*/
|
|
1635
|
+
# locations/*/secrets/*/versions/*` (if regional secrets are supported in that
|
|
1636
|
+
# location).
|
|
1629
1637
|
# Corresponds to the JSON property `oauthTokenSecretVersion`
|
|
1630
1638
|
# @return [String]
|
|
1631
1639
|
attr_accessor :oauth_token_secret_version
|
|
@@ -2121,7 +2129,9 @@ module Google
|
|
|
2121
2129
|
include Google::Apis::Core::Hashable
|
|
2122
2130
|
|
|
2123
2131
|
# Required. A SecretManager resource containing the user token that authorizes
|
|
2124
|
-
# the Developer Connect connection. Format: `projects/*/secrets/*/versions
|
|
2132
|
+
# the Developer Connect connection. Format: `projects/*/secrets/*/versions/*` or
|
|
2133
|
+
# `projects/*/locations/*/secrets/*/versions/*` (if regional secrets are
|
|
2134
|
+
# supported in that location).
|
|
2125
2135
|
# Corresponds to the JSON property `userTokenSecretVersion`
|
|
2126
2136
|
# @return [String]
|
|
2127
2137
|
attr_accessor :user_token_secret_version
|
|
@@ -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.18.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 = "20251201"
|
|
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.18.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.18.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:
|