mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-18 13:08:24 +02:00
chore: regenerate API index
This commit is contained in:
parent
e51050b46b
commit
6cd92d7b52
1 changed files with 88 additions and 0 deletions
|
|
@ -81562,6 +81562,17 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "CreatePrivateConnection",
|
||||
"fullName": "google.cloud.vmwareengine.v1.VmwareEngine.CreatePrivateConnection",
|
||||
"mode": "UNARY",
|
||||
"bindings": [
|
||||
{
|
||||
"httpMethod": "POST",
|
||||
"path": "/v1/{parent=projects/*/locations/*}/privateConnections"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "CreateVmwareEngineNetwork",
|
||||
"fullName": "google.cloud.vmwareengine.v1.VmwareEngine.CreateVmwareEngineNetwork",
|
||||
|
|
@ -81606,6 +81617,17 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "DeletePrivateConnection",
|
||||
"fullName": "google.cloud.vmwareengine.v1.VmwareEngine.DeletePrivateConnection",
|
||||
"mode": "UNARY",
|
||||
"bindings": [
|
||||
{
|
||||
"httpMethod": "DELETE",
|
||||
"path": "/v1/{name=projects/*/locations/*/privateConnections/*}"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "DeleteVmwareEngineNetwork",
|
||||
"fullName": "google.cloud.vmwareengine.v1.VmwareEngine.DeleteVmwareEngineNetwork",
|
||||
|
|
@ -81672,6 +81694,28 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "GetPrivateConnection",
|
||||
"fullName": "google.cloud.vmwareengine.v1.VmwareEngine.GetPrivateConnection",
|
||||
"mode": "UNARY",
|
||||
"bindings": [
|
||||
{
|
||||
"httpMethod": "GET",
|
||||
"path": "/v1/{name=projects/*/locations/*/privateConnections/*}"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "GetSubnet",
|
||||
"fullName": "google.cloud.vmwareengine.v1.VmwareEngine.GetSubnet",
|
||||
"mode": "UNARY",
|
||||
"bindings": [
|
||||
{
|
||||
"httpMethod": "GET",
|
||||
"path": "/v1/{name=projects/*/locations/*/privateClouds/*/subnets/*}"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "GetVmwareEngineNetwork",
|
||||
"fullName": "google.cloud.vmwareengine.v1.VmwareEngine.GetVmwareEngineNetwork",
|
||||
|
|
@ -81738,6 +81782,28 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "ListPrivateConnectionPeeringRoutes",
|
||||
"fullName": "google.cloud.vmwareengine.v1.VmwareEngine.ListPrivateConnectionPeeringRoutes",
|
||||
"mode": "UNARY",
|
||||
"bindings": [
|
||||
{
|
||||
"httpMethod": "GET",
|
||||
"path": "/v1/{parent=projects/*/locations/*/privateConnections/*}/peeringRoutes"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "ListPrivateConnections",
|
||||
"fullName": "google.cloud.vmwareengine.v1.VmwareEngine.ListPrivateConnections",
|
||||
"mode": "UNARY",
|
||||
"bindings": [
|
||||
{
|
||||
"httpMethod": "GET",
|
||||
"path": "/v1/{parent=projects/*/locations/*}/privateConnections"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "ListSubnets",
|
||||
"fullName": "google.cloud.vmwareengine.v1.VmwareEngine.ListSubnets",
|
||||
|
|
@ -81848,6 +81914,28 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "UpdatePrivateConnection",
|
||||
"fullName": "google.cloud.vmwareengine.v1.VmwareEngine.UpdatePrivateConnection",
|
||||
"mode": "UNARY",
|
||||
"bindings": [
|
||||
{
|
||||
"httpMethod": "PATCH",
|
||||
"path": "/v1/{private_connection.name=projects/*/locations/*/privateConnections/*}"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "UpdateSubnet",
|
||||
"fullName": "google.cloud.vmwareengine.v1.VmwareEngine.UpdateSubnet",
|
||||
"mode": "UNARY",
|
||||
"bindings": [
|
||||
{
|
||||
"httpMethod": "PATCH",
|
||||
"path": "/v1/{subnet.name=projects/*/locations/*/privateClouds/*/subnets/*}"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "UpdateVmwareEngineNetwork",
|
||||
"fullName": "google.cloud.vmwareengine.v1.VmwareEngine.UpdateVmwareEngineNetwork",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue