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.
Implements
IMessageUpdateFirewallPolicyRequest, IEquatableUpdateFirewallPolicyRequest, IDeepCloneableUpdateFirewallPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
UpdateFirewallPolicyRequest()
public UpdateFirewallPolicyRequest()
UpdateFirewallPolicyRequest(UpdateFirewallPolicyRequest)
public UpdateFirewallPolicyRequest(UpdateFirewallPolicyRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateFirewallPolicyRequest |
Properties
FirewallPolicy
public FirewallPolicy FirewallPolicy { get; set; }
Required. The policy to update.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
FieldMask |