Data Loss Prevention V2 Client - Class RegionalizationScope (2.7.0)

Reference documentation and code samples for the Data Loss Prevention V2 Client class RegionalizationScope.

The location scope for a feature.

Protobuf type google.privacy.dlp.v2.LocationSupport.RegionalizationScope

Namespace

Google \ Cloud \ Dlp \ V2 \ LocationSupport

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

REGIONALIZATION_SCOPE_UNSPECIFIED

Value: 0

Invalid.

Generated from protobuf enum REGIONALIZATION_SCOPE_UNSPECIFIED = 0;

REGIONAL

Value: 1

Feature may be used with one or more regions. See locations for details.

Generated from protobuf enum REGIONAL = 1;

ANY_LOCATION

Value: 2

Feature may be used anywhere. Default value.

Generated from protobuf enum ANY_LOCATION = 2;