Skip to content

Commit 726e33e

Browse files
Google APIscopybara-github
authored andcommitted
feat: FirewallPolicy CRUD API
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
1 parent b027b01 commit 726e33e

3 files changed

Lines changed: 414 additions & 45 deletions

File tree

google/cloud/recaptchaenterprise/v1/BUILD.bazel

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was automatically generated by BuildFileGenerator
2-
# https://github.com/googleapis/gapic-generator/tree/master/rules_gapic/bazel
2+
# https://github.com/googleapis/rules_gapic/tree/master/bazel
33

44
# Most of the manual changes to this file will be overwritten.
55
# It's **only** allowed to change the following rule attribute values:
@@ -28,6 +28,7 @@ proto_library(
2828
"//google/api:client_proto",
2929
"//google/api:field_behavior_proto",
3030
"//google/api:resource_proto",
31+
"//google/rpc:status_proto",
3132
"@com_google_protobuf//:empty_proto",
3233
"@com_google_protobuf//:field_mask_proto",
3334
"@com_google_protobuf//:timestamp_proto",
@@ -78,6 +79,7 @@ java_gapic_library(
7879
transport = "grpc",
7980
deps = [
8081
":recaptchaenterprise_java_proto",
82+
"//google/api:api_java_proto",
8183
],
8284
)
8385

@@ -119,6 +121,7 @@ go_proto_library(
119121
protos = [":recaptchaenterprise_proto"],
120122
deps = [
121123
"//google/api:annotations_go_proto",
124+
"//google/rpc:status_go_proto",
122125
],
123126
)
124127

@@ -127,6 +130,7 @@ go_gapic_library(
127130
srcs = [":recaptchaenterprise_proto_with_info"],
128131
grpc_service_config = "recaptchaenterprise_grpc_service_config.json",
129132
importpath = "cloud.google.com/go/recaptchaenterprise/v2/apiv1;recaptchaenterprise",
133+
metadata = True,
130134
release_level = "ga",
131135
rest_numeric_enums = True,
132136
service_yaml = "recaptchaenterprise_v1.yaml",
@@ -141,6 +145,7 @@ go_gapic_assembly_pkg(
141145
name = "gapi-cloud-recaptchaenterprise-v1-go",
142146
deps = [
143147
":recaptchaenterprise_go_gapic",
148+
":recaptchaenterprise_go_gapic_srcjar-metadata.srcjar",
144149
":recaptchaenterprise_go_gapic_srcjar-snippets.srcjar",
145150
":recaptchaenterprise_go_gapic_srcjar-test.srcjar",
146151
":recaptchaenterprise_go_proto",
@@ -161,12 +166,12 @@ py_gapic_library(
161166
name = "recaptchaenterprise_py_gapic",
162167
srcs = [":recaptchaenterprise_proto"],
163168
grpc_service_config = "recaptchaenterprise_grpc_service_config.json",
164-
opt_args = [
165-
"warehouse-package-name=google-cloud-recaptcha-enterprise",
166-
],
169+
opt_args = ["warehouse-package-name=google-cloud-recaptcha-enterprise"],
167170
rest_numeric_enums = True,
168171
service_yaml = "recaptchaenterprise_v1.yaml",
169172
transport = "grpc",
173+
deps = [
174+
],
170175
)
171176

172177
py_test(
@@ -210,7 +215,9 @@ php_gapic_library(
210215
rest_numeric_enums = True,
211216
service_yaml = "recaptchaenterprise_v1.yaml",
212217
transport = "grpc+rest",
213-
deps = [":recaptchaenterprise_php_proto"],
218+
deps = [
219+
":recaptchaenterprise_php_proto",
220+
],
214221
)
215222

216223
# Open Source Packages
@@ -278,11 +285,11 @@ ruby_cloud_gapic_library(
278285
name = "recaptchaenterprise_ruby_gapic",
279286
srcs = [":recaptchaenterprise_proto_with_info"],
280287
extra_protoc_parameters = [
281-
"ruby-cloud-gem-name=google-cloud-recaptcha_enterprise-v1",
282-
"ruby-cloud-env-prefix=RECAPTCHA_ENTERPRISE",
283-
"ruby-cloud-product-url=https://cloud.google.com/recaptcha-enterprise",
284288
"ruby-cloud-api-id=recaptchaenterprise.googleapis.com",
285289
"ruby-cloud-api-shortname=recaptchaenterprise",
290+
"ruby-cloud-env-prefix=RECAPTCHA_ENTERPRISE",
291+
"ruby-cloud-gem-name=google-cloud-recaptcha_enterprise-v1",
292+
"ruby-cloud-product-url=https://cloud.google.com/recaptcha-enterprise",
286293
],
287294
grpc_service_config = "recaptchaenterprise_grpc_service_config.json",
288295
rest_numeric_enums = True,

0 commit comments

Comments
 (0)