Interface FirewallAction.SubstituteActionOrBuilder (3.37.0)

public static interface FirewallAction.SubstituteActionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPath()

public abstract String 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];

Returns
TypeDescription
String

The path.

getPathBytes()

public abstract 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];

Returns
TypeDescription
ByteString

The bytes for path.