listDBs method

ResponseFuture<ListDBsReply> listDBs(
  1. ListDBsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.ListDBsReply> listDBs($0.ListDBsRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$listDBs, request, options: options);
}