Class: PrimaryKeyType
- Inherits:
-
Protobuf::Enum
- Object
- Protobuf::Enum
- PrimaryKeyType
- Defined in:
- lib/protobuf/table_store.pb.rb
Constant Summary collapse
- INTEGER =
value(:INTEGER, 1)
- STRING =
value(:STRING, 2)
- BINARY =
value(:BINARY, 3)