The grpcutilities module#

Summary#

GrpcAuthenticationMode

Specify the method of client-server authentication to use for gRPC.

GrpcCallBatcher

A class used to batch together API calls to optimize performance.

Description#

Optimize performance of gRPC communications.

GrpcCallBatcher may be used to reduce the number of remote communications by batching together API commands that do not require return values.