Google Cloud Network Security V1 Client - Class UrlFilteringAction (1.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Network Security V1 Client class UrlFilteringAction.
Action to be taken when a URL matches a filter.
Protobuf type google.cloud.networksecurity.v1.UrlFilter.UrlFilteringAction
Namespace
Google \ Cloud \ NetworkSecurity \ V1 \ UrlFilter
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
URL_FILTERING_ACTION_UNSPECIFIED
Value: 0
Filtering action not specified.
Generated from protobuf enum URL_FILTERING_ACTION_UNSPECIFIED = 0;
ALLOW
Value: 1
The connection matching this filter will be allowed to transmit.
Generated from protobuf enum ALLOW = 1;
DENY
Value: 2
The connection matching this filter will be dropped.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-01 UTC."],[],[]]