diff --git a/api-index-v1.json b/api-index-v1.json index 263481a41f..10adb20ea4 100644 --- a/api-index-v1.json +++ b/api-index-v1.json @@ -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",