pub type PbAlterSetSchemaRequest = AlterSetSchemaRequest;
struct PbAlterSetSchemaRequest { pub new_schema_id: u32, pub object: Option<Object>, }
new_schema_id: u32
object: Option<Object>