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 Mar 21, 2024
1 parent dc97927 commit 463998e
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions api-index-v1.json
Expand Up @@ -62986,6 +62986,17 @@
}
]
},
{
"shortName": "GenerateOfflineCredential",
"fullName": "google.cloud.edgecontainer.v1.EdgeContainer.GenerateOfflineCredential",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{cluster=projects/*/locations/*/clusters/*}:generateOfflineCredential"
}
]
},
{
"shortName": "GetCluster",
"fullName": "google.cloud.edgecontainer.v1.EdgeContainer.GetCluster",
Expand Down Expand Up @@ -63019,6 +63030,17 @@
}
]
},
{
"shortName": "GetServerConfig",
"fullName": "google.cloud.edgecontainer.v1.EdgeContainer.GetServerConfig",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*}/serverConfig"
}
]
},
{
"shortName": "GetVpnConnection",
"fullName": "google.cloud.edgecontainer.v1.EdgeContainer.GetVpnConnection",
Expand Down Expand Up @@ -63095,6 +63117,17 @@
"path": "/v1/{node_pool.name=projects/*/locations/*/clusters/*/nodePools/*}"
}
]
},
{
"shortName": "UpgradeCluster",
"fullName": "google.cloud.edgecontainer.v1.EdgeContainer.UpgradeCluster",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{name=projects/*/locations/*/clusters/*}:upgrade"
}
]
}
]
}
Expand Down

0 comments on commit 463998e

Please sign in to comment.