diff --git a/api-index-v1.json b/api-index-v1.json index 49614499d..105e1564e 100644 --- a/api-index-v1.json +++ b/api-index-v1.json @@ -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",