class ProjectsAppsPlayIntegrityConfig extends Resource (View source)

The "playIntegrityConfig" collection of methods.

Typical usage is:

 $firebaseappcheckService = new Google\Service\Firebaseappcheck(...);
 $playIntegrityConfig = $firebaseappcheckService->projects_apps_playIntegrityConfig;

Methods

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

Atomically gets the PlayIntegrityConfigs for the specified list of apps.

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

Gets the PlayIntegrityConfig for the specified app. (playIntegrityConfig.get)

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

Updates the PlayIntegrityConfig for the specified app. While this configuration is incomplete or invalid, the app will be unable to exchange Play Integrity tokens for App Check tokens. (playIntegrityConfig.patch)

Details

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

Atomically gets the PlayIntegrityConfigs for the specified list of apps.

(playIntegrityConfig.batchGet)

Parameters

string $parent

Required. The parent project name shared by all PlayIntegrityConfigs 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

GoogleFirebaseAppcheckV1BatchGetPlayIntegrityConfigsResponse

Exceptions

Exception

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

Gets the PlayIntegrityConfig for the specified app. (playIntegrityConfig.get)

Parameters

string $name

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

array $optParams

Optional parameters.

Return Value

GoogleFirebaseAppcheckV1PlayIntegrityConfig

Exceptions

Exception

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

Updates the PlayIntegrityConfig for the specified app. While this configuration is incomplete or invalid, the app will be unable to exchange Play Integrity tokens for App Check tokens. (playIntegrityConfig.patch)

Parameters

string $name

Required. The relative resource name of the Play Integrity configuration object, in the format: projects/{project_number}/apps/{app_id}/playIntegrityConfig

GoogleFirebaseAppcheckV1PlayIntegrityConfig $postBody
array $optParams

Optional parameters.

Return Value

GoogleFirebaseAppcheckV1PlayIntegrityConfig

Exceptions

Exception