GeometryIDDescription The type GeometryID represents a geometry identifier. Attributes AttributeTypeDescriptionuint64uint64The id as a 64-bit unsigned integer. Proto Definition protomessage GeometryID { oneof id { uint64 uint64 = 1; } reserved 2; reserved "uuid"; }