Interface FirewallAction.SubstituteActionOrBuilder (3.39.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
Type Description
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
Type Description
ByteString

The bytes for path.