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§
- field
- headers
- proto
- read_
mask_ fields - Typed read mask field paths and per-endpoint mask types.
- read_
masks - Read mask constants for the gRPC API.
- v1
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.