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
ProtocolMessageEnumStatic 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_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. |
V2 |
V2 data policy version. |
V2_VALUE |
V2 data policy version. |
VERSION_UNSPECIFIED |
Default value for the data policy version. This should not be used. |
VERSION_UNSPECIFIED_VALUE |
Default value for the data policy version. This should not be used. |
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() |