Skip to content

Commit b8da879

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent f9382d1 commit b8da879

1 file changed

Lines changed: 234 additions & 0 deletions

File tree

api-index-v1.json

Lines changed: 234 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46650,6 +46650,240 @@
4665046650
"google.cloud.domains.v1beta1.Domains"
4665146651
]
4665246652
},
46653+
{
46654+
"id": "google.cloud.edgecontainer.v1",
46655+
"directory": "google/cloud/edgecontainer/v1",
46656+
"version": "v1",
46657+
"majorVersion": "v1",
46658+
"hostName": "edgecontainer.googleapis.com",
46659+
"title": "Distributed Cloud Edge Container API",
46660+
"description": "<UNKNOWN - NO SERVICE CONFIG DOCUMENTATION SUMMARY>",
46661+
"importDirectories": [
46662+
"google/api",
46663+
"google/cloud/edgecontainer/v1",
46664+
"google/longrunning",
46665+
"google/protobuf",
46666+
"google/rpc"
46667+
],
46668+
"options": {
46669+
"go_package": {
46670+
"valueCounts": {
46671+
"google.golang.org/genproto/googleapis/cloud/edgecontainer/v1;edgecontainer": 2
46672+
}
46673+
},
46674+
"java_multiple_files": {
46675+
"valueCounts": {
46676+
"true": 2
46677+
}
46678+
},
46679+
"java_package": {
46680+
"valueCounts": {
46681+
"com.google.cloud.edgecontainer.v1": 2
46682+
}
46683+
}
46684+
},
46685+
"services": [
46686+
{
46687+
"shortName": "EdgeContainer",
46688+
"fullName": "google.cloud.edgecontainer.v1.EdgeContainer",
46689+
"methods": [
46690+
{
46691+
"shortName": "CreateCluster",
46692+
"fullName": "google.cloud.edgecontainer.v1.EdgeContainer.CreateCluster",
46693+
"mode": "UNARY",
46694+
"bindings": [
46695+
{
46696+
"httpMethod": "POST",
46697+
"path": "/v1/{parent=projects/*/locations/*}/clusters"
46698+
}
46699+
]
46700+
},
46701+
{
46702+
"shortName": "CreateNodePool",
46703+
"fullName": "google.cloud.edgecontainer.v1.EdgeContainer.CreateNodePool",
46704+
"mode": "UNARY",
46705+
"bindings": [
46706+
{
46707+
"httpMethod": "POST",
46708+
"path": "/v1/{parent=projects/*/locations/*/clusters/*}/nodePools"
46709+
}
46710+
]
46711+
},
46712+
{
46713+
"shortName": "CreateVpnConnection",
46714+
"fullName": "google.cloud.edgecontainer.v1.EdgeContainer.CreateVpnConnection",
46715+
"mode": "UNARY",
46716+
"bindings": [
46717+
{
46718+
"httpMethod": "POST",
46719+
"path": "/v1/{parent=projects/*/locations/*}/vpnConnections"
46720+
}
46721+
]
46722+
},
46723+
{
46724+
"shortName": "DeleteCluster",
46725+
"fullName": "google.cloud.edgecontainer.v1.EdgeContainer.DeleteCluster",
46726+
"mode": "UNARY",
46727+
"bindings": [
46728+
{
46729+
"httpMethod": "DELETE",
46730+
"path": "/v1/{name=projects/*/locations/*/clusters/*}"
46731+
}
46732+
]
46733+
},
46734+
{
46735+
"shortName": "DeleteNodePool",
46736+
"fullName": "google.cloud.edgecontainer.v1.EdgeContainer.DeleteNodePool",
46737+
"mode": "UNARY",
46738+
"bindings": [
46739+
{
46740+
"httpMethod": "DELETE",
46741+
"path": "/v1/{name=projects/*/locations/*/clusters/*/nodePools/*}"
46742+
}
46743+
]
46744+
},
46745+
{
46746+
"shortName": "DeleteVpnConnection",
46747+
"fullName": "google.cloud.edgecontainer.v1.EdgeContainer.DeleteVpnConnection",
46748+
"mode": "UNARY",
46749+
"bindings": [
46750+
{
46751+
"httpMethod": "DELETE",
46752+
"path": "/v1/{name=projects/*/locations/*/vpnConnections/*}"
46753+
}
46754+
]
46755+
},
46756+
{
46757+
"shortName": "GenerateAccessToken",
46758+
"fullName": "google.cloud.edgecontainer.v1.EdgeContainer.GenerateAccessToken",
46759+
"mode": "UNARY",
46760+
"bindings": [
46761+
{
46762+
"httpMethod": "GET",
46763+
"path": "/v1/{cluster=projects/*/locations/*/clusters/*}:generateAccessToken"
46764+
}
46765+
]
46766+
},
46767+
{
46768+
"shortName": "GetCluster",
46769+
"fullName": "google.cloud.edgecontainer.v1.EdgeContainer.GetCluster",
46770+
"mode": "UNARY",
46771+
"bindings": [
46772+
{
46773+
"httpMethod": "GET",
46774+
"path": "/v1/{name=projects/*/locations/*/clusters/*}"
46775+
}
46776+
]
46777+
},
46778+
{
46779+
"shortName": "GetMachine",
46780+
"fullName": "google.cloud.edgecontainer.v1.EdgeContainer.GetMachine",
46781+
"mode": "UNARY",
46782+
"bindings": [
46783+
{
46784+
"httpMethod": "GET",
46785+
"path": "/v1/{name=projects/*/locations/*/machines/*}"
46786+
}
46787+
]
46788+
},
46789+
{
46790+
"shortName": "GetNodePool",
46791+
"fullName": "google.cloud.edgecontainer.v1.EdgeContainer.GetNodePool",
46792+
"mode": "UNARY",
46793+
"bindings": [
46794+
{
46795+
"httpMethod": "GET",
46796+
"path": "/v1/{name=projects/*/locations/*/clusters/*/nodePools/*}"
46797+
}
46798+
]
46799+
},
46800+
{
46801+
"shortName": "GetVpnConnection",
46802+
"fullName": "google.cloud.edgecontainer.v1.EdgeContainer.GetVpnConnection",
46803+
"mode": "UNARY",
46804+
"bindings": [
46805+
{
46806+
"httpMethod": "GET",
46807+
"path": "/v1/{name=projects/*/locations/*/vpnConnections/*}"
46808+
}
46809+
]
46810+
},
46811+
{
46812+
"shortName": "ListClusters",
46813+
"fullName": "google.cloud.edgecontainer.v1.EdgeContainer.ListClusters",
46814+
"mode": "UNARY",
46815+
"bindings": [
46816+
{
46817+
"httpMethod": "GET",
46818+
"path": "/v1/{parent=projects/*/locations/*}/clusters"
46819+
}
46820+
]
46821+
},
46822+
{
46823+
"shortName": "ListMachines",
46824+
"fullName": "google.cloud.edgecontainer.v1.EdgeContainer.ListMachines",
46825+
"mode": "UNARY",
46826+
"bindings": [
46827+
{
46828+
"httpMethod": "GET",
46829+
"path": "/v1/{parent=projects/*/locations/*}/machines"
46830+
}
46831+
]
46832+
},
46833+
{
46834+
"shortName": "ListNodePools",
46835+
"fullName": "google.cloud.edgecontainer.v1.EdgeContainer.ListNodePools",
46836+
"mode": "UNARY",
46837+
"bindings": [
46838+
{
46839+
"httpMethod": "GET",
46840+
"path": "/v1/{parent=projects/*/locations/*/clusters/*}/nodePools"
46841+
}
46842+
]
46843+
},
46844+
{
46845+
"shortName": "ListVpnConnections",
46846+
"fullName": "google.cloud.edgecontainer.v1.EdgeContainer.ListVpnConnections",
46847+
"mode": "UNARY",
46848+
"bindings": [
46849+
{
46850+
"httpMethod": "GET",
46851+
"path": "/v1/{parent=projects/*/locations/*}/vpnConnections"
46852+
}
46853+
]
46854+
},
46855+
{
46856+
"shortName": "UpdateCluster",
46857+
"fullName": "google.cloud.edgecontainer.v1.EdgeContainer.UpdateCluster",
46858+
"mode": "UNARY",
46859+
"bindings": [
46860+
{
46861+
"httpMethod": "PATCH",
46862+
"path": "/v1/{cluster.name=projects/*/locations/*/clusters/*}"
46863+
}
46864+
]
46865+
},
46866+
{
46867+
"shortName": "UpdateNodePool",
46868+
"fullName": "google.cloud.edgecontainer.v1.EdgeContainer.UpdateNodePool",
46869+
"mode": "UNARY",
46870+
"bindings": [
46871+
{
46872+
"httpMethod": "PATCH",
46873+
"path": "/v1/{node_pool.name=projects/*/locations/*/clusters/*/nodePools/*}"
46874+
}
46875+
]
46876+
}
46877+
]
46878+
}
46879+
],
46880+
"configFile": "edgecontainer_v1.yaml",
46881+
"serviceConfigApiNames": [
46882+
"google.cloud.edgecontainer.v1.EdgeContainer",
46883+
"google.cloud.location.Locations",
46884+
"google.longrunning.Operations"
46885+
]
46886+
},
4665346887
{
4665446888
"id": "google.cloud.essentialcontacts.v1",
4665546889
"directory": "google/cloud/essentialcontacts/v1",

0 commit comments

Comments
 (0)