Skip to content

Commit 1e532c1

Browse files
yoshi-automationsofisl
authored andcommitted
fix(secretmanager): update the API
#### secretmanager:v1 The following keys were changed: - schemas.Secret.properties.customerManagedEncryption.description - schemas.SecretVersion.properties.customerManagedEncryption.description
1 parent 5d3283e commit 1e532c1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

discovery/secretmanager-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@
11901190
}
11911191
}
11921192
},
1193-
"revision": "20240816",
1193+
"revision": "20240924",
11941194
"rootUrl": "https://secretmanager.googleapis.com/",
11951195
"schemas": {
11961196
"AccessSecretVersionResponse": {
@@ -1623,7 +1623,7 @@
16231623
},
16241624
"customerManagedEncryption": {
16251625
"$ref": "CustomerManagedEncryption",
1626-
"description": "Optional. The customer-managed encryption configuration of the Regionalised Secrets. If no configuration is provided, Google-managed default encryption is used. Updates to the Secret encryption configuration only apply to SecretVersions added afterwards. They do not apply retroactively to existing SecretVersions."
1626+
"description": "Optional. The customer-managed encryption configuration of the regionalized secrets. If no configuration is provided, Google-managed default encryption is used. Updates to the Secret encryption configuration only apply to SecretVersions added afterwards. They do not apply retroactively to existing SecretVersions."
16271627
},
16281628
"etag": {
16291629
"description": "Optional. Etag of the currently stored Secret.",
@@ -1716,7 +1716,7 @@
17161716
},
17171717
"customerManagedEncryption": {
17181718
"$ref": "CustomerManagedEncryptionStatus",
1719-
"description": "Output only. The customer-managed encryption status of the SecretVersion. Only populated if customer-managed encryption is used and Secret is a Regionalised Secret.",
1719+
"description": "Output only. The customer-managed encryption status of the SecretVersion. Only populated if customer-managed encryption is used and Secret is a regionalized secret.",
17201720
"readOnly": true
17211721
},
17221722
"destroyTime": {

src/apis/secretmanager/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ export namespace secretmanager_v1 {
448448
*/
449449
createTime?: string | null;
450450
/**
451-
* Optional. The customer-managed encryption configuration of the Regionalised Secrets. If no configuration is provided, Google-managed default encryption is used. Updates to the Secret encryption configuration only apply to SecretVersions added afterwards. They do not apply retroactively to existing SecretVersions.
451+
* Optional. The customer-managed encryption configuration of the regionalized secrets. If no configuration is provided, Google-managed default encryption is used. Updates to the Secret encryption configuration only apply to SecretVersions added afterwards. They do not apply retroactively to existing SecretVersions.
452452
*/
453453
customerManagedEncryption?: Schema$CustomerManagedEncryption;
454454
/**
@@ -518,7 +518,7 @@ export namespace secretmanager_v1 {
518518
*/
519519
createTime?: string | null;
520520
/**
521-
* Output only. The customer-managed encryption status of the SecretVersion. Only populated if customer-managed encryption is used and Secret is a Regionalised Secret.
521+
* Output only. The customer-managed encryption status of the SecretVersion. Only populated if customer-managed encryption is used and Secret is a regionalized secret.
522522
*/
523523
customerManagedEncryption?: Schema$CustomerManagedEncryptionStatus;
524524
/**

0 commit comments

Comments
 (0)