public enum UrlFilter.UrlFilteringAction extends Enum<UrlFilter.UrlFilteringAction> implements ProtocolMessageEnumAction to be taken when a URL matches a filter.
Protobuf enum google.cloud.networksecurity.v1.UrlFilter.UrlFilteringAction
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ALLOW |
The connection matching this filter will be allowed to transmit. |
ALLOW_VALUE |
The connection matching this filter will be allowed to transmit. |
DENY |
The connection matching this filter will be dropped. |
DENY_VALUE |
The connection matching this filter will be dropped. |
UNRECOGNIZED |
|
URL_FILTERING_ACTION_UNSPECIFIED |
Filtering action not specified. |
URL_FILTERING_ACTION_UNSPECIFIED_VALUE |
Filtering action not specified. |
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|