BigQuery Storage Write API requires proto_descriptor in ProtoSchema to be self-contained with no external unresolved imports.
- Port Go's
NormalizeDescriptor (managedwriter/adapt/protoconversion.go:538).
- Flatten all nested type dependencies into the primary
DescriptorProto.
- Strip external file dependencies so the descriptor is accepted by the Storage Write API backend without unresolvable dependency errors.
BigQuery Storage Write API requires
proto_descriptorinProtoSchemato be self-contained with no external unresolved imports.NormalizeDescriptor(managedwriter/adapt/protoconversion.go:538).DescriptorProto.