Enum DataPolicy.Version (0.65.0)

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

The supported versions for the Data Policy resource.

Protobuf enum google.cloud.bigquery.datapolicies.v2beta1.DataPolicy.Version

Implements

ProtocolMessageEnum

Static Fields

Name Description
UNRECOGNIZED
V1

V1 data policy version. V1 Data Policies will be present in V2 List api response, but can not be created/updated/deleted from V2 api.

V1 = 1;

V1_VALUE

V1 data policy version. V1 Data Policies will be present in V2 List api response, but can not be created/updated/deleted from V2 api.

V1 = 1;

V2

V2 data policy version.

V2 = 2;

V2_VALUE

V2 data policy version.

V2 = 2;

VERSION_UNSPECIFIED

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

VERSION_UNSPECIFIED = 0;

VERSION_UNSPECIFIED_VALUE

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

VERSION_UNSPECIFIED = 0;

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