Skip to content

Commit

Permalink
docs: [google-cloud-recaptcha-enterprise] challenge is also returned …
Browse files Browse the repository at this point in the history
…for INVISIBLE keys (#13312)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 700933092

Source-Link:
googleapis/googleapis@072ae46

Source-Link:
googleapis/googleapis-gen@edb6014
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXJlY2FwdGNoYS1lbnRlcnByaXNlLy5Pd2xCb3QueWFtbCIsImgiOiJlZGI2MDE0OTc0MDQ2N2I3MTAyNjVjNThhMTc0MzU4YTM2NDk2MTFiIn0=

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Dec 2, 2024
1 parent bcf230c commit adea041
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.25.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.25.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,7 @@ async def sample_remove_ip_override():
Args:
request (Optional[Union[google.cloud.recaptchaenterprise_v1.types.RemoveIpOverrideRequest, dict]]):
The request object. The removeIpOverride request message.
The request object. The RemoveIpOverride request message.
name (:class:`str`):
Required. The name of the key from which the IP override
is removed, in the format
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1904,7 +1904,7 @@ def sample_remove_ip_override():
Args:
request (Union[google.cloud.recaptchaenterprise_v1.types.RemoveIpOverrideRequest, dict]):
The request object. The removeIpOverride request message.
The request object. The RemoveIpOverride request message.
name (str):
Required. The name of the key from which the IP override
is removed, in the format
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1317,7 +1317,7 @@ class RiskAnalysis(proto.Message):
possible reasons is subject to change.
challenge (google.cloud.recaptchaenterprise_v1.types.RiskAnalysis.Challenge):
Output only. Challenge information for SCORE_AND_CHALLENGE
keys
and INVISIBLE keys
"""

class ClassificationReason(proto.Enum):
Expand Down Expand Up @@ -1359,7 +1359,7 @@ class ClassificationReason(proto.Enum):
SUSPECTED_CHARGEBACK = 7

class Challenge(proto.Enum):
r"""Challenge information for SCORE_AND_CHALLENGE keys
r"""Challenge information for SCORE_AND_CHALLENGE and INVISIBLE keys
Values:
CHALLENGE_UNSPECIFIED (0):
Expand Down Expand Up @@ -3117,7 +3117,7 @@ class AddIpOverrideResponse(proto.Message):


class RemoveIpOverrideRequest(proto.Message):
r"""The removeIpOverride request message.
r"""The RemoveIpOverride request message.
Attributes:
name (str):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-recaptcha-enterprise",
"version": "1.25.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit adea041

Please sign in to comment.