Skip to content

Commit

Permalink
chore: regenerate API index
Browse files Browse the repository at this point in the history
  • Loading branch information
Google APIs committed Feb 2, 2022
1 parent 8dff569 commit b906b74
Showing 1 changed file with 56 additions and 6 deletions.
62 changes: 56 additions & 6 deletions api-index-v1.json
Expand Up @@ -45745,36 +45745,86 @@
"options": {
"cc_enable_arenas": {
"valueCounts": {
"true": 2
"true": 3
}
},
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.Kms.V1": 2
"Google.Cloud.Kms.V1": 3
}
},
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/cloud/kms/v1;kms": 2
"google.golang.org/genproto/googleapis/cloud/kms/v1;kms": 3
}
},
"java_multiple_files": {
"valueCounts": {
"true": 2
"true": 3
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.kms.v1": 2
"com.google.cloud.kms.v1": 3
}
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\Kms\\V1": 2
"Google\\Cloud\\Kms\\V1": 3
}
}
},
"services": [
{
"shortName": "EkmService",
"fullName": "google.cloud.kms.v1.EkmService",
"methods": [
{
"shortName": "CreateEkmConnection",
"fullName": "google.cloud.kms.v1.EkmService.CreateEkmConnection",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*}/ekmConnections"
}
]
},
{
"shortName": "GetEkmConnection",
"fullName": "google.cloud.kms.v1.EkmService.GetEkmConnection",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/ekmConnections/*}"
}
]
},
{
"shortName": "ListEkmConnections",
"fullName": "google.cloud.kms.v1.EkmService.ListEkmConnections",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*}/ekmConnections"
}
]
},
{
"shortName": "UpdateEkmConnection",
"fullName": "google.cloud.kms.v1.EkmService.UpdateEkmConnection",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v1/{ekm_connection.name=projects/*/locations/*/ekmConnections/*}"
}
]
}
]
},
{
"shortName": "KeyManagementService",
"fullName": "google.cloud.kms.v1.KeyManagementService",
Expand Down

0 comments on commit b906b74

Please sign in to comment.