Skip to content

Commit

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

The following keys were changed:
- resources.projects.resources.locations.methods.list.parameters.pageSize.description
- schemas.CryptoKeyVersion.properties.state.enumDescriptions
  • Loading branch information
yoshi-automation authored and sofisl committed Apr 20, 2021
1 parent 5dc7909 commit c27c303
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions discovery/cloudkms-v1.json
Expand Up @@ -160,7 +160,7 @@
"type": "string"
},
"pageSize": {
"description": "The maximum number of results to return. If not set, the service will select a default.",
"description": "The maximum number of results to return. If not set, the service selects a default.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -1259,7 +1259,7 @@
}
}
},
"revision": "20210331",
"revision": "20210410",
"rootUrl": "https://cloudkms.googleapis.com/",
"schemas": {
"AsymmetricDecryptRequest": {
Expand Down Expand Up @@ -1666,7 +1666,7 @@
"This version is still being generated. It may not be used, enabled, disabled, or destroyed yet. Cloud KMS will automatically mark this version ENABLED as soon as the version is ready.",
"This version may be used for cryptographic operations.",
"This version may not be used, but the key material is still available, and the version can be placed back into the ENABLED state.",
"This version is destroyed, and the key material is no longer stored. A version may not leave this state once entered.",
"This version is destroyed, and the key material is no longer stored.",
"This version is scheduled for destruction, and will be destroyed soon. Call RestoreCryptoKeyVersion to put it back into the DISABLED state.",
"This version is still being imported. It may not be used, enabled, disabled, or destroyed yet. Cloud KMS will automatically mark this version ENABLED as soon as the version is ready.",
"This version was not imported successfully. It may not be used, enabled, disabled, or destroyed. The submitted key material has been discarded. Additional details can be found in CryptoKeyVersion.import_failure_reason."
Expand Down
4 changes: 2 additions & 2 deletions src/apis/cloudkms/v1.ts
Expand Up @@ -1002,7 +1002,7 @@ export namespace cloudkms_v1 {
* filter: 'placeholder-value',
* // The resource that owns the locations collection, if applicable.
* name: 'projects/my-project',
* // The maximum number of results to return. If not set, the service will select a default.
* // The maximum number of results to return. If not set, the service selects a default.
* pageSize: 'placeholder-value',
* // A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
* pageToken: 'placeholder-value',
Expand Down Expand Up @@ -1131,7 +1131,7 @@ export namespace cloudkms_v1 {
*/
name?: string;
/**
* The maximum number of results to return. If not set, the service will select a default.
* The maximum number of results to return. If not set, the service selects a default.
*/
pageSize?: number;
/**
Expand Down

0 comments on commit c27c303

Please sign in to comment.