gRPCChannel property

GrpcOrGrpcWebClientChannel get gRPCChannel

Returns the ClientChannel that should be used to connect to the gRPC endpoint.

Implementation

GrpcOrGrpcWebClientChannel get gRPCChannel {
  return grpcInfo.getChannel();
}