public enum Table.TimestampGranularity extends Enum<Table.TimestampGranularity> implements ProtocolMessageEnum
Possible timestamp granularities to use when keeping multiple versions of data in a table.
Protobuf enum google.bigtable.admin.v2.Table.TimestampGranularity
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
MILLIS | The table keeps data versioned at a granularity of 1ms. |
MILLIS_VALUE | The table keeps data versioned at a granularity of 1ms. |
TIMESTAMP_GRANULARITY_UNSPECIFIED | The user did not specify a granularity. Should not be returned. When specified during table creation, MILLIS will be used. |
TIMESTAMP_GRANULARITY_UNSPECIFIED_VALUE | The user did not specify a granularity. Should not be returned. When specified during table creation, MILLIS will 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() |