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 Jun 22, 2022
1 parent bbd13d3 commit 426d87e
Showing 1 changed file with 116 additions and 0 deletions.
116 changes: 116 additions & 0 deletions api-index-v1.json
Expand Up @@ -24137,6 +24137,122 @@
"google.longrunning.Operations"
]
},
{
"id": "google.cloud.beyondcorp.clientconnectorservices.v1",
"directory": "google/cloud/beyondcorp/clientconnectorservices/v1",
"version": "v1",
"majorVersion": "v1",
"hostName": "beyondcorp.googleapis.com",
"title": "BeyondCorp API",
"description": "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.",
"importDirectories": [
"google/api",
"google/longrunning",
"google/protobuf"
],
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.BeyondCorp.ClientConnectorServices.V1": 1
}
},
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/cloud/beyondcorp/clientconnectorservices/v1;clientconnectorservices": 1
}
},
"java_multiple_files": {
"valueCounts": {
"true": 1
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.beyondcorp.clientconnectorservices.v1": 1
}
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\BeyondCorp\\ClientConnectorServices\\V1": 1
}
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::BeyondCorp::ClientConnectorServices::V1": 1
}
}
},
"services": [
{
"shortName": "ClientConnectorServicesService",
"fullName": "google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorServicesService",
"methods": [
{
"shortName": "CreateClientConnectorService",
"fullName": "google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorServicesService.CreateClientConnectorService",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*}/clientConnectorServices"
}
]
},
{
"shortName": "DeleteClientConnectorService",
"fullName": "google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorServicesService.DeleteClientConnectorService",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/clientConnectorServices/*}"
}
]
},
{
"shortName": "GetClientConnectorService",
"fullName": "google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorServicesService.GetClientConnectorService",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/clientConnectorServices/*}"
}
]
},
{
"shortName": "ListClientConnectorServices",
"fullName": "google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorServicesService.ListClientConnectorServices",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*}/clientConnectorServices"
}
]
},
{
"shortName": "UpdateClientConnectorService",
"fullName": "google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorServicesService.UpdateClientConnectorService",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v1/{client_connector_service.name=projects/*/locations/*/clientConnectorServices/*}"
}
]
}
]
}
],
"configFile": "beyondcorp_v1.yaml",
"serviceConfigApiNames": [
"google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorServicesService",
"google.cloud.location.Locations",
"google.iam.v1.IAMPolicy",
"google.longrunning.Operations"
]
},
{
"id": "google.cloud.beyondcorp.clientgateways.v1",
"directory": "google/cloud/beyondcorp/clientgateways/v1",
Expand Down

0 comments on commit 426d87e

Please sign in to comment.