Skip to content

Commit 26871a2

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent 6d27f5b commit 26871a2

1 file changed

Lines changed: 186 additions & 0 deletions

File tree

api-index-v1.json

Lines changed: 186 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35661,6 +35661,192 @@
3566135661
}
3566235662
]
3566335663
},
35664+
{
35665+
"id": "google.cloud.networkconnectivity.v1",
35666+
"directory": "google/cloud/networkconnectivity/v1",
35667+
"version": "v1",
35668+
"majorVersion": "v1",
35669+
"hostName": "networkconnectivity.googleapis.com",
35670+
"title": "Network Connectivity API",
35671+
"description": "The Network Connectivity API provides access to Network Connectivity Center.",
35672+
"importDirectories": [
35673+
"google/api",
35674+
"google/longrunning",
35675+
"google/protobuf"
35676+
],
35677+
"options": {
35678+
"csharp_namespace": {
35679+
"valueCounts": {
35680+
"Google.Cloud.NetworkConnectivity.V1": 2
35681+
}
35682+
},
35683+
"go_package": {
35684+
"valueCounts": {
35685+
"google.golang.org/genproto/googleapis/cloud/networkconnectivity/v1;networkconnectivity": 2
35686+
}
35687+
},
35688+
"java_multiple_files": {
35689+
"valueCounts": {
35690+
"true": 2
35691+
}
35692+
},
35693+
"java_package": {
35694+
"valueCounts": {
35695+
"com.google.cloud.networkconnectivity.v1": 2
35696+
}
35697+
},
35698+
"php_namespace": {
35699+
"valueCounts": {
35700+
"Google\\Cloud\\NetworkConnectivity\\V1": 2
35701+
}
35702+
},
35703+
"ruby_package": {
35704+
"valueCounts": {
35705+
"Google::Cloud::NetworkConnectivity::V1": 2
35706+
}
35707+
}
35708+
},
35709+
"services": [
35710+
{
35711+
"shortName": "HubService",
35712+
"fullName": "google.cloud.networkconnectivity.v1.HubService",
35713+
"methods": [
35714+
{
35715+
"shortName": "ActivateSpoke",
35716+
"fullName": "google.cloud.networkconnectivity.v1.HubService.ActivateSpoke",
35717+
"mode": "UNARY",
35718+
"bindings": [
35719+
{
35720+
"httpMethod": "POST",
35721+
"path": "/v1/{name=projects/*/locations/*/spokes/*}:activate"
35722+
}
35723+
]
35724+
},
35725+
{
35726+
"shortName": "CreateHub",
35727+
"fullName": "google.cloud.networkconnectivity.v1.HubService.CreateHub",
35728+
"mode": "UNARY",
35729+
"bindings": [
35730+
{
35731+
"httpMethod": "POST",
35732+
"path": "/v1/{parent=projects/*/locations/global}/hubs"
35733+
}
35734+
]
35735+
},
35736+
{
35737+
"shortName": "CreateSpoke",
35738+
"fullName": "google.cloud.networkconnectivity.v1.HubService.CreateSpoke",
35739+
"mode": "UNARY",
35740+
"bindings": [
35741+
{
35742+
"httpMethod": "POST",
35743+
"path": "/v1/{parent=projects/*/locations/*}/spokes"
35744+
}
35745+
]
35746+
},
35747+
{
35748+
"shortName": "DeactivateSpoke",
35749+
"fullName": "google.cloud.networkconnectivity.v1.HubService.DeactivateSpoke",
35750+
"mode": "UNARY",
35751+
"bindings": [
35752+
{
35753+
"httpMethod": "POST",
35754+
"path": "/v1/{name=projects/*/locations/*/spokes/*}:deactivate"
35755+
}
35756+
]
35757+
},
35758+
{
35759+
"shortName": "DeleteHub",
35760+
"fullName": "google.cloud.networkconnectivity.v1.HubService.DeleteHub",
35761+
"mode": "UNARY",
35762+
"bindings": [
35763+
{
35764+
"httpMethod": "DELETE",
35765+
"path": "/v1/{name=projects/*/locations/global/hubs/*}"
35766+
}
35767+
]
35768+
},
35769+
{
35770+
"shortName": "DeleteSpoke",
35771+
"fullName": "google.cloud.networkconnectivity.v1.HubService.DeleteSpoke",
35772+
"mode": "UNARY",
35773+
"bindings": [
35774+
{
35775+
"httpMethod": "DELETE",
35776+
"path": "/v1/{name=projects/*/locations/*/spokes/*}"
35777+
}
35778+
]
35779+
},
35780+
{
35781+
"shortName": "GetHub",
35782+
"fullName": "google.cloud.networkconnectivity.v1.HubService.GetHub",
35783+
"mode": "UNARY",
35784+
"bindings": [
35785+
{
35786+
"httpMethod": "GET",
35787+
"path": "/v1/{name=projects/*/locations/global/hubs/*}"
35788+
}
35789+
]
35790+
},
35791+
{
35792+
"shortName": "GetSpoke",
35793+
"fullName": "google.cloud.networkconnectivity.v1.HubService.GetSpoke",
35794+
"mode": "UNARY",
35795+
"bindings": [
35796+
{
35797+
"httpMethod": "GET",
35798+
"path": "/v1/{name=projects/*/locations/*/spokes/*}"
35799+
}
35800+
]
35801+
},
35802+
{
35803+
"shortName": "ListHubs",
35804+
"fullName": "google.cloud.networkconnectivity.v1.HubService.ListHubs",
35805+
"mode": "UNARY",
35806+
"bindings": [
35807+
{
35808+
"httpMethod": "GET",
35809+
"path": "/v1/{parent=projects/*/locations/global}/hubs"
35810+
}
35811+
]
35812+
},
35813+
{
35814+
"shortName": "ListSpokes",
35815+
"fullName": "google.cloud.networkconnectivity.v1.HubService.ListSpokes",
35816+
"mode": "UNARY",
35817+
"bindings": [
35818+
{
35819+
"httpMethod": "GET",
35820+
"path": "/v1/{parent=projects/*/locations/*}/spokes"
35821+
}
35822+
]
35823+
},
35824+
{
35825+
"shortName": "UpdateHub",
35826+
"fullName": "google.cloud.networkconnectivity.v1.HubService.UpdateHub",
35827+
"mode": "UNARY",
35828+
"bindings": [
35829+
{
35830+
"httpMethod": "PATCH",
35831+
"path": "/v1/{hub.name=projects/*/locations/global/hubs/*}"
35832+
}
35833+
]
35834+
},
35835+
{
35836+
"shortName": "UpdateSpoke",
35837+
"fullName": "google.cloud.networkconnectivity.v1.HubService.UpdateSpoke",
35838+
"mode": "UNARY",
35839+
"bindings": [
35840+
{
35841+
"httpMethod": "PATCH",
35842+
"path": "/v1/{spoke.name=projects/*/locations/*/spokes/*}"
35843+
}
35844+
]
35845+
}
35846+
]
35847+
}
35848+
]
35849+
},
3566435850
{
3566535851
"id": "google.cloud.networkconnectivity.v1alpha1",
3566635852
"directory": "google/cloud/networkconnectivity/v1alpha1",

0 commit comments

Comments
 (0)