module documentation
Runtime wrappers for protobuf messages, maps, and repeated fields.
| Class | |
Wrapper for protobuf map fields with optional wrapping. |
| Class | |
Base wrapper for protobuf message instances. |
| Class | |
Marker base for oneof wrappers. |
| Class | |
Wrapper for protobuf repeated fields. |
| Exception | |
Raised when a oneof field name is unexpected. |
| Function | has |
Return True if obj exposes a callable attribute named method. |
| Function | repr |
Render a field value in a human-readable, multi-line form. |
| Function | simple |
Make a type wrapper for gRPC calls that ignores the first two arguments. |
| Function | unwrap |
Unwrap SDK message wrappers into protobuf-native values. |
| Function | wrap |
Wrap a value into an SDK message wrapper, if a wrapper is provided. |
| Type Variable | |
Type placeholder for values on the ProtoBuf side. |
| Type Variable | |
Type placeholder for values on the SDK side. |
| Type Variable | |
Type placeholder for map keys. |
| Type Variable | R |
Return type placeholder for generic wrappers |
| Type Variable | T |
Type placeholder for generic wrappers |
| Type Alias | |
Function type that builds a reset mask for a field value. |
| Variable | credentials |
Credentials TokenSanitizer singleton instance for sanitizing credential fields. |