pub type PbVectorIndexObjectType = VectorIndexObjectType;
#[repr(i32)]pub enum PbVectorIndexObjectType { VectorIndexObjectUnspecified = 0, VectorIndexObjectVector = 1, }