Class ProjectsResource.AppsResource.RecaptchaEnterpriseConfigResource.PatchRequest
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.
Inheritance
ProjectsResource.AppsResource.RecaptchaEnterpriseConfigResource.PatchRequest
Implements
Inherited Members
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig>.UploadProtocol
Namespace: Google.Apis.Firebaseappcheck.v1
Assembly: Google.Apis.Firebaseappcheck.v1.dll
Syntax
public class ProjectsResource.AppsResource.RecaptchaEnterpriseConfigResource.PatchRequest : FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig>, IClientServiceRequest<GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig>, IClientServiceRequest
Constructors
PatchRequest(IClientService, GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. The relative resource name of the reCAPTCHA Enterprise configuration object, in the format:
projects/{project_number}/apps/{app_id}/recaptchaEnterpriseConfig
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
UpdateMask
Required. A comma-separated list of names of fields in the RecaptchaEnterpriseConfig to update.
Example: site_key
.
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()