Google Cloud reCAPTCHA Enterprise v1 API - Class UpdateFirewallPolicyRequest (2.12.0)

public sealed class UpdateFirewallPolicyRequest : IMessage<UpdateFirewallPolicyRequest>, IEquatable<UpdateFirewallPolicyRequest>, IDeepCloneable<UpdateFirewallPolicyRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class UpdateFirewallPolicyRequest.

The update firewall policy request message.

Inheritance

object > UpdateFirewallPolicyRequest

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

UpdateFirewallPolicyRequest()

public UpdateFirewallPolicyRequest()

UpdateFirewallPolicyRequest(UpdateFirewallPolicyRequest)

public UpdateFirewallPolicyRequest(UpdateFirewallPolicyRequest other)
Parameter
NameDescription
otherUpdateFirewallPolicyRequest

Properties

FirewallPolicy

public FirewallPolicy FirewallPolicy { get; set; }

Required. The policy to update.

Property Value
TypeDescription
FirewallPolicy

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. The mask to control which fields of the policy get updated. If the mask is not present, all fields will be updated.

Property Value
TypeDescription
FieldMask