public interface FirewallPolicyAssessmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.rpc.Status |
getError()
Output only.
|
com.google.rpc.StatusOrBuilder |
getErrorOrBuilder()
Output only.
|
FirewallPolicy |
getFirewallPolicy()
Output only.
|
FirewallPolicyOrBuilder |
getFirewallPolicyOrBuilder()
Output only.
|
boolean |
hasError()
Output only.
|
boolean |
hasFirewallPolicy()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasError()
Output only. If the processing of a policy config fails, an error is populated and the firewall_policy is left empty.
.google.rpc.Status error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.rpc.Status getError()
Output only. If the processing of a policy config fails, an error is populated and the firewall_policy is left empty.
.google.rpc.Status error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.rpc.StatusOrBuilder getErrorOrBuilder()
Output only. If the processing of a policy config fails, an error is populated and the firewall_policy is left empty.
.google.rpc.Status error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean hasFirewallPolicy()
Output only. The policy that matched the request. If more than one policy may match, this is the first match. If no policy matches the incoming request, the policy field is left empty.
.google.cloud.recaptchaenterprise.v1.FirewallPolicy firewall_policy = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
FirewallPolicy getFirewallPolicy()
Output only. The policy that matched the request. If more than one policy may match, this is the first match. If no policy matches the incoming request, the policy field is left empty.
.google.cloud.recaptchaenterprise.v1.FirewallPolicy firewall_policy = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
FirewallPolicyOrBuilder getFirewallPolicyOrBuilder()
Output only. The policy that matched the request. If more than one policy may match, this is the first match. If no policy matches the incoming request, the policy field is left empty.
.google.cloud.recaptchaenterprise.v1.FirewallPolicy firewall_policy = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2025 Google LLC. All rights reserved.