Google Cloud BigQuery Data Policies V1 Client - Class DataPolicyType (0.3.3)

Reference documentation and code samples for the Google Cloud BigQuery Data Policies V1 Client class DataPolicyType.

A list of supported data policy types.

Protobuf type google.cloud.bigquery.datapolicies.v1.DataPolicy.DataPolicyType

Namespace

Google \ Cloud \ BigQuery \ DataPolicies \ V1 \ DataPolicy

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

DATA_POLICY_TYPE_UNSPECIFIED

Value: 0

Default value for the data policy type. This should not be used.

Generated from protobuf enum DATA_POLICY_TYPE_UNSPECIFIED = 0;

COLUMN_LEVEL_SECURITY_POLICY

Value: 3

Used to create a data policy for column-level security, without data masking.

Generated from protobuf enum COLUMN_LEVEL_SECURITY_POLICY = 3;

DATA_MASKING_POLICY

Value: 2

Used to create a data policy for data masking.

Generated from protobuf enum DATA_MASKING_POLICY = 2;