From 8cd3749f4b98f2eeeef511c16431979aeb3a6502 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Wed, 26 Nov 2025 14:22:39 -0800 Subject: [PATCH] chore: regenerate API index --- api-index-v1.json | 1456 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 1450 insertions(+), 6 deletions(-) diff --git a/api-index-v1.json b/api-index-v1.json index da65448794..903d512af0 100644 --- a/api-index-v1.json +++ b/api-index-v1.json @@ -110131,40 +110131,722 @@ "options": { "csharp_namespace": { "valueCounts": { - "Google.Cloud.NetworkSecurity.V1Alpha1": 4 + "Google.Cloud.NetworkSecurity.V1Alpha1": 24 } }, "go_package": { "valueCounts": { - "cloud.google.com/go/networksecurity/apiv1alpha1/networksecuritypb;networksecuritypb": 4 + "cloud.google.com/go/networksecurity/apiv1alpha1/networksecuritypb;networksecuritypb": 24 } }, "java_multiple_files": { "valueCounts": { - "true": 4 + "true": 24 } }, "java_package": { "valueCounts": { - "com.google.cloud.networksecurity.v1alpha1": 4 + "com.google.cloud.networksecurity.v1alpha1": 24 } }, "php_namespace": { "valueCounts": { - "Google\\Cloud\\NetworkSecurity\\V1alpha1": 4 + "Google\\Cloud\\NetworkSecurity\\V1alpha1": 24 } }, "ruby_package": { "valueCounts": { - "Google::Cloud::NetworkSecurity::V1alpha1": 4 + "Google::Cloud::NetworkSecurity::V1alpha1": 24 } } }, "services": [ + { + "shortName": "DnsThreatDetectorService", + "fullName": "google.cloud.networksecurity.v1alpha1.DnsThreatDetectorService", + "methods": [ + { + "shortName": "CreateDnsThreatDetector", + "fullName": "google.cloud.networksecurity.v1alpha1.DnsThreatDetectorService.CreateDnsThreatDetector", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1alpha1/{parent=projects/*/locations/*}/dnsThreatDetectors" + } + ] + }, + { + "shortName": "DeleteDnsThreatDetector", + "fullName": "google.cloud.networksecurity.v1alpha1.DnsThreatDetectorService.DeleteDnsThreatDetector", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1alpha1/{name=projects/*/locations/*/dnsThreatDetectors/*}" + } + ] + }, + { + "shortName": "GetDnsThreatDetector", + "fullName": "google.cloud.networksecurity.v1alpha1.DnsThreatDetectorService.GetDnsThreatDetector", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=projects/*/locations/*/dnsThreatDetectors/*}" + } + ] + }, + { + "shortName": "ListDnsThreatDetectors", + "fullName": "google.cloud.networksecurity.v1alpha1.DnsThreatDetectorService.ListDnsThreatDetectors", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=projects/*/locations/*}/dnsThreatDetectors" + } + ] + }, + { + "shortName": "UpdateDnsThreatDetector", + "fullName": "google.cloud.networksecurity.v1alpha1.DnsThreatDetectorService.UpdateDnsThreatDetector", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1alpha1/{dns_threat_detector.name=projects/*/locations/*/dnsThreatDetectors/*}" + } + ] + } + ] + }, + { + "shortName": "FirewallActivation", + "fullName": "google.cloud.networksecurity.v1alpha1.FirewallActivation", + "methods": [ + { + "shortName": "CreateFirewallEndpoint", + "fullName": "google.cloud.networksecurity.v1alpha1.FirewallActivation.CreateFirewallEndpoint", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1alpha1/{parent=organizations/*/locations/*}/firewallEndpoints" + }, + { + "httpMethod": "POST", + "path": "/v1alpha1/{parent=projects/*/locations/*}/firewallEndpoints" + } + ] + }, + { + "shortName": "CreateFirewallEndpointAssociation", + "fullName": "google.cloud.networksecurity.v1alpha1.FirewallActivation.CreateFirewallEndpointAssociation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1alpha1/{parent=projects/*/locations/*}/firewallEndpointAssociations" + } + ] + }, + { + "shortName": "DeleteFirewallEndpoint", + "fullName": "google.cloud.networksecurity.v1alpha1.FirewallActivation.DeleteFirewallEndpoint", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1alpha1/{name=organizations/*/locations/*/firewallEndpoints/*}" + }, + { + "httpMethod": "DELETE", + "path": "/v1alpha1/{name=projects/*/locations/*/firewallEndpoints/*}" + } + ] + }, + { + "shortName": "DeleteFirewallEndpointAssociation", + "fullName": "google.cloud.networksecurity.v1alpha1.FirewallActivation.DeleteFirewallEndpointAssociation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1alpha1/{name=projects/*/locations/*/firewallEndpointAssociations/*}" + } + ] + }, + { + "shortName": "GetFirewallEndpoint", + "fullName": "google.cloud.networksecurity.v1alpha1.FirewallActivation.GetFirewallEndpoint", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=organizations/*/locations/*/firewallEndpoints/*}" + }, + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=projects/*/locations/*/firewallEndpoints/*}" + } + ] + }, + { + "shortName": "GetFirewallEndpointAssociation", + "fullName": "google.cloud.networksecurity.v1alpha1.FirewallActivation.GetFirewallEndpointAssociation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=projects/*/locations/*/firewallEndpointAssociations/*}" + } + ] + }, + { + "shortName": "ListFirewallEndpointAssociations", + "fullName": "google.cloud.networksecurity.v1alpha1.FirewallActivation.ListFirewallEndpointAssociations", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=projects/*/locations/*}/firewallEndpointAssociations" + } + ] + }, + { + "shortName": "ListFirewallEndpoints", + "fullName": "google.cloud.networksecurity.v1alpha1.FirewallActivation.ListFirewallEndpoints", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=organizations/*/locations/*}/firewallEndpoints" + }, + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=projects/*/locations/*}/firewallEndpoints" + } + ] + }, + { + "shortName": "UpdateFirewallEndpoint", + "fullName": "google.cloud.networksecurity.v1alpha1.FirewallActivation.UpdateFirewallEndpoint", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1alpha1/{firewall_endpoint.name=organizations/*/locations/*/firewallEndpoints/*}" + }, + { + "httpMethod": "PATCH", + "path": "/v1alpha1/{firewall_endpoint.name=projects/*/locations/*/firewallEndpoints/*}" + } + ] + }, + { + "shortName": "UpdateFirewallEndpointAssociation", + "fullName": "google.cloud.networksecurity.v1alpha1.FirewallActivation.UpdateFirewallEndpointAssociation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1alpha1/{firewall_endpoint_association.name=projects/*/locations/*/firewallEndpointAssociations/*}" + } + ] + } + ] + }, + { + "shortName": "Intercept", + "fullName": "google.cloud.networksecurity.v1alpha1.Intercept", + "methods": [ + { + "shortName": "CreateInterceptDeployment", + "fullName": "google.cloud.networksecurity.v1alpha1.Intercept.CreateInterceptDeployment", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1alpha1/{parent=projects/*/locations/*}/interceptDeployments" + } + ] + }, + { + "shortName": "CreateInterceptDeploymentGroup", + "fullName": "google.cloud.networksecurity.v1alpha1.Intercept.CreateInterceptDeploymentGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1alpha1/{parent=projects/*/locations/*}/interceptDeploymentGroups" + } + ] + }, + { + "shortName": "CreateInterceptEndpointGroup", + "fullName": "google.cloud.networksecurity.v1alpha1.Intercept.CreateInterceptEndpointGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1alpha1/{parent=projects/*/locations/*}/interceptEndpointGroups" + } + ] + }, + { + "shortName": "CreateInterceptEndpointGroupAssociation", + "fullName": "google.cloud.networksecurity.v1alpha1.Intercept.CreateInterceptEndpointGroupAssociation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1alpha1/{parent=projects/*/locations/*}/interceptEndpointGroupAssociations" + } + ] + }, + { + "shortName": "DeleteInterceptDeployment", + "fullName": "google.cloud.networksecurity.v1alpha1.Intercept.DeleteInterceptDeployment", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1alpha1/{name=projects/*/locations/*/interceptDeployments/*}" + } + ] + }, + { + "shortName": "DeleteInterceptDeploymentGroup", + "fullName": "google.cloud.networksecurity.v1alpha1.Intercept.DeleteInterceptDeploymentGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1alpha1/{name=projects/*/locations/*/interceptDeploymentGroups/*}" + } + ] + }, + { + "shortName": "DeleteInterceptEndpointGroup", + "fullName": "google.cloud.networksecurity.v1alpha1.Intercept.DeleteInterceptEndpointGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1alpha1/{name=projects/*/locations/*/interceptEndpointGroups/*}" + } + ] + }, + { + "shortName": "DeleteInterceptEndpointGroupAssociation", + "fullName": "google.cloud.networksecurity.v1alpha1.Intercept.DeleteInterceptEndpointGroupAssociation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1alpha1/{name=projects/*/locations/*/interceptEndpointGroupAssociations/*}" + } + ] + }, + { + "shortName": "GetInterceptDeployment", + "fullName": "google.cloud.networksecurity.v1alpha1.Intercept.GetInterceptDeployment", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=projects/*/locations/*/interceptDeployments/*}" + } + ] + }, + { + "shortName": "GetInterceptDeploymentGroup", + "fullName": "google.cloud.networksecurity.v1alpha1.Intercept.GetInterceptDeploymentGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=projects/*/locations/*/interceptDeploymentGroups/*}" + } + ] + }, + { + "shortName": "GetInterceptEndpointGroup", + "fullName": "google.cloud.networksecurity.v1alpha1.Intercept.GetInterceptEndpointGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=projects/*/locations/*/interceptEndpointGroups/*}" + } + ] + }, + { + "shortName": "GetInterceptEndpointGroupAssociation", + "fullName": "google.cloud.networksecurity.v1alpha1.Intercept.GetInterceptEndpointGroupAssociation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=projects/*/locations/*/interceptEndpointGroupAssociations/*}" + } + ] + }, + { + "shortName": "ListInterceptDeploymentGroups", + "fullName": "google.cloud.networksecurity.v1alpha1.Intercept.ListInterceptDeploymentGroups", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=projects/*/locations/*}/interceptDeploymentGroups" + } + ] + }, + { + "shortName": "ListInterceptDeployments", + "fullName": "google.cloud.networksecurity.v1alpha1.Intercept.ListInterceptDeployments", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=projects/*/locations/*}/interceptDeployments" + } + ] + }, + { + "shortName": "ListInterceptEndpointGroupAssociations", + "fullName": "google.cloud.networksecurity.v1alpha1.Intercept.ListInterceptEndpointGroupAssociations", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=projects/*/locations/*}/interceptEndpointGroupAssociations" + } + ] + }, + { + "shortName": "ListInterceptEndpointGroups", + "fullName": "google.cloud.networksecurity.v1alpha1.Intercept.ListInterceptEndpointGroups", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=projects/*/locations/*}/interceptEndpointGroups" + } + ] + }, + { + "shortName": "UpdateInterceptDeployment", + "fullName": "google.cloud.networksecurity.v1alpha1.Intercept.UpdateInterceptDeployment", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1alpha1/{intercept_deployment.name=projects/*/locations/*/interceptDeployments/*}" + } + ] + }, + { + "shortName": "UpdateInterceptDeploymentGroup", + "fullName": "google.cloud.networksecurity.v1alpha1.Intercept.UpdateInterceptDeploymentGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1alpha1/{intercept_deployment_group.name=projects/*/locations/*/interceptDeploymentGroups/*}" + } + ] + }, + { + "shortName": "UpdateInterceptEndpointGroup", + "fullName": "google.cloud.networksecurity.v1alpha1.Intercept.UpdateInterceptEndpointGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1alpha1/{intercept_endpoint_group.name=projects/*/locations/*/interceptEndpointGroups/*}" + } + ] + }, + { + "shortName": "UpdateInterceptEndpointGroupAssociation", + "fullName": "google.cloud.networksecurity.v1alpha1.Intercept.UpdateInterceptEndpointGroupAssociation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1alpha1/{intercept_endpoint_group_association.name=projects/*/locations/*/interceptEndpointGroupAssociations/*}" + } + ] + } + ] + }, + { + "shortName": "Mirroring", + "fullName": "google.cloud.networksecurity.v1alpha1.Mirroring", + "methods": [ + { + "shortName": "CreateMirroringDeployment", + "fullName": "google.cloud.networksecurity.v1alpha1.Mirroring.CreateMirroringDeployment", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1alpha1/{parent=projects/*/locations/*}/mirroringDeployments" + } + ] + }, + { + "shortName": "CreateMirroringDeploymentGroup", + "fullName": "google.cloud.networksecurity.v1alpha1.Mirroring.CreateMirroringDeploymentGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1alpha1/{parent=projects/*/locations/*}/mirroringDeploymentGroups" + } + ] + }, + { + "shortName": "CreateMirroringEndpointGroup", + "fullName": "google.cloud.networksecurity.v1alpha1.Mirroring.CreateMirroringEndpointGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1alpha1/{parent=projects/*/locations/*}/mirroringEndpointGroups" + } + ] + }, + { + "shortName": "CreateMirroringEndpointGroupAssociation", + "fullName": "google.cloud.networksecurity.v1alpha1.Mirroring.CreateMirroringEndpointGroupAssociation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1alpha1/{parent=projects/*/locations/*}/mirroringEndpointGroupAssociations" + } + ] + }, + { + "shortName": "DeleteMirroringDeployment", + "fullName": "google.cloud.networksecurity.v1alpha1.Mirroring.DeleteMirroringDeployment", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1alpha1/{name=projects/*/locations/*/mirroringDeployments/*}" + } + ] + }, + { + "shortName": "DeleteMirroringDeploymentGroup", + "fullName": "google.cloud.networksecurity.v1alpha1.Mirroring.DeleteMirroringDeploymentGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1alpha1/{name=projects/*/locations/*/mirroringDeploymentGroups/*}" + } + ] + }, + { + "shortName": "DeleteMirroringEndpointGroup", + "fullName": "google.cloud.networksecurity.v1alpha1.Mirroring.DeleteMirroringEndpointGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1alpha1/{name=projects/*/locations/*/mirroringEndpointGroups/*}" + } + ] + }, + { + "shortName": "DeleteMirroringEndpointGroupAssociation", + "fullName": "google.cloud.networksecurity.v1alpha1.Mirroring.DeleteMirroringEndpointGroupAssociation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1alpha1/{name=projects/*/locations/*/mirroringEndpointGroupAssociations/*}" + } + ] + }, + { + "shortName": "GetMirroringDeployment", + "fullName": "google.cloud.networksecurity.v1alpha1.Mirroring.GetMirroringDeployment", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=projects/*/locations/*/mirroringDeployments/*}" + } + ] + }, + { + "shortName": "GetMirroringDeploymentGroup", + "fullName": "google.cloud.networksecurity.v1alpha1.Mirroring.GetMirroringDeploymentGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=projects/*/locations/*/mirroringDeploymentGroups/*}" + } + ] + }, + { + "shortName": "GetMirroringEndpointGroup", + "fullName": "google.cloud.networksecurity.v1alpha1.Mirroring.GetMirroringEndpointGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=projects/*/locations/*/mirroringEndpointGroups/*}" + } + ] + }, + { + "shortName": "GetMirroringEndpointGroupAssociation", + "fullName": "google.cloud.networksecurity.v1alpha1.Mirroring.GetMirroringEndpointGroupAssociation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=projects/*/locations/*/mirroringEndpointGroupAssociations/*}" + } + ] + }, + { + "shortName": "ListMirroringDeploymentGroups", + "fullName": "google.cloud.networksecurity.v1alpha1.Mirroring.ListMirroringDeploymentGroups", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=projects/*/locations/*}/mirroringDeploymentGroups" + } + ] + }, + { + "shortName": "ListMirroringDeployments", + "fullName": "google.cloud.networksecurity.v1alpha1.Mirroring.ListMirroringDeployments", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=projects/*/locations/*}/mirroringDeployments" + } + ] + }, + { + "shortName": "ListMirroringEndpointGroupAssociations", + "fullName": "google.cloud.networksecurity.v1alpha1.Mirroring.ListMirroringEndpointGroupAssociations", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=projects/*/locations/*}/mirroringEndpointGroupAssociations" + } + ] + }, + { + "shortName": "ListMirroringEndpointGroups", + "fullName": "google.cloud.networksecurity.v1alpha1.Mirroring.ListMirroringEndpointGroups", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=projects/*/locations/*}/mirroringEndpointGroups" + } + ] + }, + { + "shortName": "UpdateMirroringDeployment", + "fullName": "google.cloud.networksecurity.v1alpha1.Mirroring.UpdateMirroringDeployment", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1alpha1/{mirroring_deployment.name=projects/*/locations/*/mirroringDeployments/*}" + } + ] + }, + { + "shortName": "UpdateMirroringDeploymentGroup", + "fullName": "google.cloud.networksecurity.v1alpha1.Mirroring.UpdateMirroringDeploymentGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1alpha1/{mirroring_deployment_group.name=projects/*/locations/*/mirroringDeploymentGroups/*}" + } + ] + }, + { + "shortName": "UpdateMirroringEndpointGroup", + "fullName": "google.cloud.networksecurity.v1alpha1.Mirroring.UpdateMirroringEndpointGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1alpha1/{mirroring_endpoint_group.name=projects/*/locations/*/mirroringEndpointGroups/*}" + } + ] + }, + { + "shortName": "UpdateMirroringEndpointGroupAssociation", + "fullName": "google.cloud.networksecurity.v1alpha1.Mirroring.UpdateMirroringEndpointGroupAssociation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1alpha1/{mirroring_endpoint_group_association.name=projects/*/locations/*/mirroringEndpointGroupAssociations/*}" + } + ] + } + ] + }, { "shortName": "NetworkSecurity", "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity", "methods": [ + { + "shortName": "CreateAuthorizationPolicy", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.CreateAuthorizationPolicy", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1alpha1/{parent=projects/*/locations/*}/authorizationPolicies" + } + ] + }, + { + "shortName": "CreateAuthzPolicy", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.CreateAuthzPolicy", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1alpha1/{parent=projects/*/locations/*}/authzPolicies" + } + ] + }, + { + "shortName": "CreateBackendAuthenticationConfig", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.CreateBackendAuthenticationConfig", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1alpha1/{parent=projects/*/locations/*}/backendAuthenticationConfigs" + } + ] + }, { "shortName": "CreateClientTlsPolicy", "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.CreateClientTlsPolicy", @@ -110176,6 +110858,94 @@ } ] }, + { + "shortName": "CreateGatewaySecurityPolicy", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.CreateGatewaySecurityPolicy", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1alpha1/{parent=projects/*/locations/*}/gatewaySecurityPolicies" + } + ] + }, + { + "shortName": "CreateGatewaySecurityPolicyRule", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.CreateGatewaySecurityPolicyRule", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1alpha1/{parent=projects/*/locations/*/gatewaySecurityPolicies/*}/rules" + } + ] + }, + { + "shortName": "CreateServerTlsPolicy", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.CreateServerTlsPolicy", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1alpha1/{parent=projects/*/locations/*}/serverTlsPolicies" + } + ] + }, + { + "shortName": "CreateTlsInspectionPolicy", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.CreateTlsInspectionPolicy", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1alpha1/{parent=projects/*/locations/*}/tlsInspectionPolicies" + } + ] + }, + { + "shortName": "CreateUrlList", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.CreateUrlList", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1alpha1/{parent=projects/*/locations/*}/urlLists" + } + ] + }, + { + "shortName": "DeleteAuthorizationPolicy", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.DeleteAuthorizationPolicy", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1alpha1/{name=projects/*/locations/*/authorizationPolicies/*}" + } + ] + }, + { + "shortName": "DeleteAuthzPolicy", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.DeleteAuthzPolicy", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1alpha1/{name=projects/*/locations/*/authzPolicies/*}" + } + ] + }, + { + "shortName": "DeleteBackendAuthenticationConfig", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.DeleteBackendAuthenticationConfig", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1alpha1/{name=projects/*/locations/*/backendAuthenticationConfigs/*}" + } + ] + }, { "shortName": "DeleteClientTlsPolicy", "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.DeleteClientTlsPolicy", @@ -110187,6 +110957,94 @@ } ] }, + { + "shortName": "DeleteGatewaySecurityPolicy", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.DeleteGatewaySecurityPolicy", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1alpha1/{name=projects/*/locations/*/gatewaySecurityPolicies/*}" + } + ] + }, + { + "shortName": "DeleteGatewaySecurityPolicyRule", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.DeleteGatewaySecurityPolicyRule", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1alpha1/{name=projects/*/locations/*/gatewaySecurityPolicies/*/rules/*}" + } + ] + }, + { + "shortName": "DeleteServerTlsPolicy", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.DeleteServerTlsPolicy", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1alpha1/{name=projects/*/locations/*/serverTlsPolicies/*}" + } + ] + }, + { + "shortName": "DeleteTlsInspectionPolicy", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.DeleteTlsInspectionPolicy", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1alpha1/{name=projects/*/locations/*/tlsInspectionPolicies/*}" + } + ] + }, + { + "shortName": "DeleteUrlList", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.DeleteUrlList", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1alpha1/{name=projects/*/locations/*/urlLists/*}" + } + ] + }, + { + "shortName": "GetAuthorizationPolicy", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.GetAuthorizationPolicy", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=projects/*/locations/*/authorizationPolicies/*}" + } + ] + }, + { + "shortName": "GetAuthzPolicy", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.GetAuthzPolicy", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=projects/*/locations/*/authzPolicies/*}" + } + ] + }, + { + "shortName": "GetBackendAuthenticationConfig", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.GetBackendAuthenticationConfig", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=projects/*/locations/*/backendAuthenticationConfigs/*}" + } + ] + }, { "shortName": "GetClientTlsPolicy", "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.GetClientTlsPolicy", @@ -110198,6 +111056,94 @@ } ] }, + { + "shortName": "GetGatewaySecurityPolicy", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.GetGatewaySecurityPolicy", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=projects/*/locations/*/gatewaySecurityPolicies/*}" + } + ] + }, + { + "shortName": "GetGatewaySecurityPolicyRule", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.GetGatewaySecurityPolicyRule", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=projects/*/locations/*/gatewaySecurityPolicies/*/rules/*}" + } + ] + }, + { + "shortName": "GetServerTlsPolicy", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.GetServerTlsPolicy", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=projects/*/locations/*/serverTlsPolicies/*}" + } + ] + }, + { + "shortName": "GetTlsInspectionPolicy", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.GetTlsInspectionPolicy", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=projects/*/locations/*/tlsInspectionPolicies/*}" + } + ] + }, + { + "shortName": "GetUrlList", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.GetUrlList", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=projects/*/locations/*/urlLists/*}" + } + ] + }, + { + "shortName": "ListAuthorizationPolicies", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.ListAuthorizationPolicies", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=projects/*/locations/*}/authorizationPolicies" + } + ] + }, + { + "shortName": "ListAuthzPolicies", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.ListAuthzPolicies", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=projects/*/locations/*}/authzPolicies" + } + ] + }, + { + "shortName": "ListBackendAuthenticationConfigs", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.ListBackendAuthenticationConfigs", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=projects/*/locations/*}/backendAuthenticationConfigs" + } + ] + }, { "shortName": "ListClientTlsPolicies", "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.ListClientTlsPolicies", @@ -110209,6 +111155,94 @@ } ] }, + { + "shortName": "ListGatewaySecurityPolicies", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.ListGatewaySecurityPolicies", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=projects/*/locations/*}/gatewaySecurityPolicies" + } + ] + }, + { + "shortName": "ListGatewaySecurityPolicyRules", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.ListGatewaySecurityPolicyRules", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=projects/*/locations/*/gatewaySecurityPolicies/*}/rules" + } + ] + }, + { + "shortName": "ListServerTlsPolicies", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.ListServerTlsPolicies", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=projects/*/locations/*}/serverTlsPolicies" + } + ] + }, + { + "shortName": "ListTlsInspectionPolicies", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.ListTlsInspectionPolicies", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=projects/*/locations/*}/tlsInspectionPolicies" + } + ] + }, + { + "shortName": "ListUrlLists", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.ListUrlLists", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=projects/*/locations/*}/urlLists" + } + ] + }, + { + "shortName": "UpdateAuthorizationPolicy", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.UpdateAuthorizationPolicy", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1alpha1/{authorization_policy.name=projects/*/locations/*/authorizationPolicies/*}" + } + ] + }, + { + "shortName": "UpdateAuthzPolicy", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.UpdateAuthzPolicy", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1alpha1/{authz_policy.name=projects/*/locations/*/authzPolicies/*}" + } + ] + }, + { + "shortName": "UpdateBackendAuthenticationConfig", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.UpdateBackendAuthenticationConfig", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1alpha1/{backend_authentication_config.name=projects/*/locations/*/backendAuthenticationConfigs/*}" + } + ] + }, { "shortName": "UpdateClientTlsPolicy", "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.UpdateClientTlsPolicy", @@ -110219,6 +111253,398 @@ "path": "/v1alpha1/{client_tls_policy.name=projects/*/locations/*/clientTlsPolicies/*}" } ] + }, + { + "shortName": "UpdateGatewaySecurityPolicy", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.UpdateGatewaySecurityPolicy", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1alpha1/{gateway_security_policy.name=projects/*/locations/*/gatewaySecurityPolicies/*}" + } + ] + }, + { + "shortName": "UpdateGatewaySecurityPolicyRule", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.UpdateGatewaySecurityPolicyRule", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1alpha1/{gateway_security_policy_rule.name=projects/*/locations/*/gatewaySecurityPolicies/*/rules/*}" + } + ] + }, + { + "shortName": "UpdateServerTlsPolicy", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.UpdateServerTlsPolicy", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1alpha1/{server_tls_policy.name=projects/*/locations/*/serverTlsPolicies/*}" + } + ] + }, + { + "shortName": "UpdateTlsInspectionPolicy", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.UpdateTlsInspectionPolicy", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1alpha1/{tls_inspection_policy.name=projects/*/locations/*/tlsInspectionPolicies/*}" + } + ] + }, + { + "shortName": "UpdateUrlList", + "fullName": "google.cloud.networksecurity.v1alpha1.NetworkSecurity.UpdateUrlList", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1alpha1/{url_list.name=projects/*/locations/*/urlLists/*}" + } + ] + } + ] + }, + { + "shortName": "OrganizationSecurityProfileGroupService", + "fullName": "google.cloud.networksecurity.v1alpha1.OrganizationSecurityProfileGroupService", + "methods": [ + { + "shortName": "CreateSecurityProfile", + "fullName": "google.cloud.networksecurity.v1alpha1.OrganizationSecurityProfileGroupService.CreateSecurityProfile", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1alpha1/{parent=organizations/*/locations/*}/securityProfiles" + } + ] + }, + { + "shortName": "CreateSecurityProfileGroup", + "fullName": "google.cloud.networksecurity.v1alpha1.OrganizationSecurityProfileGroupService.CreateSecurityProfileGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1alpha1/{parent=organizations/*/locations/*}/securityProfileGroups" + } + ] + }, + { + "shortName": "DeleteSecurityProfile", + "fullName": "google.cloud.networksecurity.v1alpha1.OrganizationSecurityProfileGroupService.DeleteSecurityProfile", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1alpha1/{name=organizations/*/locations/*/securityProfiles/*}" + } + ] + }, + { + "shortName": "DeleteSecurityProfileGroup", + "fullName": "google.cloud.networksecurity.v1alpha1.OrganizationSecurityProfileGroupService.DeleteSecurityProfileGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1alpha1/{name=organizations/*/locations/*/securityProfileGroups/*}" + } + ] + }, + { + "shortName": "GetSecurityProfile", + "fullName": "google.cloud.networksecurity.v1alpha1.OrganizationSecurityProfileGroupService.GetSecurityProfile", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=organizations/*/locations/*/securityProfiles/*}" + } + ] + }, + { + "shortName": "GetSecurityProfileGroup", + "fullName": "google.cloud.networksecurity.v1alpha1.OrganizationSecurityProfileGroupService.GetSecurityProfileGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=organizations/*/locations/*/securityProfileGroups/*}" + } + ] + }, + { + "shortName": "ListSecurityProfileGroups", + "fullName": "google.cloud.networksecurity.v1alpha1.OrganizationSecurityProfileGroupService.ListSecurityProfileGroups", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=organizations/*/locations/*}/securityProfileGroups" + } + ] + }, + { + "shortName": "ListSecurityProfiles", + "fullName": "google.cloud.networksecurity.v1alpha1.OrganizationSecurityProfileGroupService.ListSecurityProfiles", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=organizations/*/locations/*}/securityProfiles" + } + ] + }, + { + "shortName": "UpdateSecurityProfile", + "fullName": "google.cloud.networksecurity.v1alpha1.OrganizationSecurityProfileGroupService.UpdateSecurityProfile", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1alpha1/{security_profile.name=organizations/*/locations/*/securityProfiles/*}" + } + ] + }, + { + "shortName": "UpdateSecurityProfileGroup", + "fullName": "google.cloud.networksecurity.v1alpha1.OrganizationSecurityProfileGroupService.UpdateSecurityProfileGroup", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1alpha1/{security_profile_group.name=organizations/*/locations/*/securityProfileGroups/*}" + } + ] + } + ] + }, + { + "shortName": "SSEGatewayService", + "fullName": "google.cloud.networksecurity.v1alpha1.SSEGatewayService", + "methods": [ + { + "shortName": "CreatePartnerSSEGateway", + "fullName": "google.cloud.networksecurity.v1alpha1.SSEGatewayService.CreatePartnerSSEGateway", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1alpha1/{parent=projects/*/locations/*}/partnerSSEGateways" + } + ] + }, + { + "shortName": "DeletePartnerSSEGateway", + "fullName": "google.cloud.networksecurity.v1alpha1.SSEGatewayService.DeletePartnerSSEGateway", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1alpha1/{name=projects/*/locations/*/partnerSSEGateways/*}" + } + ] + }, + { + "shortName": "GetPartnerSSEGateway", + "fullName": "google.cloud.networksecurity.v1alpha1.SSEGatewayService.GetPartnerSSEGateway", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=projects/*/locations/*/partnerSSEGateways/*}" + } + ] + }, + { + "shortName": "GetSSEGatewayReference", + "fullName": "google.cloud.networksecurity.v1alpha1.SSEGatewayService.GetSSEGatewayReference", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=projects/*/locations/*/sseGatewayReferences/*}" + } + ] + }, + { + "shortName": "ListPartnerSSEGateways", + "fullName": "google.cloud.networksecurity.v1alpha1.SSEGatewayService.ListPartnerSSEGateways", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=projects/*/locations/*}/partnerSSEGateways" + } + ] + }, + { + "shortName": "ListSSEGatewayReferences", + "fullName": "google.cloud.networksecurity.v1alpha1.SSEGatewayService.ListSSEGatewayReferences", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=projects/*/locations/*}/sseGatewayReferences" + } + ] + }, + { + "shortName": "UpdatePartnerSSEGateway", + "fullName": "google.cloud.networksecurity.v1alpha1.SSEGatewayService.UpdatePartnerSSEGateway", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1alpha1/{partner_sse_gateway.name=projects/*/locations/*/partnerSSEGateways/*}" + } + ] + } + ] + }, + { + "shortName": "SSERealmService", + "fullName": "google.cloud.networksecurity.v1alpha1.SSERealmService", + "methods": [ + { + "shortName": "CreatePartnerSSERealm", + "fullName": "google.cloud.networksecurity.v1alpha1.SSERealmService.CreatePartnerSSERealm", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1alpha1/{parent=projects/*/locations/*}/partnerSSERealms" + } + ] + }, + { + "shortName": "CreateSACAttachment", + "fullName": "google.cloud.networksecurity.v1alpha1.SSERealmService.CreateSACAttachment", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1alpha1/{parent=projects/*/locations/*}/sacAttachments" + } + ] + }, + { + "shortName": "CreateSACRealm", + "fullName": "google.cloud.networksecurity.v1alpha1.SSERealmService.CreateSACRealm", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1alpha1/{parent=projects/*/locations/*}/sacRealms" + } + ] + }, + { + "shortName": "DeletePartnerSSERealm", + "fullName": "google.cloud.networksecurity.v1alpha1.SSERealmService.DeletePartnerSSERealm", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1alpha1/{name=projects/*/locations/*/partnerSSERealms/*}" + } + ] + }, + { + "shortName": "DeleteSACAttachment", + "fullName": "google.cloud.networksecurity.v1alpha1.SSERealmService.DeleteSACAttachment", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1alpha1/{name=projects/*/locations/*/sacAttachments/*}" + } + ] + }, + { + "shortName": "DeleteSACRealm", + "fullName": "google.cloud.networksecurity.v1alpha1.SSERealmService.DeleteSACRealm", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1alpha1/{name=projects/*/locations/*/sacRealms/*}" + } + ] + }, + { + "shortName": "GetPartnerSSERealm", + "fullName": "google.cloud.networksecurity.v1alpha1.SSERealmService.GetPartnerSSERealm", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=projects/*/locations/*/partnerSSERealms/*}" + } + ] + }, + { + "shortName": "GetSACAttachment", + "fullName": "google.cloud.networksecurity.v1alpha1.SSERealmService.GetSACAttachment", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=projects/*/locations/*/sacAttachments/*}" + } + ] + }, + { + "shortName": "GetSACRealm", + "fullName": "google.cloud.networksecurity.v1alpha1.SSERealmService.GetSACRealm", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{name=projects/*/locations/*/sacRealms/*}" + } + ] + }, + { + "shortName": "ListPartnerSSERealms", + "fullName": "google.cloud.networksecurity.v1alpha1.SSERealmService.ListPartnerSSERealms", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=projects/*/locations/*}/partnerSSERealms" + } + ] + }, + { + "shortName": "ListSACAttachments", + "fullName": "google.cloud.networksecurity.v1alpha1.SSERealmService.ListSACAttachments", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=projects/*/locations/*}/sacAttachments" + } + ] + }, + { + "shortName": "ListSACRealms", + "fullName": "google.cloud.networksecurity.v1alpha1.SSERealmService.ListSACRealms", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1alpha1/{parent=projects/*/locations/*}/sacRealms" + } + ] } ] } @@ -110226,7 +111652,14 @@ "configFile": "networksecurity_v1alpha1.yaml", "serviceConfigApiNames": [ "google.cloud.location.Locations", + "google.cloud.networksecurity.v1alpha1.DnsThreatDetectorService", + "google.cloud.networksecurity.v1alpha1.FirewallActivation", + "google.cloud.networksecurity.v1alpha1.Intercept", + "google.cloud.networksecurity.v1alpha1.Mirroring", "google.cloud.networksecurity.v1alpha1.NetworkSecurity", + "google.cloud.networksecurity.v1alpha1.OrganizationSecurityProfileGroupService", + "google.cloud.networksecurity.v1alpha1.SSEGatewayService", + "google.cloud.networksecurity.v1alpha1.SSERealmService", "google.iam.v1.IAMPolicy", "google.longrunning.Operations" ], @@ -151012,6 +152445,17 @@ } ] }, + { + "shortName": "GetDefaultServiceAccount", + "fullName": "google.devtools.cloudbuild.v1.CloudBuild.GetDefaultServiceAccount", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/defaultServiceAccount}" + } + ] + }, { "shortName": "GetWorkerPool", "fullName": "google.devtools.cloudbuild.v1.CloudBuild.GetWorkerPool",