Send feedback
Class MockRecaptchaEnterpriseServiceConnection (2.21.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.21.0 keyboard_arrow_down
A class to mock RecaptchaEnterpriseServiceConnection
.
Application developers may want to test their code with simulated responses, including errors, from an object of type RecaptchaEnterpriseServiceClient
. To do so, construct an object of type RecaptchaEnterpriseServiceClient
with an instance of this class. Then use the Google Test framework functions to program the behavior of this mock.
See Also
This example for how to test your application with GoogleTest. While the example showcases types from the BigQuery library, the underlying principles apply for any pair of *Client
and *Connection
.
Functions
virtual options()
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Returns Type Description Options
virtual CreateAssessment(google::cloud::recaptchaenterprise::v1::CreateAssessmentRequest const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter Name Description request
google::cloud::recaptchaenterprise::v1::CreateAssessmentRequest const &
Returns Type Description StatusOr< google::cloud::recaptchaenterprise::v1::Assessment >
virtual AnnotateAssessment(google::cloud::recaptchaenterprise::v1::AnnotateAssessmentRequest const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter Name Description request
google::cloud::recaptchaenterprise::v1::AnnotateAssessmentRequest const &
Returns Type Description StatusOr< google::cloud::recaptchaenterprise::v1::AnnotateAssessmentResponse >
virtual CreateKey(google::cloud::recaptchaenterprise::v1::CreateKeyRequest const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter Name Description request
google::cloud::recaptchaenterprise::v1::CreateKeyRequest const &
Returns Type Description StatusOr< google::cloud::recaptchaenterprise::v1::Key >
virtual ListKeys(google::cloud::recaptchaenterprise::v1::ListKeysRequest)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter Name Description request
google::cloud::recaptchaenterprise::v1::ListKeysRequest
Returns Type Description StreamRange< google::cloud::recaptchaenterprise::v1::Key >
virtual RetrieveLegacySecretKey(google::cloud::recaptchaenterprise::v1::RetrieveLegacySecretKeyRequest const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter Name Description request
google::cloud::recaptchaenterprise::v1::RetrieveLegacySecretKeyRequest const &
Returns Type Description StatusOr< google::cloud::recaptchaenterprise::v1::RetrieveLegacySecretKeyResponse >
virtual GetKey(google::cloud::recaptchaenterprise::v1::GetKeyRequest const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter Name Description request
google::cloud::recaptchaenterprise::v1::GetKeyRequest const &
Returns Type Description StatusOr< google::cloud::recaptchaenterprise::v1::Key >
virtual UpdateKey(google::cloud::recaptchaenterprise::v1::UpdateKeyRequest const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter Name Description request
google::cloud::recaptchaenterprise::v1::UpdateKeyRequest const &
Returns Type Description StatusOr< google::cloud::recaptchaenterprise::v1::Key >
virtual DeleteKey(google::cloud::recaptchaenterprise::v1::DeleteKeyRequest const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter Name Description request
google::cloud::recaptchaenterprise::v1::DeleteKeyRequest const &
Returns Type Description Status
virtual MigrateKey(google::cloud::recaptchaenterprise::v1::MigrateKeyRequest const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter Name Description request
google::cloud::recaptchaenterprise::v1::MigrateKeyRequest const &
Returns Type Description StatusOr< google::cloud::recaptchaenterprise::v1::Key >
virtual GetMetrics(google::cloud::recaptchaenterprise::v1::GetMetricsRequest const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter Name Description request
google::cloud::recaptchaenterprise::v1::GetMetricsRequest const &
Returns Type Description StatusOr< google::cloud::recaptchaenterprise::v1::Metrics >
virtual CreateFirewallPolicy(google::cloud::recaptchaenterprise::v1::CreateFirewallPolicyRequest const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter Name Description request
google::cloud::recaptchaenterprise::v1::CreateFirewallPolicyRequest const &
Returns Type Description StatusOr< google::cloud::recaptchaenterprise::v1::FirewallPolicy >
virtual ListFirewallPolicies(google::cloud::recaptchaenterprise::v1::ListFirewallPoliciesRequest)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter Name Description request
google::cloud::recaptchaenterprise::v1::ListFirewallPoliciesRequest
Returns Type Description StreamRange< google::cloud::recaptchaenterprise::v1::FirewallPolicy >
virtual GetFirewallPolicy(google::cloud::recaptchaenterprise::v1::GetFirewallPolicyRequest const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter Name Description request
google::cloud::recaptchaenterprise::v1::GetFirewallPolicyRequest const &
Returns Type Description StatusOr< google::cloud::recaptchaenterprise::v1::FirewallPolicy >
virtual UpdateFirewallPolicy(google::cloud::recaptchaenterprise::v1::UpdateFirewallPolicyRequest const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter Name Description request
google::cloud::recaptchaenterprise::v1::UpdateFirewallPolicyRequest const &
Returns Type Description StatusOr< google::cloud::recaptchaenterprise::v1::FirewallPolicy >
virtual DeleteFirewallPolicy(google::cloud::recaptchaenterprise::v1::DeleteFirewallPolicyRequest const &)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter Name Description request
google::cloud::recaptchaenterprise::v1::DeleteFirewallPolicyRequest const &
Returns Type Description Status
virtual ListRelatedAccountGroups(google::cloud::recaptchaenterprise::v1::ListRelatedAccountGroupsRequest)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter Name Description request
google::cloud::recaptchaenterprise::v1::ListRelatedAccountGroupsRequest
Returns Type Description StreamRange< google::cloud::recaptchaenterprise::v1::RelatedAccountGroup >
virtual ListRelatedAccountGroupMemberships(google::cloud::recaptchaenterprise::v1::ListRelatedAccountGroupMembershipsRequest)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter Name Description request
google::cloud::recaptchaenterprise::v1::ListRelatedAccountGroupMembershipsRequest
Returns Type Description StreamRange< google::cloud::recaptchaenterprise::v1::RelatedAccountGroupMembership >
virtual SearchRelatedAccountGroupMemberships(google::cloud::recaptchaenterprise::v1::SearchRelatedAccountGroupMembershipsRequest)
This function is implemented using gMock 's MOCK_METHOD()
.
Consult the gMock documentation to use this mock in your tests.
Parameter Name Description request
google::cloud::recaptchaenterprise::v1::SearchRelatedAccountGroupMembershipsRequest
Returns Type Description StreamRange< google::cloud::recaptchaenterprise::v1::RelatedAccountGroupMembership >
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-04 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-04 UTC."],[],[]]