Skip to content

Commit 2bb75a2

Browse files
feat(all): auto-regenerate discovery clients (#3147)
1 parent c8d1b4b commit 2bb75a2

File tree

4 files changed

+5820
-3784
lines changed

4 files changed

+5820
-3784
lines changed

cloudkms/v1/cloudkms-api.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
}

cloudkms/v1/cloudkms-gen.go

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)