public static interface FirewallAction.SubstituteActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Optional.
|
com.google.protobuf.ByteString |
getPathBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPath()
Optional. The address to redirect to. The target is a relative path in the current host. Example: "/blog/404.html".
string path = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getPathBytes()
Optional. The address to redirect to. The target is a relative path in the current host. Example: "/blog/404.html".
string path = 1 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.