diff --git a/api-index-v1.json b/api-index-v1.json index 4534d80dc..8d351fea5 100644 --- a/api-index-v1.json +++ b/api-index-v1.json @@ -24032,6 +24032,111 @@ "google.longrunning.Operations" ] }, + { + "id": "google.cloud.beyondcorp.clientgateways.v1", + "directory": "google/cloud/beyondcorp/clientgateways/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.ClientGateways.V1": 1 + } + }, + "go_package": { + "valueCounts": { + "google.golang.org/genproto/googleapis/cloud/beyondcorp/clientgateways/v1;clientgateways": 1 + } + }, + "java_multiple_files": { + "valueCounts": { + "true": 1 + } + }, + "java_package": { + "valueCounts": { + "com.google.cloud.beyondcorp.clientgateways.v1": 1 + } + }, + "php_namespace": { + "valueCounts": { + "Google\\Cloud\\BeyondCorp\\ClientGateways\\V1": 1 + } + }, + "ruby_package": { + "valueCounts": { + "Google::Cloud::BeyondCorp::ClientGateways::V1": 1 + } + } + }, + "services": [ + { + "shortName": "ClientGatewaysService", + "fullName": "google.cloud.beyondcorp.clientgateways.v1.ClientGatewaysService", + "methods": [ + { + "shortName": "CreateClientGateway", + "fullName": "google.cloud.beyondcorp.clientgateways.v1.ClientGatewaysService.CreateClientGateway", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*}/clientGateways" + } + ] + }, + { + "shortName": "DeleteClientGateway", + "fullName": "google.cloud.beyondcorp.clientgateways.v1.ClientGatewaysService.DeleteClientGateway", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1/{name=projects/*/locations/*/clientGateways/*}" + } + ] + }, + { + "shortName": "GetClientGateway", + "fullName": "google.cloud.beyondcorp.clientgateways.v1.ClientGatewaysService.GetClientGateway", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/clientGateways/*}" + } + ] + }, + { + "shortName": "ListClientGateways", + "fullName": "google.cloud.beyondcorp.clientgateways.v1.ClientGatewaysService.ListClientGateways", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*}/clientGateways" + } + ] + } + ] + } + ], + "configFile": "beyondcorp_v1.yaml", + "serviceConfigApiNames": [ + "google.cloud.beyondcorp.clientgateways.v1.ClientGatewaysService", + "google.cloud.location.Locations", + "google.iam.v1.IAMPolicy", + "google.longrunning.Operations" + ] + }, { "id": "google.cloud.bigquery.connection.v1", "directory": "google/cloud/bigquery/connection/v1",