Interface UpdateFirewallPolicyRequestOrBuilder (3.38.0)

public interface UpdateFirewallPolicyRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFirewallPolicy()

public abstract FirewallPolicy getFirewallPolicy()

Required. The policy to update.

.google.cloud.recaptchaenterprise.v1.FirewallPolicy firewall_policy = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FirewallPolicy

The firewallPolicy.

getFirewallPolicyOrBuilder()

public abstract FirewallPolicyOrBuilder getFirewallPolicyOrBuilder()

Required. The policy to update.

.google.cloud.recaptchaenterprise.v1.FirewallPolicy firewall_policy = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FirewallPolicyOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

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

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

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

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FieldMaskOrBuilder

hasFirewallPolicy()

public abstract boolean hasFirewallPolicy()

Required. The policy to update.

.google.cloud.recaptchaenterprise.v1.FirewallPolicy firewall_policy = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the firewallPolicy field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

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

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the updateMask field is set.