internal: add recaptchaenterprise v1 generation config

Change-Id: I70fbc4d6b7e01a5c0bc8f992f5193d42462aeb67
Reviewed-on: https://code-review.googlesource.com/c/gocloud/+/53671
Reviewed-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Noah Dietz <ndietz@google.com>
diff --git a/internal/gapicgen/generator/config.go b/internal/gapicgen/generator/config.go
index 1e9c17a..665e214 100644
--- a/internal/gapicgen/generator/config.go
+++ b/internal/gapicgen/generator/config.go
@@ -345,6 +345,14 @@
 		releaseLevel:          "beta",
 	},
 	{
+		inputDirectoryPath:    "google/cloud/recaptchaenterprise/v1",
+		pkg:                   "recaptchaenterprise",
+		importPath:            "cloud.google.com/go/recaptchaenterprise/apiv1",
+		gRPCServiceConfigPath: "google/cloud/recaptchaenterprise/v1/recaptchaenterprise_grpc_service_config.json",
+		apiServiceConfigPath:  "google/cloud/recaptchaenterprise/v1/recaptchaenterprise_v1.yaml",
+		releaseLevel:          "beta",
+	},
+	{
 		inputDirectoryPath:    "google/cloud/recaptchaenterprise/v1beta1",
 		pkg:                   "recaptchaenterprise",
 		importPath:            "cloud.google.com/go/recaptchaenterprise/apiv1beta1",