public interface SecurityPolicyRuleRedirectOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getTarget()
Target for the redirect action.
|
com.google.protobuf.ByteString |
getTargetBytes()
Target for the redirect action.
|
String |
getType()
Type of the redirect action.
|
com.google.protobuf.ByteString |
getTypeBytes()
Type of the redirect action.
|
boolean |
hasTarget()
Target for the redirect action.
|
boolean |
hasType()
Type of the redirect action.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTarget()
Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.
optional string target = 192835985;String getTarget()
Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.
optional string target = 192835985;com.google.protobuf.ByteString getTargetBytes()
Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.
optional string target = 192835985;boolean hasType()
Type of the redirect action. Check the Type enum for the list of possible values.
optional string type = 3575610;String getType()
Type of the redirect action. Check the Type enum for the list of possible values.
optional string type = 3575610;com.google.protobuf.ByteString getTypeBytes()
Type of the redirect action. Check the Type enum for the list of possible values.
optional string type = 3575610;Copyright © 2023 Google LLC. All rights reserved.