@maxim_mazurok/gapi.client.developerconnect-v1 0.1.20251106 → 0.1.20251201
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.
- package/index.d.ts +11 -11
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://developerconnect.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20251201
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -75,7 +75,7 @@ declare namespace gapi.client {
|
|
|
75
75
|
authorizerCredential?: UserCredential;
|
|
76
76
|
/** Required. An access token with the minimum `repository` access. It can either be a workspace, project or repository access token. It's recommended to use a system account to generate the credentials. */
|
|
77
77
|
readAuthorizerCredential?: UserCredential;
|
|
78
|
-
/** Required. Immutable. SecretManager resource containing the webhook secret used to verify webhook events, formatted as `projects/*/secrets/*/versions
|
|
78
|
+
/** Required. Immutable. SecretManager resource containing the webhook secret used to verify webhook events, formatted as `projects/*/secrets/*/versions/*` or `projects/*/locations/*/secrets/*/versions/*` (if regional secrets are supported in that location). This is used to validate and create webhooks. */
|
|
79
79
|
webhookSecretSecretVersion?: string;
|
|
80
80
|
/** Required. The Bitbucket Cloud Workspace ID to be connected to Google Cloud Platform. */
|
|
81
81
|
workspace?: string;
|
|
@@ -93,7 +93,7 @@ declare namespace gapi.client {
|
|
|
93
93
|
serviceDirectoryConfig?: ServiceDirectoryConfig;
|
|
94
94
|
/** Optional. SSL certificate authority to trust when making requests to Bitbucket Data Center. */
|
|
95
95
|
sslCaCertificate?: string;
|
|
96
|
-
/** Required. Immutable. SecretManager resource containing the webhook secret used to verify webhook events, formatted as `projects/*/secrets/*/versions
|
|
96
|
+
/** Required. Immutable. SecretManager resource containing the webhook secret used to verify webhook events, formatted as `projects/*/secrets/*/versions/*` or `projects/*/locations/*/secrets/*/versions/*` (if regional secrets are supported in that location). This is used to validate webhooks. */
|
|
97
97
|
webhookSecretSecretVersion?: string;
|
|
98
98
|
}
|
|
99
99
|
interface CancelOperationRequest {}
|
|
@@ -214,7 +214,7 @@ declare namespace gapi.client {
|
|
|
214
214
|
hostUri?: string;
|
|
215
215
|
/** Output only. The URI to navigate to in order to manage the installation associated with this GitHubEnterpriseConfig. */
|
|
216
216
|
installationUri?: string;
|
|
217
|
-
/** Optional. SecretManager resource containing the private key of the GitHub App, formatted as `projects/*/secrets/*/versions
|
|
217
|
+
/** Optional. SecretManager resource containing the private key of the GitHub App, formatted as `projects/*/secrets/*/versions/*` or `projects/*/locations/*/secrets/*/versions/*` (if regional secrets are supported in that location). */
|
|
218
218
|
privateKeySecretVersion?: string;
|
|
219
219
|
/** Output only. GitHub Enterprise version installed at the host_uri. */
|
|
220
220
|
serverVersion?: string;
|
|
@@ -222,7 +222,7 @@ declare namespace gapi.client {
|
|
|
222
222
|
serviceDirectoryConfig?: ServiceDirectoryConfig;
|
|
223
223
|
/** Optional. SSL certificate to use for requests to GitHub Enterprise. */
|
|
224
224
|
sslCaCertificate?: string;
|
|
225
|
-
/** Optional. SecretManager resource containing the webhook secret of the GitHub App, formatted as `projects/*/secrets/*/versions
|
|
225
|
+
/** Optional. SecretManager resource containing the webhook secret of the GitHub App, formatted as `projects/*/secrets/*/versions/*` or `projects/*/locations/*/secrets/*/versions/*` (if regional secrets are supported in that location). */
|
|
226
226
|
webhookSecretSecretVersion?: string;
|
|
227
227
|
}
|
|
228
228
|
interface GitLabConfig {
|
|
@@ -230,7 +230,7 @@ declare namespace gapi.client {
|
|
|
230
230
|
authorizerCredential?: UserCredential;
|
|
231
231
|
/** Required. A GitLab personal access token with the minimum `read_api` scope access and a minimum role of `reporter`. The GitLab Projects visible to this Personal Access Token will control which Projects Developer Connect has access to. */
|
|
232
232
|
readAuthorizerCredential?: UserCredential;
|
|
233
|
-
/** Required. Immutable. SecretManager resource containing the webhook secret of a GitLab project, formatted as `projects/*/secrets/*/versions
|
|
233
|
+
/** Required. Immutable. SecretManager resource containing the webhook secret of a GitLab project, formatted as `projects/*/secrets/*/versions/*` or `projects/*/locations/*/secrets/*/versions/*` (if regional secrets are supported in that location). This is used to validate webhooks. */
|
|
234
234
|
webhookSecretSecretVersion?: string;
|
|
235
235
|
}
|
|
236
236
|
interface GitLabEnterpriseConfig {
|
|
@@ -246,7 +246,7 @@ declare namespace gapi.client {
|
|
|
246
246
|
serviceDirectoryConfig?: ServiceDirectoryConfig;
|
|
247
247
|
/** Optional. SSL Certificate Authority certificate to use for requests to GitLab Enterprise instance. */
|
|
248
248
|
sslCaCertificate?: string;
|
|
249
|
-
/** Required. Immutable. SecretManager resource containing the webhook secret of a GitLab project, formatted as `projects/*/secrets/*/versions
|
|
249
|
+
/** Required. Immutable. SecretManager resource containing the webhook secret of a GitLab project, formatted as `projects/*/secrets/*/versions/*` or `projects/*/locations/*/secrets/*/versions/*` (if regional secrets are supported in that location). This is used to validate webhooks. */
|
|
250
250
|
webhookSecretSecretVersion?: string;
|
|
251
251
|
}
|
|
252
252
|
interface GitProxyConfig {
|
|
@@ -394,7 +394,7 @@ declare namespace gapi.client {
|
|
|
394
394
|
nextPageToken?: string;
|
|
395
395
|
/** A list of operations that matches the specified filter in the request. */
|
|
396
396
|
operations?: Operation[];
|
|
397
|
-
/** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections
|
|
397
|
+
/** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations. */
|
|
398
398
|
unreachable?: string[];
|
|
399
399
|
}
|
|
400
400
|
interface ListUsersResponse {
|
|
@@ -418,7 +418,7 @@ declare namespace gapi.client {
|
|
|
418
418
|
name?: string;
|
|
419
419
|
}
|
|
420
420
|
interface OAuthCredential {
|
|
421
|
-
/** Required. A SecretManager resource containing the OAuth token that authorizes the connection. Format: `projects/*/secrets/*/versions
|
|
421
|
+
/** Required. A SecretManager resource containing the OAuth token that authorizes the connection. Format: `projects/*/secrets/*/versions/*` or `projects/*/locations/*/secrets/*/versions/*` (if regional secrets are supported in that location). */
|
|
422
422
|
oauthTokenSecretVersion?: string;
|
|
423
423
|
/** Output only. The username associated with this token. */
|
|
424
424
|
username?: string;
|
|
@@ -516,7 +516,7 @@ declare namespace gapi.client {
|
|
|
516
516
|
interface UserCredential {
|
|
517
517
|
/** Output only. The username associated with this token. */
|
|
518
518
|
username?: string;
|
|
519
|
-
/** Required. A SecretManager resource containing the user token that authorizes the Developer Connect connection. Format: `projects/*/secrets/*/versions
|
|
519
|
+
/** Required. A SecretManager resource containing the user token that authorizes the Developer Connect connection. Format: `projects/*/secrets/*/versions/*` or `projects/*/locations/*/secrets/*/versions/*` (if regional secrets are supported in that location). */
|
|
520
520
|
userTokenSecretVersion?: string;
|
|
521
521
|
}
|
|
522
522
|
interface UsersResource {
|
|
@@ -2225,7 +2225,7 @@ declare namespace gapi.client {
|
|
|
2225
2225
|
prettyPrint?: boolean;
|
|
2226
2226
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2227
2227
|
quotaUser?: string;
|
|
2228
|
-
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the
|
|
2228
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
2229
2229
|
returnPartialSuccess?: boolean;
|
|
2230
2230
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2231
2231
|
upload_protocol?: string;
|