Skip to content

Commit 60f30e1

Browse files
chore(cloudkms): update the api
1 parent 4340fc1 commit 60f30e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/dyn/cloudkms_v1.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h3>Method Details</h3>
131131
Args:
132132
name: string, The resource that owns the locations collection, if applicable. (required)
133133
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
134-
pageSize: integer, The maximum number of results to return. If not set, the service will select a default.
134+
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
135135
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
136136
x__xgafv: string, V1 error format.
137137
Allowed values

googleapiclient/discovery_cache/documents/cloudkms.v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"type": "string"
161161
},
162162
"pageSize": {
163-
"description": "The maximum number of results to return. If not set, the service will select a default.",
163+
"description": "The maximum number of results to return. If not set, the service selects a default.",
164164
"format": "int32",
165165
"location": "query",
166166
"type": "integer"
@@ -1259,7 +1259,7 @@
12591259
}
12601260
}
12611261
},
1262-
"revision": "20210331",
1262+
"revision": "20210410",
12631263
"rootUrl": "https://cloudkms.googleapis.com/",
12641264
"schemas": {
12651265
"AsymmetricDecryptRequest": {
@@ -1666,7 +1666,7 @@
16661666
"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.",
16671667
"This version may be used for cryptographic operations.",
16681668
"This version may not be used, but the key material is still available, and the version can be placed back into the ENABLED state.",
1669-
"This version is destroyed, and the key material is no longer stored. A version may not leave this state once entered.",
1669+
"This version is destroyed, and the key material is no longer stored.",
16701670
"This version is scheduled for destruction, and will be destroyed soon. Call RestoreCryptoKeyVersion to put it back into the DISABLED state.",
16711671
"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.",
16721672
"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."

0 commit comments

Comments
 (0)