public enum DataPolicy.DataPolicyType extends Enum<DataPolicy.DataPolicyType> implements ProtocolMessageEnum
A list of supported data policy types.
Protobuf enum google.cloud.bigquery.datapolicies.v1beta1.DataPolicy.DataPolicyType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
COLUMN_LEVEL_SECURITY_POLICY |
Used to create a data policy for column-level security, without data masking. |
COLUMN_LEVEL_SECURITY_POLICY_VALUE |
Used to create a data policy for column-level security, without data masking. |
DATA_MASKING_POLICY |
Used to create a data policy for data masking. |
DATA_MASKING_POLICY_VALUE |
Used to create a data policy for data masking. |
DATA_POLICY_TYPE_UNSPECIFIED |
Default value for the data policy type. This should not be used. |
DATA_POLICY_TYPE_UNSPECIFIED_VALUE |
Default value for the data policy type. This should not be used. |
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() |