Class ProjectsResource.AppsResource.PlayIntegrityConfigResource
The "playIntegrityConfig" collection of methods.
Inherited Members
Namespace: Google.Apis.Firebaseappcheck.v1
Assembly: Google.Apis.Firebaseappcheck.v1.dll
Syntax
public class ProjectsResource.AppsResource.PlayIntegrityConfigResource
Constructors
PlayIntegrityConfigResource(IClientService)
Constructs a new resource.
Declaration
public PlayIntegrityConfigResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
BatchGet(string)
Atomically gets the PlayIntegrityConfigs for the specified list of apps.
Declaration
public virtual ProjectsResource.AppsResource.PlayIntegrityConfigResource.BatchGetRequest BatchGet(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent project name shared by all PlayIntegrityConfigs being retrieved, in the format
The parent collection in the |
Returns
Type | Description |
---|---|
ProjectsResource.AppsResource.PlayIntegrityConfigResource.BatchGetRequest |
Get(string)
Gets the PlayIntegrityConfig for the specified app.
Declaration
public virtual ProjectsResource.AppsResource.PlayIntegrityConfigResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The relative resource name of the PlayIntegrityConfig, in the format:
|
Returns
Type | Description |
---|---|
ProjectsResource.AppsResource.PlayIntegrityConfigResource.GetRequest |
Patch(GoogleFirebaseAppcheckV1PlayIntegrityConfig, string)
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.
Declaration
public virtual ProjectsResource.AppsResource.PlayIntegrityConfigResource.PatchRequest Patch(GoogleFirebaseAppcheckV1PlayIntegrityConfig body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleFirebaseAppcheckV1PlayIntegrityConfig | body | The body of the request. |
string | name | Required. The relative resource name of the Play Integrity configuration object, in the format:
|
Returns
Type | Description |
---|---|
ProjectsResource.AppsResource.PlayIntegrityConfigResource.PatchRequest |