grpc_or_grpcweb library
Classes
- CallOptions
- Runtime options for an RPC.
- GrpcOrGrpcWebClientChannel
- A client channel that underneath uses gRPC ClientChannel on all platforms except web, on which it uses GrpcWebClientChannel.
- HttpBasedAuthenticator
- JwtServiceAccountAuthenticator
- Response
- A gRPC response.
-
ResponseFuture<
R> - A gRPC response producing a single value.
-
ResponseStream<
R> - A gRPC response producing a stream of values.
- StatusCode
Properties
- isTimelineLoggingEnabled ↔ bool
-
Enable logging requests and response for clients.
getter/setter pair