Skip to content

Commit ee59d69

Browse files
docs: [google-cloud-recaptcha-enterprise] Update docs for FraudPrevention field in CreateAssessment (googleapis#13403)
- [ ] Regenerate this pull request now. docs: challenge is also returned for INVISIBLE keys PiperOrigin-RevId: 712539647 Source-Link: googleapis/googleapis@3cef095 Source-Link: https://github.com/googleapis/googleapis-gen/commit/a1274bb3d153aab9491ffce976ec29f202d1c226 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXJlY2FwdGNoYS1lbnRlcnByaXNlLy5Pd2xCb3QueWFtbCIsImgiOiJhMTI3NGJiM2QxNTNhYWI5NDkxZmZjZTk3NmVjMjlmMjAyZDFjMjI2In0= --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Victor Chudnovsky <[email protected]>
1 parent fbd1b6a commit ee59d69

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

packages/google-cloud-recaptcha-enterprise/google/cloud/recaptchaenterprise/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.26.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-recaptcha-enterprise/google/cloud/recaptchaenterprise_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.26.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-recaptcha-enterprise/google/cloud/recaptchaenterprise_v1/types/recaptchaenterprise.py

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -833,20 +833,17 @@ class FraudPrevention(proto.Enum):
833833
834834
Values:
835835
FRAUD_PREVENTION_UNSPECIFIED (0):
836-
Default, unspecified setting. If opted in for automatic
837-
detection, ``fraud_prevention_assessment`` is returned based
838-
on the request. Otherwise, ``fraud_prevention_assessment``
839-
is returned if ``transaction_data`` is present in the
840-
``Event`` and Fraud Prevention is enabled in the Google
841-
Cloud console.
836+
Default, unspecified setting.
837+
``fraud_prevention_assessment`` is returned if
838+
``transaction_data`` is present in ``Event`` and Fraud
839+
Prevention is enabled in the Google Cloud console.
842840
ENABLED (1):
843841
Enable Fraud Prevention for this assessment,
844842
if Fraud Prevention is enabled in the Google
845843
Cloud console.
846844
DISABLED (2):
847845
Disable Fraud Prevention for this assessment,
848-
regardless of opt-in status or Google Cloud
849-
console settings.
846+
regardless of Google Cloud console settings.
850847
"""
851848
FRAUD_PREVENTION_UNSPECIFIED = 0
852849
ENABLED = 1

packages/google-cloud-recaptcha-enterprise/samples/generated_samples/snippet_metadata_google.cloud.recaptchaenterprise.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-recaptcha-enterprise",
11-
"version": "1.26.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)