Expand description
gRPC-specific versioned types for forward compatibility.
These types provide versioning for gRPC streaming while positioning for future core type evolution. When core types themselves need versioning, these wrappers will evolve naturally.
Modules§
Macros§
- field_
mask - Joins field names with commas to build a read mask string constant.
- field_
masks_ merge - Merges multiple read mask expressions into a single comma-separated
String, normalizing overlapping paths.
Functions§
- field_
mask_ normalize - Normalizes a comma-separated field mask by removing paths that are subsumed by broader (ancestor) paths.