Show / Hide Table of Contents

Class ProjectsResource.AppsResource.RecaptchaEnterpriseConfigResource

The "recaptchaEnterpriseConfig" collection of methods.

Inheritance
object
ProjectsResource.AppsResource.RecaptchaEnterpriseConfigResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Firebaseappcheck.v1beta
Assembly: Google.Apis.Firebaseappcheck.v1beta.dll
Syntax
public class ProjectsResource.AppsResource.RecaptchaEnterpriseConfigResource

Constructors

RecaptchaEnterpriseConfigResource(IClientService)

Constructs a new resource.

Declaration
public RecaptchaEnterpriseConfigResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

BatchGet(string)

Atomically gets the RecaptchaEnterpriseConfigs for the specified list of apps.

Declaration
public virtual ProjectsResource.AppsResource.RecaptchaEnterpriseConfigResource.BatchGetRequest BatchGet(string parent)
Parameters
Type Name Description
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.

Returns
Type Description
ProjectsResource.AppsResource.RecaptchaEnterpriseConfigResource.BatchGetRequest

Get(string)

Gets the RecaptchaEnterpriseConfig for the specified app.

Declaration
public virtual ProjectsResource.AppsResource.RecaptchaEnterpriseConfigResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The relative resource name of the RecaptchaEnterpriseConfig, in the format:

projects/{project_number}/apps/{app_id}/recaptchaEnterpriseConfig
Returns
Type Description
ProjectsResource.AppsResource.RecaptchaEnterpriseConfigResource.GetRequest

Patch(GoogleFirebaseAppcheckV1betaRecaptchaEnterpriseConfig, string)

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.

Declaration
public virtual ProjectsResource.AppsResource.RecaptchaEnterpriseConfigResource.PatchRequest Patch(GoogleFirebaseAppcheckV1betaRecaptchaEnterpriseConfig body, string name)
Parameters
Type Name Description
GoogleFirebaseAppcheckV1betaRecaptchaEnterpriseConfig body

The body of the request.

string name

Required. The relative resource name of the reCAPTCHA Enterprise configuration object, in the format:

projects/{project_number}/apps/{app_id}/recaptchaEnterpriseConfig
Returns
Type Description
ProjectsResource.AppsResource.RecaptchaEnterpriseConfigResource.PatchRequest
In This Article
Back to top Generated by DocFX