class ProjectsAppsRecaptchaEnterpriseConfig extends Resource (View source)

The "recaptchaEnterpriseConfig" collection of methods.

Typical usage is:

 $firebaseappcheckService = new Google\Service\Firebaseappcheck(...);
 $recaptchaEnterpriseConfig = $firebaseappcheckService->projects_apps_recaptchaEnterpriseConfig;

Methods

batchGet(string $parent, array $optParams = [])

Atomically gets the RecaptchaEnterpriseConfigs for the specified list of apps. (recaptchaEnterpriseConfig.batchGet)

get(string $name, array $optParams = [])

Gets the RecaptchaEnterpriseConfig for the specified app.

patch(string $name, GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig $postBody, array $optParams = [])

Updates the RecaptchaEnterpriseConfig for the specified app. While this configuration is incomplete or invalid, the app will be unable to exchange reCAPTCHA Enterprise tokens for App Check tokens.

Details

GoogleFirebaseAppcheckV1BatchGetRecaptchaEnterpriseConfigsResponse batchGet(string $parent, array $optParams = [])

Atomically gets the RecaptchaEnterpriseConfigs for the specified list of apps. (recaptchaEnterpriseConfig.batchGet)

Parameters

string $parent

Required. The parent project name shared by all RecaptchaEnterpriseConfigs being retrieved, in the format projects/{project_number} The parent collection in the name field of any resource being retrieved must match this field, or the entire batch fails.

array $optParams

Optional parameters.

Return Value

GoogleFirebaseAppcheckV1BatchGetRecaptchaEnterpriseConfigsResponse

Exceptions

Exception

GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig get(string $name, array $optParams = [])

Gets the RecaptchaEnterpriseConfig for the specified app.

(recaptchaEnterpriseConfig.get)

Parameters

string $name

Required. The relative resource name of the RecaptchaEnterpriseConfig, in the format: projects/{project_number}/apps/{app_id}/recaptchaEnterpriseConfig

array $optParams

Optional parameters.

Return Value

GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig

Exceptions

Exception

GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig patch(string $name, GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig $postBody, array $optParams = [])

Updates the RecaptchaEnterpriseConfig for the specified app. While this configuration is incomplete or invalid, the app will be unable to exchange reCAPTCHA Enterprise tokens for App Check tokens.

(recaptchaEnterpriseConfig.patch)

Parameters

string $name

Required. The relative resource name of the reCAPTCHA Enterprise configuration object, in the format: projects/{project_number}/apps/{app_id}/recaptchaEnterpriseConfig

GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig $postBody
array $optParams

Optional parameters.

Return Value

GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig

Exceptions

Exception