Enum DataPolicy.DataPolicyType (0.67.0)

public enum DataPolicy.DataPolicyType extends Enum<DataPolicy.DataPolicyType> implements ProtocolMessageEnum

A list of supported data policy types.

Protobuf enum google.cloud.bigquery.datapolicies.v2.DataPolicy.DataPolicyType

Implements

ProtocolMessageEnum

Static Fields

Name Description
COLUMN_LEVEL_SECURITY_POLICY

Used to create a data policy for column-level security, without data masking. This is deprecated in V2 api and only present to support GET and LIST operations for V1 data policies in V2 api.

COLUMN_LEVEL_SECURITY_POLICY = 3;

COLUMN_LEVEL_SECURITY_POLICY_VALUE

Used to create a data policy for column-level security, without data masking. This is deprecated in V2 api and only present to support GET and LIST operations for V1 data policies in V2 api.

COLUMN_LEVEL_SECURITY_POLICY = 3;

DATA_MASKING_POLICY

Used to create a data policy for data masking.

DATA_MASKING_POLICY = 1;

DATA_MASKING_POLICY_VALUE

Used to create a data policy for data masking.

DATA_MASKING_POLICY = 1;

DATA_POLICY_TYPE_UNSPECIFIED

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

DATA_POLICY_TYPE_UNSPECIFIED = 0;

DATA_POLICY_TYPE_UNSPECIFIED_VALUE

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

DATA_POLICY_TYPE_UNSPECIFIED = 0;

RAW_DATA_ACCESS_POLICY

Used to create a data policy for raw data access.

RAW_DATA_ACCESS_POLICY = 2;

RAW_DATA_ACCESS_POLICY_VALUE

Used to create a data policy for raw data access.

RAW_DATA_ACCESS_POLICY = 2;

UNRECOGNIZED

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()