gRPC Services
Create and manage gRPC service definitions that group related RPC methods
This folder contains gRPC service definitions for the parent API. Each service groups related RPC methods that operate on the same domain.
Learn more
Services and Methods
Define gRPC services with interceptor chains and methods covering all four streaming patterns.
Proto Message Design
Design Protocol Buffer message schemas with field numbers, cardinality, enums, nested messages, oneof groups, and map fields.