gRPCChannel property

ClientChannel get gRPCChannel

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

Implementation

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