google-apis-developerconnect_v1 0.16.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
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-developerconnect_v1
|
|
2
2
|
|
|
3
|
+
### v0.18.0 (2025-12-07)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251201
|
|
6
|
+
|
|
7
|
+
### v0.17.0 (2025-11-23)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251113
|
|
10
|
+
|
|
3
11
|
### v0.16.0 (2025-11-09)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251030
|
|
@@ -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
|
|
@@ -1522,8 +1528,9 @@ module Google
|
|
|
1522
1528
|
attr_accessor :operations
|
|
1523
1529
|
|
|
1524
1530
|
# Unordered list. Unreachable resources. Populated when the request sets `
|
|
1525
|
-
# ListOperationsRequest.return_partial_success` and reads across collections
|
|
1526
|
-
# when attempting to list all resources across all supported
|
|
1531
|
+
# ListOperationsRequest.return_partial_success` and reads across collections.
|
|
1532
|
+
# For example, when attempting to list all resources across all supported
|
|
1533
|
+
# locations.
|
|
1527
1534
|
# Corresponds to the JSON property `unreachable`
|
|
1528
1535
|
# @return [Array<String>]
|
|
1529
1536
|
attr_accessor :unreachable
|
|
@@ -1624,7 +1631,9 @@ module Google
|
|
|
1624
1631
|
include Google::Apis::Core::Hashable
|
|
1625
1632
|
|
|
1626
1633
|
# Required. A SecretManager resource containing the OAuth token that authorizes
|
|
1627
|
-
# 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).
|
|
1628
1637
|
# Corresponds to the JSON property `oauthTokenSecretVersion`
|
|
1629
1638
|
# @return [String]
|
|
1630
1639
|
attr_accessor :oauth_token_secret_version
|
|
@@ -2120,7 +2129,9 @@ module Google
|
|
|
2120
2129
|
include Google::Apis::Core::Hashable
|
|
2121
2130
|
|
|
2122
2131
|
# Required. A SecretManager resource containing the user token that authorizes
|
|
2123
|
-
# 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).
|
|
2124
2135
|
# Corresponds to the JSON property `userTokenSecretVersion`
|
|
2125
2136
|
# @return [String]
|
|
2126
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
|
|
@@ -1664,11 +1664,12 @@ module Google
|
|
|
1664
1664
|
# The standard list page token.
|
|
1665
1665
|
# @param [Boolean] return_partial_success
|
|
1666
1666
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
1667
|
-
# those that are unreachable are returned in the
|
|
1668
|
-
# unreachable
|
|
1669
|
-
#
|
|
1670
|
-
# by default
|
|
1671
|
-
# explicitly documented otherwise in service or product specific
|
|
1667
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
1668
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
1669
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
1670
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
1671
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
1672
|
+
# documentation.
|
|
1672
1673
|
# @param [String] fields
|
|
1673
1674
|
# Selector specifying which fields to include in a partial response.
|
|
1674
1675
|
# @param [String] quota_user
|
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:
|