Skip to content

Commit

Permalink
fix(secretmanager): update the API
Browse files Browse the repository at this point in the history
#### secretmanager:v1

The following keys were changed:
- schemas.Secret.properties.customerManagedEncryption.description
- schemas.SecretVersion.properties.customerManagedEncryption.description
  • Loading branch information
yoshi-automation authored and sofisl committed Oct 10, 2024
1 parent 5d3283e commit 1e532c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions discovery/secretmanager-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@
}
}
},
"revision": "20240816",
"revision": "20240924",
"rootUrl": "https://secretmanager.googleapis.com/",
"schemas": {
"AccessSecretVersionResponse": {
Expand Down Expand Up @@ -1623,7 +1623,7 @@
},
"customerManagedEncryption": {
"$ref": "CustomerManagedEncryption",
"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."
"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."
},
"etag": {
"description": "Optional. Etag of the currently stored Secret.",
Expand Down Expand Up @@ -1716,7 +1716,7 @@
},
"customerManagedEncryption": {
"$ref": "CustomerManagedEncryptionStatus",
"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.",
"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.",
"readOnly": true
},
"destroyTime": {
Expand Down
4 changes: 2 additions & 2 deletions src/apis/secretmanager/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ export namespace secretmanager_v1 {
*/
createTime?: string | null;
/**
* 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.
* 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.
*/
customerManagedEncryption?: Schema$CustomerManagedEncryption;
/**
Expand Down Expand Up @@ -518,7 +518,7 @@ export namespace secretmanager_v1 {
*/
createTime?: string | null;
/**
* Output only. The customer-managed encryption status of the SecretVersion. Only populated if customer-managed encryption is used and Secret is a Regionalised Secret.
* Output only. The customer-managed encryption status of the SecretVersion. Only populated if customer-managed encryption is used and Secret is a regionalized secret.
*/
customerManagedEncryption?: Schema$CustomerManagedEncryptionStatus;
/**
Expand Down

0 comments on commit 1e532c1

Please sign in to comment.