@@ -24032,6 +24032,111 @@
2403224032 "google.longrunning.Operations"
2403324033 ]
2403424034 },
24035+ {
24036+ "id": "google.cloud.beyondcorp.appgateways.v1",
24037+ "directory": "google/cloud/beyondcorp/appgateways/v1",
24038+ "version": "v1",
24039+ "majorVersion": "v1",
24040+ "hostName": "beyondcorp.googleapis.com",
24041+ "title": "BeyondCorp API",
24042+ "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.",
24043+ "importDirectories": [
24044+ "google/api",
24045+ "google/longrunning",
24046+ "google/protobuf"
24047+ ],
24048+ "options": {
24049+ "csharp_namespace": {
24050+ "valueCounts": {
24051+ "Google.Cloud.BeyondCorp.AppGateways.V1": 1
24052+ }
24053+ },
24054+ "go_package": {
24055+ "valueCounts": {
24056+ "google.golang.org/genproto/googleapis/cloud/beyondcorp/appgateways/v1;appgateways": 1
24057+ }
24058+ },
24059+ "java_multiple_files": {
24060+ "valueCounts": {
24061+ "true": 1
24062+ }
24063+ },
24064+ "java_package": {
24065+ "valueCounts": {
24066+ "com.google.cloud.beyondcorp.appgateways.v1": 1
24067+ }
24068+ },
24069+ "php_namespace": {
24070+ "valueCounts": {
24071+ "Google\\Cloud\\BeyondCorp\\AppGateways\\V1": 1
24072+ }
24073+ },
24074+ "ruby_package": {
24075+ "valueCounts": {
24076+ "Google::Cloud::BeyondCorp::AppGateways::V1": 1
24077+ }
24078+ }
24079+ },
24080+ "services": [
24081+ {
24082+ "shortName": "AppGatewaysService",
24083+ "fullName": "google.cloud.beyondcorp.appgateways.v1.AppGatewaysService",
24084+ "methods": [
24085+ {
24086+ "shortName": "CreateAppGateway",
24087+ "fullName": "google.cloud.beyondcorp.appgateways.v1.AppGatewaysService.CreateAppGateway",
24088+ "mode": "UNARY",
24089+ "bindings": [
24090+ {
24091+ "httpMethod": "POST",
24092+ "path": "/v1/{parent=projects/*/locations/*}/appGateways"
24093+ }
24094+ ]
24095+ },
24096+ {
24097+ "shortName": "DeleteAppGateway",
24098+ "fullName": "google.cloud.beyondcorp.appgateways.v1.AppGatewaysService.DeleteAppGateway",
24099+ "mode": "UNARY",
24100+ "bindings": [
24101+ {
24102+ "httpMethod": "DELETE",
24103+ "path": "/v1/{name=projects/*/locations/*/appGateways/*}"
24104+ }
24105+ ]
24106+ },
24107+ {
24108+ "shortName": "GetAppGateway",
24109+ "fullName": "google.cloud.beyondcorp.appgateways.v1.AppGatewaysService.GetAppGateway",
24110+ "mode": "UNARY",
24111+ "bindings": [
24112+ {
24113+ "httpMethod": "GET",
24114+ "path": "/v1/{name=projects/*/locations/*/appGateways/*}"
24115+ }
24116+ ]
24117+ },
24118+ {
24119+ "shortName": "ListAppGateways",
24120+ "fullName": "google.cloud.beyondcorp.appgateways.v1.AppGatewaysService.ListAppGateways",
24121+ "mode": "UNARY",
24122+ "bindings": [
24123+ {
24124+ "httpMethod": "GET",
24125+ "path": "/v1/{parent=projects/*/locations/*}/appGateways"
24126+ }
24127+ ]
24128+ }
24129+ ]
24130+ }
24131+ ],
24132+ "configFile": "beyondcorp_v1.yaml",
24133+ "serviceConfigApiNames": [
24134+ "google.cloud.beyondcorp.appgateways.v1.AppGatewaysService",
24135+ "google.cloud.location.Locations",
24136+ "google.iam.v1.IAMPolicy",
24137+ "google.longrunning.Operations"
24138+ ]
24139+ },
2403524140 {
2403624141 "id": "google.cloud.beyondcorp.clientgateways.v1",
2403724142 "directory": "google/cloud/beyondcorp/clientgateways/v1",
0 commit comments