Skip to content

Commit

Permalink
feat: FirewallPolicy CRUD API
Browse files Browse the repository at this point in the history
feat: added Assessment.firewall_policy_assessment, fraud_signals
feat: added new fields to Event message
feat: added RiskAnalysis.extended_verdict_reasons
feat: added FraudPreventionAssessment.behavioral_trust_verdict
feat: added AndroidKeySettings.support_non_google_app_store_distribution
feat: added IOSKeySettings.apple_developer_id
feat: added WafFeature.EXPRESS enum value
feat: added WafService.FASTLY enum value
chore: remove backend configuration from the service config

PiperOrigin-RevId: 570747007
  • Loading branch information
Google APIs authored and Copybara-Service committed Oct 4, 2023
1 parent b027b01 commit 726e33e
Show file tree
Hide file tree
Showing 3 changed files with 414 additions and 45 deletions.
23 changes: 15 additions & 8 deletions google/cloud/recaptchaenterprise/v1/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was automatically generated by BuildFileGenerator
# https://github.com/googleapis/gapic-generator/tree/master/rules_gapic/bazel
# https://github.com/googleapis/rules_gapic/tree/master/bazel

# Most of the manual changes to this file will be overwritten.
# It's **only** allowed to change the following rule attribute values:
Expand Down Expand Up @@ -28,6 +28,7 @@ proto_library(
"//google/api:client_proto",
"//google/api:field_behavior_proto",
"//google/api:resource_proto",
"//google/rpc:status_proto",
"@com_google_protobuf//:empty_proto",
"@com_google_protobuf//:field_mask_proto",
"@com_google_protobuf//:timestamp_proto",
Expand Down Expand Up @@ -78,6 +79,7 @@ java_gapic_library(
transport = "grpc",
deps = [
":recaptchaenterprise_java_proto",
"//google/api:api_java_proto",
],
)

Expand Down Expand Up @@ -119,6 +121,7 @@ go_proto_library(
protos = [":recaptchaenterprise_proto"],
deps = [
"//google/api:annotations_go_proto",
"//google/rpc:status_go_proto",
],
)

Expand All @@ -127,6 +130,7 @@ go_gapic_library(
srcs = [":recaptchaenterprise_proto_with_info"],
grpc_service_config = "recaptchaenterprise_grpc_service_config.json",
importpath = "cloud.google.com/go/recaptchaenterprise/v2/apiv1;recaptchaenterprise",
metadata = True,
release_level = "ga",
rest_numeric_enums = True,
service_yaml = "recaptchaenterprise_v1.yaml",
Expand All @@ -141,6 +145,7 @@ go_gapic_assembly_pkg(
name = "gapi-cloud-recaptchaenterprise-v1-go",
deps = [
":recaptchaenterprise_go_gapic",
":recaptchaenterprise_go_gapic_srcjar-metadata.srcjar",
":recaptchaenterprise_go_gapic_srcjar-snippets.srcjar",
":recaptchaenterprise_go_gapic_srcjar-test.srcjar",
":recaptchaenterprise_go_proto",
Expand All @@ -161,12 +166,12 @@ py_gapic_library(
name = "recaptchaenterprise_py_gapic",
srcs = [":recaptchaenterprise_proto"],
grpc_service_config = "recaptchaenterprise_grpc_service_config.json",
opt_args = [
"warehouse-package-name=google-cloud-recaptcha-enterprise",
],
opt_args = ["warehouse-package-name=google-cloud-recaptcha-enterprise"],
rest_numeric_enums = True,
service_yaml = "recaptchaenterprise_v1.yaml",
transport = "grpc",
deps = [
],
)

py_test(
Expand Down Expand Up @@ -210,7 +215,9 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "recaptchaenterprise_v1.yaml",
transport = "grpc+rest",
deps = [":recaptchaenterprise_php_proto"],
deps = [
":recaptchaenterprise_php_proto",
],
)

# Open Source Packages
Expand Down Expand Up @@ -278,11 +285,11 @@ ruby_cloud_gapic_library(
name = "recaptchaenterprise_ruby_gapic",
srcs = [":recaptchaenterprise_proto_with_info"],
extra_protoc_parameters = [
"ruby-cloud-gem-name=google-cloud-recaptcha_enterprise-v1",
"ruby-cloud-env-prefix=RECAPTCHA_ENTERPRISE",
"ruby-cloud-product-url=https://cloud.google.com/recaptcha-enterprise",
"ruby-cloud-api-id=recaptchaenterprise.googleapis.com",
"ruby-cloud-api-shortname=recaptchaenterprise",
"ruby-cloud-env-prefix=RECAPTCHA_ENTERPRISE",
"ruby-cloud-gem-name=google-cloud-recaptcha_enterprise-v1",
"ruby-cloud-product-url=https://cloud.google.com/recaptcha-enterprise",
],
grpc_service_config = "recaptchaenterprise_grpc_service_config.json",
rest_numeric_enums = True,
Expand Down

0 comments on commit 726e33e

Please sign in to comment.