Interface CorsSettingsOrBuilder (0.1.0)

public interface CorsSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllowHttpOptions()

public abstract BoolValue getAllowHttpOptions()

Configuration to allow HTTP OPTIONS calls to skip authorization. If undefined, IAP will not apply any special logic to OPTIONS requests.

.google.protobuf.BoolValue allow_http_options = 1;

Returns
Type Description
BoolValue

The allowHttpOptions.

getAllowHttpOptionsOrBuilder()

public abstract BoolValueOrBuilder getAllowHttpOptionsOrBuilder()

Configuration to allow HTTP OPTIONS calls to skip authorization. If undefined, IAP will not apply any special logic to OPTIONS requests.

.google.protobuf.BoolValue allow_http_options = 1;

Returns
Type Description
BoolValueOrBuilder

hasAllowHttpOptions()

public abstract boolean hasAllowHttpOptions()

Configuration to allow HTTP OPTIONS calls to skip authorization. If undefined, IAP will not apply any special logic to OPTIONS requests.

.google.protobuf.BoolValue allow_http_options = 1;

Returns
Type Description
boolean

Whether the allowHttpOptions field is set.