Skip to content

Commit 34da92c

Browse files
fix(cloudkms): update the api
#### cloudkms:v1 The following keys were changed: - endpoints (Total Keys: 1)
1 parent 5a09622 commit 34da92c

6 files changed

+16
-11
lines changed

docs/dyn/cloudkms_v1.projects.locations.ekmConnections.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ <h3>Method Details</h3>
333333
},
334334
],
335335
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve next page of results. Pass this value in ListEkmConnectionsRequest.page_token to retrieve the next page of results.
336-
&quot;totalSize&quot;: 42, # The total number of EkmConnections that matched the query.
336+
&quot;totalSize&quot;: 42, # The total number of EkmConnections that matched the query. This field is not populated if ListEkmConnectionsRequest.filter is applied.
337337
}</pre>
338338
</div>
339339

docs/dyn/cloudkms_v1.projects.locations.keyRings.cryptoKeys.cryptoKeyVersions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ <h3>Method Details</h3>
550550
},
551551
],
552552
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve next page of results. Pass this value in ListCryptoKeyVersionsRequest.page_token to retrieve the next page of results.
553-
&quot;totalSize&quot;: 42, # The total number of CryptoKeyVersions that matched the query.
553+
&quot;totalSize&quot;: 42, # The total number of CryptoKeyVersions that matched the query. This field is not populated if ListCryptoKeyVersionsRequest.filter is applied.
554554
}</pre>
555555
</div>
556556

docs/dyn/cloudkms_v1.projects.locations.keyRings.cryptoKeys.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ <h3>Method Details</h3>
527527
},
528528
],
529529
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve next page of results. Pass this value in ListCryptoKeysRequest.page_token to retrieve the next page of results.
530-
&quot;totalSize&quot;: 42, # The total number of CryptoKeys that matched the query.
530+
&quot;totalSize&quot;: 42, # The total number of CryptoKeys that matched the query. This field is not populated if ListCryptoKeysRequest.filter is applied.
531531
}</pre>
532532
</div>
533533

docs/dyn/cloudkms_v1.projects.locations.keyRings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ <h3>Method Details</h3>
237237
},
238238
],
239239
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve next page of results. Pass this value in ListKeyRingsRequest.page_token to retrieve the next page of results.
240-
&quot;totalSize&quot;: 42, # The total number of KeyRings that matched the query.
240+
&quot;totalSize&quot;: 42, # The total number of KeyRings that matched the query. This field is not populated if ListKeyRingsRequest.filter is applied.
241241
}</pre>
242242
</div>
243243

docs/dyn/cloudkms_v1.projects.locations.keyRings.importJobs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ <h3>Method Details</h3>
323323
},
324324
],
325325
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve next page of results. Pass this value in ListImportJobsRequest.page_token to retrieve the next page of results.
326-
&quot;totalSize&quot;: 42, # The total number of ImportJobs that matched the query.
326+
&quot;totalSize&quot;: 42, # The total number of ImportJobs that matched the query. This field is not populated if ListImportJobsRequest.filter is applied.
327327
}</pre>
328328
</div>
329329

googleapiclient/discovery_cache/documents/cloudkms.v1.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@
103103
"description": "Regional Endpoint",
104104
"endpointUrl": "https://cloudkms.us.rep.googleapis.com/",
105105
"location": "us"
106+
},
107+
{
108+
"description": "Regional Endpoint",
109+
"endpointUrl": "https://cloudkms.in.rep.googleapis.com/",
110+
"location": "in"
106111
}
107112
],
108113
"fullyEncodeReservedExpansion": true,
@@ -2158,7 +2163,7 @@
21582163
}
21592164
}
21602165
},
2161-
"revision": "20250414",
2166+
"revision": "20250501",
21622167
"rootUrl": "https://cloudkms.googleapis.com/",
21632168
"schemas": {
21642169
"AsymmetricDecryptRequest": {
@@ -3551,7 +3556,7 @@
35513556
"type": "string"
35523557
},
35533558
"totalSize": {
3554-
"description": "The total number of CryptoKeyVersions that matched the query.",
3559+
"description": "The total number of CryptoKeyVersions that matched the query. This field is not populated if ListCryptoKeyVersionsRequest.filter is applied.",
35553560
"format": "int32",
35563561
"type": "integer"
35573562
}
@@ -3574,7 +3579,7 @@
35743579
"type": "string"
35753580
},
35763581
"totalSize": {
3577-
"description": "The total number of CryptoKeys that matched the query.",
3582+
"description": "The total number of CryptoKeys that matched the query. This field is not populated if ListCryptoKeysRequest.filter is applied.",
35783583
"format": "int32",
35793584
"type": "integer"
35803585
}
@@ -3597,7 +3602,7 @@
35973602
"type": "string"
35983603
},
35993604
"totalSize": {
3600-
"description": "The total number of EkmConnections that matched the query.",
3605+
"description": "The total number of EkmConnections that matched the query. This field is not populated if ListEkmConnectionsRequest.filter is applied.",
36013606
"format": "int32",
36023607
"type": "integer"
36033608
}
@@ -3620,7 +3625,7 @@
36203625
"type": "string"
36213626
},
36223627
"totalSize": {
3623-
"description": "The total number of ImportJobs that matched the query.",
3628+
"description": "The total number of ImportJobs that matched the query. This field is not populated if ListImportJobsRequest.filter is applied.",
36243629
"format": "int32",
36253630
"type": "integer"
36263631
}
@@ -3661,7 +3666,7 @@
36613666
"type": "string"
36623667
},
36633668
"totalSize": {
3664-
"description": "The total number of KeyRings that matched the query.",
3669+
"description": "The total number of KeyRings that matched the query. This field is not populated if ListKeyRingsRequest.filter is applied.",
36653670
"format": "int32",
36663671
"type": "integer"
36673672
}

0 commit comments

Comments
 (0)